Jump to content

Div rendering problem with Firefox


snorkler

Recommended Posts

What I want to happen works well in IE, but in firefox it seems to create a problem.
My basic setup is as follows
<div id="wrapper"> widht: 800px;
    <div id="masthead">  Width of Wrapper Div
    </div>
    <div id="navigation">  Sits Under Masthead No Float width of wrapper div
        <ul id="nav">
        </ul>
    </div>
    <div id="siderbar">    Float: left; width:  200px;  Sits as sidebar on left
    </div>
    <div id="MainContent"> Float:left;  Fills to right of the sidebar
    </div>
    <div class="clear"></div>  clears floats
    <div id="footer">  width: 800px;
    </div>
</div>

It all seems to work well except when I try to place images into the sidebar, all of a sudden the background of the footer Div is underneath the MainContent and underneath the Siderbar(the background image for the sidebar remains in tack.

so if I try
<div id="sidebar">
  <img src="#"></img>
</div>

it fails to render correctly in Firefox.  It also seems to occur if I have a form in the sidebar as well.
Link to comment
Share on other sites

I had some friends have a look and it all seemed to work for them.  However it's still happening to me.

[url=http://www.equityapex.com/snolodging/lodges/facilities.php?accomm=SampleLodgev]http://www.equityapex.com/snolodging/lodges/facilities.php?accomm=SampleLodgev[/url]

also on the 'make a booking' page when i click on a pull down menu, the background colour for the maincontent changes from white to the footer colour
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.