| Author |
CSS's display
|
Rob Hunter
Ranch Hand
Joined: Apr 09, 2002
Posts: 788
|
|
I'm just playing around with it for now. Here's what I have :
I'm having some trouble checking to see if a div tag is displayed or not and then hiding or displaying a section. I've defaulted div tags selCrit and db to have a display value of block upon loading the page. Any help would be appreciated. I've just started looking into this so any helpful info on the various properties and such of the display property would be appreciated. Thanks.
Rob
|
 |
Rob Hunter
Ranch Hand
Joined: Apr 09, 2002
Posts: 788
|
|
|
Never mind. I had a </style> tag in by accident that was messing things up.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
I added real code tags.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
The display property should be set to none to hide an element.
|
 |
 |
|
|
subject: CSS's display
|
|
|