Awh, what?
I think you mean portal.jpg not portal.css and I get that the portal.jpg thumbnail is for DNN used after the skin is uploaded as a image reference but isn't the portal.html suppose to look like the portal.jpg ? I just didn't know why the class="rightbg" calls image bg_rightpane.gif if the image is not viewable? you said you wanted to apply two different background styles at the same time but when can I see the bg_rightpane.gif is my question. You say it's a css trick so does that mean that since there are 2 divs within one td that only the first will appear div class="leftbg" ?
Yes and I totally get that I don't have to attach code to the html for the css to work, I get that DNN does that for us that question was referring to my initail question about skinning which was how can I view the html doc and see the effects of the css on my home computer.
Lastly, now I'm tearing into your container.htmls and css and am wondering why the container_left.html has no images reference neither on the html or the css? Again the portal.jpg shows a background for Home, Forums, Gallery, Blog buttons. Where are those images referenced? I hope I'm not bugging you I'm really starting to understand and really appreciate your time.
Thanks again!
Yes, I meant portal.jpg! I fixed that also at the original post! It shows a demo site locally on my machine.
bg_rightpane.gif will appear when there are no containers in the right pane, so it is viewable!
You can create your skin locally like a static HTML page with a reference to your skin.css. When you are done, remove the html, head, body tags and anything within your head section, zip your files and upload the skin. Of course you have to include some DNN tokens for the skin to work... At least one: [CONTENTPANE]
container_left.html has no images references because it doen't use any images... it's a very simple container!
Home, Forums, Gallery, Blog etc. are not buttons! It's the default DNN menu with just a button like background image for the root items!