I bet transparency can be achieved in both IE and firefox...
But it would make it more sexy... have the names like white or something, make the scrollbar a greenish color with white outlines...
How did you make the iframe load it's own css or whatever?
Edit ~ Nevermind, found it. Transparency achieved (on skin 9). You just need the attribute allowTransparency="true" in the iframe tag.
I couldn't figure out how to make the scrollbars change colors, but, I didn't try too hard.
Anyways, check this out:
http://www.domedia.org/oveklykken/css-transparency.phpI bet we could make the navigation bar transparent without using an image. This means, the navigation bar can be expandable like I need it to be while having the image behind it show through.
<first part of the header>
<table style="background-image: navigation.gif">
<tr>
<td><img src="whiteline"></td>
<td>Navigation menu w/ transparency css</td>
<td><img src="doublewhiteline.gif"></td>
</tr>
</td>
Or something similiar.
This also means I wouldn't necessarily need any images for the drop down menu, I could probably do it the same way.
That page also taught me the '*' in CSS. I wonder if we could use it a little to trim down our massive CSS file
. Probably not.
Ah, the possibilities...