Results 1 to 3 of 3

Thread: Cosmetic issue in javascript (dropdownview)

  1. #1
    Join Date
    Dec 2013
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cosmetic issue in javascript (dropdownview)

    http://www.dynamicdrive.com/dynamici...pdownview2.htm

    Is it possible to get rid of the outlines?
    I mean the 2 or 3 pixels line in which the outside website appears.
    Thanks in advance. Liza

  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

    Add the red:

    Code:
    <!--CHANGE LINKS BELOW TO YOUR OWN-->
    <a href="javascript:jumpto('http://www.cnn.com')">CNN.com</a> | 
    <a href="javascript:jumpto('http://www.msnbc.com')">MSNBC</a> | 
    <a href="javascript:jumpto('http://www.abcnews.com')">ABC News</a> | 
    <a href="javascript:jumpto('http://news.bbc.co.uk')">BBC UK News</a>
    
    <script language="javascript">
    <!--
    
    //Drop-down Document Viewer II- © Dynamic Drive (www.dynamicdrive.com)
    //For full source code, 100's more DHTML scripts, and TOS,
    //visit http://www.dynamicdrive.com
    
    //Specify display mode (0 or 1)
    //0 causes document to be displayed in an inline frame, while 1 in a new browser window
    var displaymode=0
    //if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown
    var iframecode='<iframe border=0 id="external" style="border-width:0;width:95%;height:400px" src="http://www.yahoo.com"></iframe>'
    
    /////NO NEED TO EDIT BELOW HERE////////////
    
    if (displa . . .
    - John
    ________________________

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

  3. #3
    Join Date
    Dec 2013
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks afterwards as well John! Looks smooth!

Similar Threads

  1. Javascript and IE 9 issue
    By mgva in forum JavaScript
    Replies: 2
    Last Post: 10-29-2012, 08:20 PM
  2. Javascript issue
    By saicvs in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 09-30-2011, 12:35 PM
  3. JavaScript (maybe CSS) Issue with IE7
    By firefly_x in forum JavaScript
    Replies: 6
    Last Post: 03-30-2009, 09:12 AM
  4. Replies: 3
    Last Post: 11-16-2005, 10:01 PM

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
  •