I know this isn't strictly the best place to post this, but I've seen quite a lot of HTML/CSS related chat in here, so I decided to post it here.
I'm working on coding up a design, which is going fairly well:
http://www.devhat.org/site/
(I know it doesn't work too well in IE, this is a transparency issue because I'm using PNGs, I'll convert later)
The problem is the width. The site scales, but there's a problem there with the logo image and the slogan holder part beside it. The reason for this is that the logo is a fixed pixel value, and the holder is a percentage value so it will scale.
Because of this, I can't make it so that the combined size is always 100% unless I make the image a % width aswell.
Now I know there's a workaround, as I've had this problem before, but can't remember how I did it.
Any help would be greatly appreciated
Cheers,
Kentaree