Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Strang behaviour in IE6 of <a> ... [solved!]
On this page there is something strange going on in IE6/winxp! Just hover over ‘gepost’ and then over b.e. ‘Turismo’ … the box is expanding downwards … !? I’ve looked for hours in my stylesheet but I can’t find anything why this effect occurs. So, I can use some help here. Thanks in advance!
Last edited by RedFox (2007-04-23 13:08:51)
Offline
Offline
Re: Strang behaviour in IE6 of <a> ... [solved!]
No … it’s not the extra <div> … it has been removed btw! So, I still need some help here!
Offline
Re: Strang behaviour in IE6 of <a> ... [solved!]
a:hover
{
text-decoration: none;
color: #ff2700;
/*border-bottom: 1px dashed #333;*/
height:inherit;
}
/*border-bottom: 1px dashed #333;*/ <——- your problam :) good luck, also try to write 0px 0px 0px 0px; when you type margins and padings.
Offline
Re: Strang behaviour in IE6 of <a> ... [solved!]
@boringBoy: Thank you for looking at my CSS. I don’t know how you’ve inspect my stylesheet but it did give you a false impression. There is nothing wrong about it! So the problem still occurs … :(
Offline
Re: Strang behaviour in IE6 of <a> ... [solved!]
Try to eliminate line-height: 100% in .article h4.catagory and .article h3
maybe it s that!
Offline
Offline
Re: Strang behaviour in IE6 of <a> ... [solved!]
Nope … nothing works! Can anyone tell me if the effect occurs in IE7 too? If not, then maybe we have the peekaboo here!
Offline
Re: Strang behaviour in IE6 of <a> ... [solved!]
Solved … :) … by deleting margin-bottom from img … yes, it’s true! Don’t ask me what that has to do with hovering over ‘gespot’ and b.e. ‘Turismo’ … I really don’t know! Nevertheless … thanks for the help!
Last edited by RedFox (2007-04-23 13:10:16)
Offline