Results 1 to 2 of 2

Thread: firefox issue

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default firefox issue

    Please see coding. I do not know why Firefox is showing the menu cells so large. In IE, they are normal.

    In FF the cells look like they are about 75px in height.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Looks the same to me in both browsers with much vertical spacing. You have many unclosed <p elements. Like about 30 of them. They need </p> tags at the end of each ones content:

    Code:
    <p style="text-align: left"><font face="Arial" style="font-size: 8pt; font-weight: 700" color="#FF9900">
    			<img border="0" src="spacer.gif"> <a href="monitor.htm"><font face="Arial" style="font-size: 8pt; font-weight: 700; text-decoration:none">
    			Server Monitoring</font></a></p>
    Also, for closer vertical spacing, try using the <div> </div> tagset instead, it can have the same alignment attributes and/or style as a <p> tag but has a smaller top and bottom default margin.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •