|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible (CSS question) ......
OK .. I have 5 layers surrounding each one of my menu links .. the layer over-laps another layer with the main content in. Now if you look here you will see what i mean ....
http://www.geocities.com/jezman2002/index.html You can see four of the layers but the top one i need to be black AFTER it crosses the line !!!! Do u see what i mean I just wondered if there was any easy way to do this ??? -Thanks- |
|
#2
|
||||
|
||||
|
set the z-index to a higher value than the z-index of the content block
eg: div#links a { display: block; font: bold 0.7em sans-serif; padding: 3px 25px; margin: 0 0 2px; border: solid #EED; border-width: 1; text-decoration: none; color: #FFC; z-index:10; } |
|
#3
|
|||
|
|||
|
i couldnt get it to work for some reason ??
|
|
#4
|
||||
|
||||
|
set z-index:10; to div#links {..}
and set a background:#000; to div#links a {..} |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Is it possible (CSS question) ...... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|