Thank you dEcade. Your code helped me.
I still have one problem.
The selectab tab & the off tab are ok.
The problem is that in the
"great" Internet Explorer 6 the hover background doesn`t work.
I can see only the left background. In Mozilla Firefox the hover effect is working.
Here is the code for the hover ->
#maintab li a:hover {
color: #FFF;
background: url(../images/tab_left_hover.gif) top left no-repeat;
text-decoration:none;
}
#maintab li:hover {
display: block;
background: url(../images/tab_right_hover.gif) top right no-repeat;
color: #FFF;
text-decoration:none;
}
The browser does not understand the second rule li:hover.
Please tell if you know how I can solve this.
Thank you again
N-GAGE
Here are the files if you need one of them:
demo.html 2.14K
208 downloads
tabs.css 2.09K
214 downloads
tab_left.gif 113bytes
54 downloads
tab_left_hover.gif 113bytes
51 downloads
tab_left_select.gif 113bytes
46 downloads
tab_right.gif 184bytes
57 downloads
tab_right_hover.gif 184bytes
45 downloads
tab_right_select.gif 184bytes
57 downloads