Results 1 to 3 of 3

Thread: border-less document viewer?

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

    Default border-less document viewer?

    anyone know where I can find a border-less document viewer?

    like this: http://www.dynamicdrive.com/dynamici...bdocviewer.htm
    but border-less

    thanks

    calfo

  2. #2
    Join Date
    Oct 2005
    Posts
    121
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ermm... just an iframe. Just make the Iframe without borders and regular text links targeting the iframe. that script just made the links look nice 'n purty (the links) with css or javascript

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

    Default

    You can remove the iframe border by using a combination of HTML attributes inside the Iframe tag:

    Code:
    marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"
    See here for more info.

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
  •