Jump to content

Margin Popping


Guest Rory

Recommended Posts

Hello,

 

This is my first post..

 

I have been using a template for rorcom.net, and I can't figure out why the index page is on a different margin than the other pages. After the user leaves the home page, the left margin changes. Any suggestions?

 

Thanks all

Link to comment
Share on other sites

I notice a jump to the right when going from the index or services page to the about page (and visa versa), but a quick look didn't show me what the issue might be.

 

The page does start out with an empty p tag that appears not closed in the view source view, but does have a closing tag when I look at it with Firebug. Odd. And while there's no point to this tag, I don't think it's the issue at hand.

 

Out of time for now.

Link to comment
Share on other sites

I assume the non-table version isn't content complete. To fix that main div,

 

div#mainpage {

position: absolute;

margin-top: -1px;

margin-left: 5px;

width: 595px;

height: 460px;

display: inline;

background-color: #E8E8D0;

font-family:Arial, Helvetica, sans-serif;

}

Edited by Andrea
Link Removed
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...