SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: css isnt taking affect
-
Oct 9, 2001, 07:53 #1
- Join Date
- May 2001
- Location
- Northern Virginia
- Posts
- 445
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
css isnt taking affect
.unav a { font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; color:
#ffffff }
.unav { position:absolute; width:100px; z-index:310; visibility:hidden }
This is not taking the css for unav
<div id="unav0" class="unav"> stuff to follow... </div>
What am I doing wrong?
-
Oct 9, 2001, 07:55 #2
- Join Date
- May 2001
- Location
- Northern Virginia
- Posts
- 445
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
fixed it... thanks for the private message
-
Oct 9, 2001, 07:58 #3
- Join Date
- Jul 2001
- Location
- Scotland
- Posts
- 4,836
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Remove the space from .unav a
Bookmarks