Results 1 to 2 of 2

Thread: Borders in Firefox

  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Borders in Firefox

    1) Script Title: Image Thumbnail Viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    3) Describe problem: The thumb nails show border in Firefox, but they dispaly correctly in IE. My webpage is http://www.weddingcards.biz/sikh_wedding_cards.htm

    I am a novice so kindly be explicit....

    MANY THANKS IN ADVANCE.

  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

    Where you have and similar, the highlighted part:

    Code:
    <img src="images/Sikh/sikh_concertina_out_small.jpg" style=border=0px>
    should be either border="0"

    Code:
    <img src="images/Sikh/sikh_concertina_out_small.jpg" border="0">
    or style="border-width: 0;"

    Code:
    <img src="images/Sikh/sikh_concertina_out_small.jpg" style="border-width: 0;">
    - 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
  •