I'm sure this has been discussed a thousand times, but I couldn't find any fixes on the forum that worked for me (Being newb at CSS dosent help either) But I'm having a minor issue. First I'm using Dreamweaver 8 and the layout looks perfect, but previewed in FF my main layer is bigger than in Dreamweaver or IE6.
Here's the layer code in my CSS file:
Code:body{ background-color: white; font-family:Arial, Helvetica, sans-serif; font-size:14px; } h1 { font-family: "Times New Roman", Times, serif; font-size:32px; font-weight:bold;} h2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold } #Layer1{ position:absolute; width:640px; z-index:1; left: 128px; top: 257px; background-color: #F5F0EB; border: 1px solid #000000; padding-left: 10px; padding-right: 10px; height: 1799px;} #Layer2{ position:absolute; width:108px; height:142px; z-index:2; left: 11px; top: 137px; border: 1px solid #000000; background-color: #F9F9F9; } #Layer3{ position:absolute; width:757px; height:65px; z-index:3; left: 11px; top: 65px;} #Layer4 { position:absolute; width:638px; height:119px; z-index:4; left: 128px; top: 137px; border: 1px solid #000000;} #Layer5{ position:absolute; width:108px; z-index:5; left: 11px; top: 286px; border: 1px solid #000000;}
Layer1 is what I'm having a problem with, everything else is fine. I'm using one <div> with several <p> statements and one <h1> statement. if those matter.
Any advice would be great, thanks
Jess




Reply With Quote


Bookmarks