Jump to content

jms

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by jms

  1. I think this might help with your transparency issue. Although I can't test it, as I use Linux.I did a quick test on my computer and the iframe was transparent by default in my browser (Firefox 1.5.0.4).Also, to make the links open in the iframe you must give the iframe a name and then use the iframe's name as the target attribute's value in your link.

    <a href="whatever" target="myiframe">link</a><iframe src="whatever" name="myiframe" />

×
×
  • Create New...