Results 1 to 9 of 9

Thread: More default content Ajax Tabs Content Script

  1. #1
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default More default content Ajax Tabs Content Script

    1) Script Title: Ajax Tabs Content Script

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

    3) Describe problem: n/a


    Is there a way i can make more default default content? (there are currently one default ..tab 1)

    Thanks advance

  2. #2
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    anyone? please help

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

    Default

    Please see the following thread for a mod that enables multiple default contents: http://www.dynamicdrive.com/forums/s...ad.php?t=32540
    DD Admin

  4. #4
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    awww. the more default its working fine...Thank You


    Also when i place html inside and is not working with Firefox

    example:
    <p id="default1"><table width="100%" border="0" cellspacing="10" cellpadding="10">
    hello world
    </table></p>
    does anyone know how to fix this?
    Last edited by bartjr; 12-24-2008 at 02:03 AM.

  5. #5
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    anyone? please help!!! i really need this to be working

    Many Thanks advance

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

    Default

    Hmm what do you mean by not working? HTML as one of the default contents shouldn't be a problem with the mod.
    DD Admin

  7. #7
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    When i put HTML code in the content area is not working with firefox; For example



    Working:
    <p id="default1">This is working fine</p>
    Not Working:
    <p id="default1"><table width="100%" border="0">
    This is not working with firefox browser...anything in this table doesnt show up...
    </table></p>
    any help are very appreciate

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

    Default

    In FF, this issue happens probably because you have HTML tags wrapped inside the P tags that semantically shouldn't be there. Instead of using P elements, try using DIV instead as the container for the default contents, so something like:

    Code:
    <div id="default1"><table width="100%" border="0">
    This is not working with firefox browser...anything in this table doesnt show up...
    </table></div>
    DD Admin

  9. #9
    Join Date
    Dec 2008
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Many thanks admin...you are genius....



    problem solve

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
  •