Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
ShadedBorder Forum Open Now
Submitted by Steffen on Mon, 10/20/2008 - 21:53
The comments section of ShadedBorder just exploded - and often questions got asked multiple times, even when there was already an answer.
A comments sections simply isn't suited for that - So here it is: The ShadedBorder Forum! Feel free to ask any question - again ;-)
Trackback URL for this post:
http://www.ruzee.com/trackback/162

great script but immediately
great script but immediately a question:
1)I have a box (container) set up like this:
#container {
width: 80%;
height: 100%;
....
}
#container, #container .sb-inner {background-color: red;}
INSIDE this box I have several other boxes and I wanna apply shadedBorder to these, one of these boxes can be:
#menu {
......
}
#menu, #menu .sb-inner {background-color: yellow;}
Now on the body I have:
......
(div id="container")
(div id="menu")(/div)
(/div)
......
Now if I load the page on my browser (IE) I can see the two boxes but only one background color (red canvas background) and only 1px border for my second box (menu).
Is there a solution to this issue??
Thanks a lot
Regards