PDA

View Full Version : can i get this to float over the other frame


DaveMark
01-12-2003, 11:32
ok makeing a website for somene

http://homepage.ntlworld.com/davemark/ha/


and at the moment there is to much wasted space in the top header frame .. i want to bring the mainFrame but up to it leave just enough to see the menu . and when the menu is used it comes down over the top of the MainFrame like floating over it .. i have been told it can be done but im not sure how.


here is a tachemnt what i want it to look like and have the menus come down over onto mainFrame

dave

Declan
01-12-2003, 12:19
Why not have it as a table, with the current header frame being one <tr> and the actual body of the page being another?

DaveMark
01-12-2003, 12:21
Originally posted by Declan
Why not have it as a table, with the current header frame being one <tr> and the actual body of the page being another?

i never have got on with tables , they never do what i want em to do.. but i will have a go

any other suggestions :) ?

Clarksy
01-12-2003, 13:28
HTML Elements cannot float over frames. You can only emulate this by having the menu code in the top frame and to menu items in the lower frame. This means you have to script across frames which is very tricky.

I've done this before for people (and a site of my own) and cross browser compatability is another issue you'll have to contend with.

If i were you, i'd drop the frameset and make things easier on yourself.

[M]uuhh
01-12-2003, 18:21
Originally posted by DaveMark
i never have got on with tables , they never do what i want em to do.. but i will have a go

any other suggestions :) ?

Learn to use tables. much more usefull i think.;)

Zozart
01-12-2003, 19:31
CSS > Tables > Frame :D