Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Bizarre Firefox activity

  1. #1
    Senior Member Dragonsi's Avatar
    Join Date
    Dec 2003
    Posts
    343

    Unhappy Bizarre Firefox activity

    Hi all,

    It's been a while since I last posted as I have been busy with other projects.

    I have just posted up a 'coming soon' page for a friends website but something very strange is happening with the CSS. The site should look all centered and it appears that way with IE7 but in FF2 the main table appears to the left. Can anyone explain what I have done wrong?

    Site: Dance Jam Music - Artist Management - Record Label

    CSS:

    .body {
    font-family: "Trebuchet MS", Georgia, "Times New Roman";
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    background-image:url(images/bg-main.jpg);
    background-position:Top Center;
    background-attachment:fixed;
    background-repeat:repeat-y;
    margin: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    }
    .mainpage {
    margin: 0px;
    padding: 3px;
    height: 100%;
    width: 802px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: top;
    background-position: center top;
    }
    www.westwalesweb.com
    Website development & ICT solutions.

  2. #2
    Member
    Join Date
    Dec 2005
    Posts
    89

    Thumbs up Re: Bizarre Firefox activity

    Add this to the top of your .mainpage
    "
    margin: 0 auto;
    "

    Tables are evil you know

  3. #3
    Senior Member Dragonsi's Avatar
    Join Date
    Dec 2003
    Posts
    343

    Re: Bizarre Firefox activity

    That solve it, many thanks...

    I've been away from coding for too long, looks like some reading is required...
    www.westwalesweb.com
    Website development & ICT solutions.

Similar Threads

  1. Strange and Bizarre Google results
    By tt in forum Google Discussion Forum
    Replies: 3
    Last Post: 08-31-2005, 11:07 AM
  2. bizarre CSS problem in IE
    By web-content-king in forum Graphics & Design Discussion Forum
    Replies: 5
    Last Post: 07-07-2005, 02:47 PM
  3. Bizarre Google Results
    By dj4uk in forum Google Discussion Forum
    Replies: 3
    Last Post: 01-10-2005, 02:49 PM
  4. [AW] bizarre changes in my reports
    By effisk in forum Google AdWords/Google AdSense
    Replies: 5
    Last Post: 10-12-2004, 04:54 AM
  5. Bizarre Apache Log Entries
    By Ender in forum IT Discussion Forum
    Replies: 0
    Last Post: 04-10-2004, 07:53 AM

Posting Permissions

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