CSS Problem
CSS Problem
- Started
- Last post
- 7 Responses
- ********
I had this working yesterday then overwrote my file.
In FF, the submenu item needs a little white line above it to match the others. I think the issue is in the HTML, as it worked yesterday with the same style sheet.
http://sectorguard.design-portfo…
It's got to be obvious to someone I'm sure.
- ********0
Nevermind. Think I fixed it!
- ********0
Balls. No i didn't.
- Gordy220
What about this? (lots of breaks for ease of reading)
#Menu li {
margin-left: 0px;
padding-left: 2px;
background:transparent url(../images/menu_bg.gif) no-repeat 0 0;
border-top:1px solid #fff;
}#IndentMenuUL li {
border-top:1px solid #fff;
}
- ********0
interesting.
Now I've got a 2px gap in IE.
- ********0
ah. Made the GIF a pixel bigger and (i think) I've got it.
- ********0
Cheers Gordy!
- Gordy220
My pleasure.