HTML validation | |
JavaGuy - Student ![]() |
Conundrum: Page won't validate if I use the bogus "allowtransparency" attribute for an Iframe. If I don't use it, IE renders the frame wrong. The person who's going to sign the check for this one likes IE. ![]() _______________ My signature is only one line. You're welcome. |
Login and add your comment! |
Comments |
JamesF1 - Student ![]() |
Just thought of something, with XHTML standards as they are now (not sure if this is the type of thing you're talking about, as I used scrolling divs instaed of iframes, usually, unless an iframe is entirely necessary), you can't do this (example): <hr noshade> But you must do <hr noshade="noshade" /> So maybe if you applied the same to the iframe attribute (you simply repeat the attribute name as the value), then you'll get somewhere. Obviously you won't be needing to close the iframe tag as /> because you have a </iframe> ![]() _______________ Website |
Ian Jandos - Student ![]() |
Just as reference, www.sitepoint.com is a good forum for web type questions ![]() -Ian _______________ Member #7625 | Since 7.6.04 The Archives |
Bubu - Hubbub ![]() |
Death to IE! _______________ make install -not war |
JavaGuy - Student ![]() |
It still didn't work, but I'll keep that in mind. I never use regular frames--don't like them at all--but IFrame is very useful. The problem is that "allowtransparency" is a bogus tag in the first place. IFrames are supposed to allow transparency unless you explicitly tell the frame to have an opaque background. Other browsers render it like that, but IE makes the background opaque unless you explicitly specify IE's proprietary allowtransparency tag. It works okay but breaks validation--not a big deal, but kinda annoying when I go to check my work. _______________ My signature is only one line. You're welcome. |
JamesF1 - Student ![]() |
What doctype are you using? If you're using frames, generally, you should be using neither the Transitional nor the Strict doctypes, but the Frameset doctype. You shouldn't have any problems then. If you are, well... I never use frames anyway (even iframes) ![]() _______________ Website |
Flash - Student ![]() |
The only part I understood was IE.![]() |
AvaloN - Student ![]() |
![]() Boy is my knowledge of computer stuff crappy or what, no idea what u are talking about m8. This comment was edited by AvaloN on Dec 10 2005 06:15pm. |
Login and add your comment! |