![]() |
New: Use your My.Vidahost details for a single login! Or use your forum login on the right as normal.
Sign up to a My.Vidahost account and a forums username here. If you already have a My.Vidahost account, but not a forums account, please login to My.Vidahost and click the Forum button on the sidebar.!
| | ||||||
| | LinkBack | Thread Tools | Display Modes |
| | #12 (permalink) |
| Senior Member Join Date: Mar 2009 Location: Staffordshire, UK
Posts: 136
Thanks: 2
Thanked 3 Times in 3 Posts
|
IE6 is a always a bit of a pain. So much so that we have to add on time to correct it all. You could try ... Code: <!--[if IE 6]>
<style type="text/css">.mainmenuitem a {vertical-align: 65%;}</style>
<![endif]-->
__________________ SEO - with proven results CMS systems - take control and grow your website Cybernautix Ltd - Web Design and SEO Staffordshire - 01782 783066 - try us! |
| | |
| | #13 (permalink) |
| Hosting newbie Join Date: Jan 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
Conditional comments are one of the few css hacks that I would suggest actually using. Generally Its a bit easier if your document is in standards mode though to get IE to behave the same way as other browsers.
|
| | |
| | #14 (permalink) |
| Senior Member Join Date: Mar 2009
Posts: 133
Thanks: 0
Thanked 5 Times in 3 Posts
|
I've experienced similar issues in IE before. Normally the margin/padding solution works, but i sometimes add the following into the CSS which can help if the former solution doesnt: Code: img{
display:block;
}
|
| | |
| Thread Tools | |
| Display Modes | |
| |