Long story short. I'm using the XHTML Frameset document, but cant find anything on the web about formatting them correctly.
Tags like
all work but don't validate.
And using things like
in the CSS seem to do absolutely nothing. How do i style frames properly? I just want there to be no borders/padding/margins/anything!
Before i get yelled at for using frames, its for a little popup video streamer so theres no bookmarking, SEO, and the 'video page' gets changed/refreshed a lot.. and other stuff. Trust me
Tags like
Code:
frameborder="0" marginheight="0" marginwidth="0"
all work but don't validate.
And using things like
Code:
*, html, body, frameset, frame { margin: 0; padding: 0; border: 0;}
in the CSS seem to do absolutely nothing. How do i style frames properly? I just want there to be no borders/padding/margins/anything!
Before i get yelled at for using frames, its for a little popup video streamer so theres no bookmarking, SEO, and the 'video page' gets changed/refreshed a lot.. and other stuff. Trust me