PDA

View Full Version : Header help



GreekieGurli
Fri 12th Jan '07, 3:48am
Hi all

My site has a custom style and the login/welcome box is located in the header to the right of the logo, all the way to the right. I've had two people say that the login/welcome box is covering the title of the site in the logo. The only way I have made that happen myself is if I resize my browser, then I can get that to happen. I have tried IE and Firefox on all my computers here and the site looks like it should.

Can you all take a look and tell me if the login box covers the middle part of the logo, the title part of it? I'm not convinced this is a coding problem but just the size of peoples browser window.

Sites in signature.

Augusto
Fri 12th Jan '07, 4:22am
that's because you have this image (http://getthehiv.com/forum/getthehiv/misc/header_banner_bg.jpg)as background and nothing to the left of the table where the login form is that would prevent the form to the right from moving over the background when resized or when your user has a small screen width.
You can add some kind of element like a table to the left of the Form's table (right before the login table form).
Something like <table width=720><tr><td>&nbsp;</td></tr></table> should do it but the better solution should be designing the table correctly.

GreekieGurli
Fri 12th Jan '07, 6:26am
I fixed my problem, thank you