Hi. I have created a skin/container package that is ready to go but I have one problem. According to documentation the leftpane class in the skin.css file specifies a width of 175px as a default.
Well I do not believe this works at all. A simple test I have done was to start with an empty page using say DNN-blue and just place a text/html container to the left pane only. Changing the width value to say 500px, will not budge the width of the container at all.
Strangely though, it will change the container width if you specify a % instead of px!!!
Why does this happen?
Basically what I am trying to do is specify an area of testimonials, but the width of the container ends up being only around 40-50px wide. I need it to be around 175px as specified in the leftpane in the skni.css.
Here is my definition of the leftpane:
.leftpane {
width: 175px;
background-color: transparent;
padding-left: 1px;
padding-right: 1px;
padding-top: 6px;
}
Thanks to anyone offering help.
Cheers Jim.