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
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
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
You can remove the iframe border by using a combination of HTML attributes inside the Iframe tag:
See here for more info.Code:marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"
Bookmarks