Hey all, I have this problem with the header of my site, http://tinyurl.com/cxpkn5 . For people with a large 1680x1050 screen the header looks fine, like this: But for people with normal sized screens the header is waaaaay to big. I asked a friend of mine how I could fix it, and he said it had something to do with CSS but that he didn't know exactly how to fix this. So can anyone please help me with this? If anyone thinks he can fix this I'd be more than happy to give my FTP details, altho I'm using MyBB on my forum so I think you also need admin acces to my forum. I'm ofcourse willing to pay for someone to fix this, unless it's extremely simple. Thanks in advance..
Try setting the width to the width of the forum and the height to the height of the image because that doesn't really matter. Not sure but it probably will fix it.
<div class="logo"><a href="http://tf2forum.com/index.php"><img src="http://tf2forum.com/images/orange/logo.png" alt="TF2 Forum" title="TF2 Forum" /></a></div> <!-- start: header_welcomeblock_guest --> Code (markup): Hmm... it might be in your css style...
The reason that the image only looks good on screens that size is because it was designed for a screen that size. If you are going to use a single image for your header you have to decide what screen resolution you are designing for. If you want the header to be different for each screen resolution you would need to program some PHP or ASP.net so that you could read what screen resolution that your visitor had and then use a conditional statement to use the appropriate image. This however is not practical and would be more of headache than it is worth. The majority of people use a 1024 x 768. I would recommend resizing the image so that it fits that resolution or whatever resolution you think is best. If your forum resizes itself to fit the resolution of the screen make the background color of the header container the same orange as the border of your header image.
Hmm.. is anyone here willing to change the width and hight of the fourm like AD7863 suggested? And perhaps even change the background color of the header to the same orange as the border of my header. I just want that my forum looks good for everyone, whatever screen they might have. I'm ofcourse willing to make a payment to the person that can realize this for me .
You could just put the image as background and center it then both sides will be cut while it's shrunk.