![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
HELP! have tried everything i can think of to fix CSSproblem
I have been working all morning to try to get my pages to render identically
between IE and Mozilla. The problem lies in some spacing between my header div and content div. In IE, it sets up fine, but Mozilla adds a 20 px bottom margin. I have the bottom margin of my header set to 0px. I also tried to adjust the positioning to -20 px, that fixed the problem in MOzilla, but moved the content div 20px up in IE. Any assistance is much appreciated, i am about at my wits end with this one. Thanks. http://www.upperlimitdesign.com/swansea/sample.html |
|
|||
|
Re: HELP! have tried everything i can think of to fix CSS problem
Change this -
<div id="contentInfo"> <h1> Come Join Us</h1> to this - <div id="contentInfo"> <h1 style="margin-top:0;"> Come Join Us</h1> and see what happens. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "fbcojman" <webforumsuser@macromedia.com> wrote in message news:fo268p$56s$1@forums.macromedia.com... >I have been working all morning to try to get my pages to render >identically > between IE and Mozilla. The problem lies in some spacing between my > header div > and content div. In IE, it sets up fine, but Mozilla adds a 20 px bottom > margin. I have the bottom margin of my header set to 0px. I also tried > to > adjust the positioning to -20 px, that fixed the problem in MOzilla, but > moved > the content div 20px up in IE. Any assistance is much appreciated, i am > about > at my wits end with this one. Thanks. > http://www.upperlimitdesign.com/swansea/sample.html > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|