Results 1 to 6 of 6

Thread: Firefox rendering issue     submit to reddit submit to twitter

  1. #1
    Pun
    Pun is offline
    Sea Torques
    Join Date
    Jun 2007
    Posts
    724
    BG Level
    5
    FFXI Server
    Ifrit

    Firefox rendering issue

    Okay so while I've been coding and developing my site for my class, I keep running into issues when I try to preview my progress in Firefox. Right now it keeps stacking my nav buttons vertically, while Internet Explorer displays everything perfectly.

    Firefox (wrong display):

    button
    button
    button
    button
    button
    button

    IE (correct display):
    button button button button button button

    I have the newest version of Firefox and IE, so updating isn't the problem. I have tried using .png and .jpeg and they both still act retarded. For reference the page is being done in XHTML 1.0 transitional. Any assistance is appreciated, thanks

  2. #2
    D. Ring
    Join Date
    Jun 2006
    Posts
    4,855
    BG Level
    7
    FFXI Server
    Ragnarok
    WoW Realm
    Nazjatar

    Re: Firefox rendering issue

    can see a code sample?

  3. #3
    Not Killing Ganon
    Join Date
    Sep 2006
    Posts
    1,262
    BG Level
    6
    FFXI Server
    Siren

    Re: Firefox rendering issue

    your coding is incorrect, firefox renders code as is, IE does not.

  4. #4
    Pun
    Pun is offline
    Sea Torques
    Join Date
    Jun 2007
    Posts
    724
    BG Level
    5
    FFXI Server
    Ifrit

    Re: Firefox rendering issue

    The code I have for the buttons:




    <div align="center" id="navigation">[img]assets/buttons/home.jpg[/img]
    <map name="Map" id="Map">
    <area shape="circle" coords="51,36,34" href="index.html" alt="Home" />
    </map>
    [img]assets/buttons/news.jpg[/img]
    <map name="Map2" id="Map2">
    <area shape="circle" coords="52,37,33" href="news.html" alt="News" />
    </map>
    [img]assets/buttons/review.jpg[/img]
    <map name="Map3" id="Map3">
    <area shape="circle" coords="52,36,32" href="reviews.html" alt="Reviews" />
    </map>
    [img]assets/buttons/forum.jpg[/img]
    <map name="Map4" id="Map4">
    <area shape="circle" coords="52,37,34" href="http://digitalforums21.proboards91.com/index.c.cgi?" alt="Forum" />
    </map>
    [img]assets/buttons/aboutus.jpg[/img]
    <map name="Map5" id="Map5">
    <area shape="circle" coords="50,38,35" href="aboutus.html" alt="About Us" />
    </map>
    [img]assets/buttons/contactus.jpg[/img]
    <map name="Map6" id="Map6">
    <area shape="circle" coords="51,38,34" href="contact.html" alt="Contact" />
    </map>
    </div>

  5. #5
    Pun
    Pun is offline
    Sea Torques
    Join Date
    Jun 2007
    Posts
    724
    BG Level
    5
    FFXI Server
    Ifrit

    Re: Firefox rendering issue

    Okay I figured out the problem...apparently the mapping screws it up. I removed the mapping and they display correctly now. Lame.

  6. #6
    Not Killing Ganon
    Join Date
    Sep 2006
    Posts
    1,262
    BG Level
    6
    FFXI Server
    Siren

    Re: Firefox rendering issue

    its not lame, its called correct.

    i suggest you look more into the map tag as the way you had it is the way any true browser will render it (opera or firefox)

Similar Threads

  1. Major Issues with Firefox..
    By Odesseiron in forum Tech
    Replies: 8
    Last Post: 2011-10-02, 15:10
  2. Firefox v4 And Resolution Issues
    By LinktheDeme in forum Tech
    Replies: 4
    Last Post: 2011-04-03, 17:32
  3. Firefox ... Stay Logged In issues
    By niwaar in forum Tech
    Replies: 2
    Last Post: 2010-03-18, 08:38
  4. FireFox issues
    By Meresgi in forum Tech
    Replies: 6
    Last Post: 2010-02-12, 01:26
  5. Firefox issues
    By Odesseiron in forum Tech
    Replies: 8
    Last Post: 2009-12-13, 00:57
  6. Firefox 3.5 .. issues?
    By Shenrien in forum Tech
    Replies: 12
    Last Post: 2009-07-05, 20:55
  7. Firefox Download issues
    By Sythe in forum Tech
    Replies: 3
    Last Post: 2009-04-16, 09:49
  8. Image Colour Issue with Firefox 3.1 b2
    By Elesirdur in forum Tech
    Replies: 2
    Last Post: 2009-01-30, 11:41