Results 1 to 3 of 3

Thread: Drop-in Content Box displays incorrectly in FF

  1. #1
    Join Date
    Oct 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop-in Content Box displays incorrectly in FF

    Drop-in Content Box
    http://www.dynamicdrive.com/dynamici.../dropinbox.htm

    My drop-in content box is displaying correctly in IE, but not in FF....

    I won't bother writing an essay on the problem, you can see exactly what I mean here:

    http://www.thehowtomadeeasydating.com
    Warning: Its a dating advice website, so whether or not that is considered 'adult' and against board rules I don't know, as I'm knew around here..

    Any tips on how to correct the appearance for FF would be greatly appreciated
    Last edited by parker; 10-17-2005 at 01:38 PM.

  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

    Replace:

    Code:
    <div id="dropin" style="position:absolute;visibility:hidden;left:100px;top:200px;width:380px;height:150px;border:dashed;border:#F75443;background-color:#FFFFFF">
    with:

    Code:
    <div id="dropin" style="position:absolute;visibility:hidden;left:100px;top:200px;width:380px;height:280px;border:3px dashed #F75443;background-color:#FFFFFF">
    I just changed the border declaration to conform to specification and increased the height of the division to cover the entire background of the form
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You're a lifesaver John, cheers!

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
  •