yandoo Posted December 16, 2012 Share Posted December 16, 2012 (edited) Hiya ive got some text positioned on my banner and it changes in its position when its viewed in IE. It appears as it should do in FF and Chrome but IE it pushes the text further up. #header{ position:relative; height:150px; background:#EFEFEF url(images/banner.jpg) no-repeat center top; width:100%; display:block; overflow:auto; overflow:hidden; } #mailto{ position: absolute; left: 682px; top: 100px; } .BannerHeading { COLOR: #FAF0F1; TEXT-DECORATION: none; font-weight:bold; font-size:12px; font-family: "Times New Roman", Times, serif; font-size:18px;} <div id="header"><div id="mailto"><a href="mailto:info@vitalbodyhealth.com" class="BannerHeading">info@vitalbodyhealth.com</a> </div></div> Any ideas why it would do that? Thank you Edited December 16, 2012 by yandoo Quote Link to comment https://forums.phpfreaks.com/topic/272051-css-position-on-text-on-banner-different-with-ff-and-ie/ Share on other sites More sharing options...
Love2c0de Posted December 18, 2012 Share Posted December 18, 2012 It's viewing pretty much identical in FF and IE 8 for me. What version of IE? I'm on XP so can only go as high as 8 :@ Regards, AoTB. Quote Link to comment https://forums.phpfreaks.com/topic/272051-css-position-on-text-on-banner-different-with-ff-and-ie/#findComment-1400192 Share on other sites More sharing options...
kjetterman Posted December 21, 2012 Share Posted December 21, 2012 I checked your site in the latest versions of Chrome, IE and Firefox. The banner looks great to me! CSS Browser Selector is a great hack that has helped me combat CSS positioning issues, etc. in older versions of IE. Perhaps this will help? http://rafael.adm.br/css_browser_selector/ Quote Link to comment https://forums.phpfreaks.com/topic/272051-css-position-on-text-on-banner-different-with-ff-and-ie/#findComment-1400776 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.