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 a
10.9.2011 6:38, Mary Villanueva wrote:
What does it mean or do when one sets an ID selector to an
HTML element such as the one below?
Setting an attribute like id="blueDropdowns" to an HTML element does not
as such have any effect on rendering. In functionality, it means that
the element can
Greetings all,
I am doing a CSS dropdown menu which is working but I don’t understand this
piece of code. What does it mean or do when one sets an ID selector to an
HTML element such as the one below? It seems to be acting as a class in this
case but I’m not really sure. I want to understand this