|
| |
|
|
ChuckWeb
Posts: 5 Joined: 5/31/2007 Status: offline
|
Layer Positions in IE vs FireFox - 9/23/2007 20:53:15
I'm putting together a web site at www.chuckconrad.com So far, it's looking the way I want it to when viewed in FireFox. But, even in the new versions of IE, the layers of my home page are sliding all the way to the left. I've played around with some of the advice in this forum, but haven't be able to correct it. Thanks in advance for any help you can give me. Thanks Chuck code is: <?xml version="1.0"?> <!--TransferQueueItems--> <head> <style type="text/css"> .style1 { font-size: large; } .style2 { text-align: center; } a:link { color: #0000FF; text-decoration: none; } a:hover { background-color: #FF0000; text-decoration: none; } a:active { text-decoration: underline; } </style> </head> <div style="position: relative; z-index: 2; background-color: #ff9900; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0;" id="body"> <div style="position: relative; height: 750px; z-index: 1; background-color: #ff9900; visibility: visible; margin-left: auto; margin-right: auto; width: 700" id="wrapper"> <div style="position: absolute; width: 700px; height: 150px; z-index: 5; left: 0px; top: 580px; background-image: url('Images/footslides.gif')" id="footer"> </div> <div style="position: relative; width: 700; height: 100px; z-index: 1; background-image: url('Images/bannerHeader.gif')" id="header"> </div> <div style="position: relative; width: 700; height: 50px; z-index: 2" id="menuMain" class="style2"> <span class="style1"><br> <a href="index.htm">HOME</a> | <a href="Pages/photo_albums.htm"> PHOTOS</a> | <a href="Pages/links.htm">LINKS</a> | NEWS | FEEDBACK | PLANS</span><br> </div> <div style="position: relative; width: 120px; height: 400px; z-index: 3; float: left" id="leftColumn"> <div style="position: relative; width: 100px; height: 100px; z-index: 1; margin-left: auto; margin-right: auto" id="clock"> <applet code="Dgclock.class" CODEBASE="http://chuckconrad.com/java-sys" width="100" height="30"> <param name="TimeFormat" value=""> <param name="TZ" value="GMT+0930"> <param name="ShowDate" value="yes"> <param name="ShowFrame" value="no"> <param name="fg" value="orange"> <param name="bg" value="black"> </applet><br> Alice Springs<br> Time</div> </div> <div style="position: relative; width: 550px; height: 400px; z-index: 4; float: right; background-image: url('Images/photoFamily.gif'); background-repeat: no-repeat" id="rightColumn"> </div> </div> </div>
|
|
|
|
ChuckWeb
Posts: 5 Joined: 5/31/2007 Status: offline
|
RE: Layer Positions in IE vs FireFox - 9/24/2007 1:22:45
Thanks to those who had a look. I was able to fix it by selecting 'center' for 'alignment' in the Tag Properties. Cheers,
|
|
|
|
Tailslide
Posts: 6126 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Layer Positions in IE vs FireFox - 9/24/2007 2:52:24
I haven't looked at your code but you should remove this: <?xml version="1.0"?> It will throw IE into quirks mode and make building your site harder.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
coreybryant
Posts: 2465 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Layer Positions in IE vs FireFox - 9/24/2007 8:40:31
Tailslide is correct. I had that on our homepage - drove me crazy for a few months. I had a number of boards look at it because the same source code was used (all includes) but on the home page, the menu would lag on Microsoft Internet Explorer. Took that one line out and now my business partner thinks I am a genius. (No, I never told him I put that line in, but that's what I get for copying from the DOCTYPE page
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | Expression Web Blog
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|