[css-d] Extra-space after frame in Firefox and Opera

2006-10-19 Thread Alicia C
Hey! I'm having a little problem here with Firefox. This is the layout: http://helekins.sites.uol.com.br/ It works fine in Internet Explorer, but in both Firefox and Opera I see some extra-space after the main frame and the menu. The page is supposed to end when the menu and the main frame end.

Re: [css-d] Extra-space after frame in Firefox and Opera

2006-10-19 Thread Alicia C
I'm not exactly sure what is meant by the menu and after (horizontally, or vertically). However, you have set the height using inline styles on your div (id=frame) of 286px but declared your iframe to be 280px. Changing this 286 to 286 removes 6 pixels of vertical space. Also, you might try

Re: [css-d] Extra-space after frame in Firefox and Opera

2006-10-19 Thread Alicia C
I rebuilt the whole thing and seems to be working now. http://www.freewebs.com/highwayjunkie/helekins.htm Thanks for your time and help. =) Alicia __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Horizontal menu (positioning)

2006-07-11 Thread Alicia C
Hi Alicia, Hint: close the header-div before starting the submenu div. [1] :-) : testpage http://home.tiscali.nl/developerscorner/css-discuss/test-alicia.htm. Now the fine tuning! Greetings, francky [1] Cascade style: if the #submenu is inside the #header, the #submenu is dripping