XHTML Strict Frame Borders
Using XHTML Strict, i cant seem to be able to get rid of frame borders.
I am using the attribute frameborder="0" of the <frame> tag. This seems to be halfing the frame but not removing it
When i put the border="0" attribute into the <frameborder> tag, the borders disappear. This is what i want although, this attribute is deprecated and not valid in XHTML Strict.
I am also using css to try and handle the problem. This seems to be totally ignored.
I am using the following code in an external css file:
frame{
border:none #3098ff none;
outline-style:none;
}
This sets the three border settings and the outline setting.
Does anyone know where i am goign wrong?
__________________
http://www.loghopper.com
|