| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Mar 2006
Posts: 177
![]() | Layers - just not getting them, different display in firefox and Ie Ok I am stubbornly trying to make the transition to using layers for my websites. Tables were always so easy as they didn't shift around but I am getting there with using layers now. Although as an aside I always tend to loose a few layers on the page and can never find them! Anyway here is my question, I am making my sites with layers, I test them in IE and they look fine, and then in Firefox they slip, move, stretch. I can never get them to stay the same between the two browsers. What am I doing wrong, I must admit I am still using tables...........inside my layers.... ????: NamePros.com http://www.namepros.com/web-design-discussion/490123-layers-just-not-getting-them-different.html any advice great. Checkout the Adsense background on the right hand side of my webpage for an example http://www.plooka.com Frenchie
__________________ http://www.Plooka.com - Get on the Piste! Checkout my Skiing Website, and join in if you love the mountains... |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Member Join Date: Mar 2006
Posts: 177
![]() | The layer the blue one underneath my google adsense adverts on the right hand side has slipped down, so that it merges with the banner along the bottom in Firefox. Displays fine in IE but different in Firefox. This seems to happen to me a lot, looks fine in IE then is different in FF.
__________________ http://www.Plooka.com - Get on the Piste! Checkout my Skiing Website, and join in if you love the mountains... |
| |
| | #6 (permalink) |
| NamePros Regular Join Date: May 2005 Location: Northern Ireland
Posts: 756
![]() ![]() | I've always had the same problem. I use Firefox for day to day browsing, so when developing I always test my pages in it. Then every so often, I'll test it in IE, and lo and behold somethings not right. It happens because of browser inconsistencies, and they're always going to be there. So I recommend doing a bit of research into the following CSS hack... ????: NamePros.com http://www.namepros.com/showthread.php?t=490123 Code: <!--[if IE]>
<style type="text/css">
@import 'iestyle.css';
</style>
<![endif]-->
__________________ A young web developer’s journey to financial freedom - aaronfalloon.com |
| |