iframes and css problem

Associate
Joined
11 Jun 2006
Posts
24
Hey,

I'm trying to make my website as XHTML 1.1 strict as possible (granted I could just use transitional but I'm pedantic)


I'm trying to navigate using an iframe but xhtml 1.1 doesn't let me use the target='iframe' attribute of the <a> tag, is there a way of doing this in css, and if not what's the best way to get an iframe-like substitute that is acceptable to xhtml?

thanks
 
Why do you want to use iframes? There may be a better solution.

simply to allow multiple pages to be shown within another, website here

I know of a javascript solution that I tried by changing the inner html of divs but it caused all kinds of problems, anyone know of any others?

thanks for the info so far :)
 
Back
Top Bottom