leeboycymru
Programmer
Hello, I have this problem that only seems to be aoccuring in IE6, fine in IE7.
Here it is:
Its the navigation on the right in the grey box.
and here's my css:
#ExtraLinksBoxNews {
BORDER-RIGHT: #bdbdbd 1px solid; BORDER-TOP: #bdbdbd 1px solid; FONT-SIZE: 11px; FLOAT: left; MARGIN-LEFT: 45px; BORDER-LEFT: #bdbdbd 1px solid; WIDTH: 160px; COLOR: #111; PADDING-TOP: 10px; BORDER-BOTTOM: #bdbdbd 1px solid; FONT-FAMILY: Tahoma; POSITION: relative; TOP: -65px; HEIGHT: 70px; BACKGROUND-COLOR: #eee; TEXT-DECORATION: none
}
DIV#ExtraLinksBoxNews LI A {
DISPLAY: block; FONT-WEIGHT: bold; COLOR: #3939ce; TEXT-DECORATION: none;
}
DIV#ExtraLinksBoxNews LI A:hover {
WIDTH: 109px; COLOR: #eee; BACKGROUND-COLOR: #ff5900; TEXT-DECORATION: none
}
I cant seem to be able to work it out
Lee
Here it is:
Its the navigation on the right in the grey box.
and here's my css:
#ExtraLinksBoxNews {
BORDER-RIGHT: #bdbdbd 1px solid; BORDER-TOP: #bdbdbd 1px solid; FONT-SIZE: 11px; FLOAT: left; MARGIN-LEFT: 45px; BORDER-LEFT: #bdbdbd 1px solid; WIDTH: 160px; COLOR: #111; PADDING-TOP: 10px; BORDER-BOTTOM: #bdbdbd 1px solid; FONT-FAMILY: Tahoma; POSITION: relative; TOP: -65px; HEIGHT: 70px; BACKGROUND-COLOR: #eee; TEXT-DECORATION: none
}
DIV#ExtraLinksBoxNews LI A {
DISPLAY: block; FONT-WEIGHT: bold; COLOR: #3939ce; TEXT-DECORATION: none;
}
DIV#ExtraLinksBoxNews LI A:hover {
WIDTH: 109px; COLOR: #eee; BACKGROUND-COLOR: #ff5900; TEXT-DECORATION: none
}
I cant seem to be able to work it out
Lee