Results 1 to 4 of 4

Thread: css problems IE V Firefox

  1. #1
    Join Date
    Jun 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css problems IE V Firefox

    Hi Guys

    I have a website I am trying to put together, it seems to work perfectly in IE but it is all over the place in firefox.

    The link is http://www.organicswebsite.com and the css file is at http://www.organicswebsite.com/style.css

    Any suggestions most welcome

    Thanks in advance

    John

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Add the highlighted:
    Code:
    #page {
    	width: 960px;
    	margin: 0 auto;
    	padding: 30px;
    	clear:both;
    }
    Replace the highlighted:
    Code:
    #content {
    	position: absolute;
    	width: 480px;
    }
    ...with float:left;.

    Then rearrange your markups. Let your div having the id of sidebar come earlier to your content div.

    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Jun 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you

    Sir you are truly a god, works perfectly many thanks.

    John

  4. #4
    Join Date
    Jun 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default messed up

    Hi

    I have done some more work on the site and again I have differences in ie and firefox.

    One of my menus on the right drops right down, the newsletter sign up box is way to big and I can't seem to line it up with the image also the space underneath the image and the start of the text is huge and I can't see where to change it.

    I have now finished the site (except for content) so this should be the end of it.

    Kind regards

    John

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •