Results 1 to 3 of 3

Thread: facebox showing left in IE

  1. #1
    Join Date
    Feb 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default facebox showing left in IE

    1) Script Title: facebox

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...ebox/index.htm

    3) Describe problem:

    The facebox script looks great in Firefox, but when viewed in IE it shows to the left of the screen not the centre. It also loses its style (font, font-color etc) Any ideas to what may be causing this??

    http://www.findstudentdigs.com/beta/...city=newcastle

    Click on advertise on the navigation

    Thanks in advance

  2. #2
    Join Date
    Aug 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default what is wrong with the code:

    The author of the facebox script states a doctype declaration (the very first three lines of the code) that is supposed to go at the very top of your page, not together with the rest of the code.

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The doctype must be the very first thing in your page's source in order for it to take effect in IE. So something like:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    
    <!--
    ###########################################################
    ###                                                      ##
    ###             Website Designed & Developed             ##
    ###                          By                          ##
    ###                      Ross Ewing                      ##
    ###                                                      ##
    ###               Find Student Digs Limited              ##
    ###                                                      ##
    ###########################################################
    -->
    DD Admin

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
  •