On 10/09/2011 1:38 PM, Mary Villanueva wrote:
Greetings all,
Hello, Yucca has already answered the majority of you questions.
I want to understand this syntax so that I can
be assured that I'm not inadvertently building something that is going to
fall apart in IE8 backwards.
I presume you are referring to IE7 and backwards. IE8 and IE9 has made
great strides in many aspects of standards support. With IE7 you often
have to give it alternative style rules. This is usually achieved by
providing CSS that has a selector with greater specificity.
*:first-child+html #blueDropdowns { ... }
*:first-child+html .About { ... }
And here’s the partial CSS for the dropdown menus. I hope it’s enough to
help. Thanks in advance for your kind assistance! - Mary
#blueDropdowns /* About Us Navbar Menu */
{
margin:0;
padding:0;
height:1em; /* Opera hack - has a width of 100% by default */
}
This hack for Opera is just not needed. If this is the case, then the
styling is fundamentally flawed.
--
Alan Gresley
http://css-3d.org/
http://css-class.com/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/