XHTML Frames? /*ducks for cover*/

Soldato
Joined
20 Oct 2002
Posts
18,495
Location
London
Long story short. I'm using the XHTML Frameset document, but cant find anything on the web about formatting them correctly.

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? :confused: I just want there to be no borders/padding/margins/anything! :p

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 ;):p
 
Inquisitor said:
XHTML... frames... ?

Get 'im boys!

:p

I think i better explain a bit more, i am open to suggestions although its imperative this works on a Mac as thats what our lecturer uses.

We're essentially making a media streaming page like this or the BBC's. Theres gonna be two tabs to swap between a list of audio files and video files down the right (like trailers, archive.. etc on the WB one), and the part where the video player is actually embedded will obviously need to change on its own. For example when the popup first launches it auto-detects the users connections speed so goes through a few refreshes.

/*puts on crash helmet*/ :p
 
Back
Top Bottom