ThatScriptGuy
12-10-2007, 05:26 AM
Hey there. I've been working on my new design at 1440x900 resolution and everything has been looking great.
I just now switched over to 1024x768 to see how it looked (since most of my clients use that resolution) and I discovered a problem. The two items in the header - Site name and login box - are squished together.
The coder who coded the design used a lot of absolute/fixed positioning of the elements in the page, and I believe that's what's causing an issue here. I modified his coded end-product to make the header area extend to the edges of the screen. When I did this, the two elements were not in the right place.
To fix this, I used margins to push them where they needed to be (using px). This worked wonderfully for firefox and IE at 1440x900. But, like I said - As soon as I switched to 1024x768, they were messed up (they were too far toward the center)
So, I tried using % margins. For the most part, this worked very well. At both resolutions, in firefox, they looked very similar, and very good. But now, IE wasn't displaying them correctly.
So, can anyone take a look at http://thatscriptguy.com/newsite
I just want to know what I need to do to make those elements look good in 1024x768 in firefox and IE...
/still learning
Kevin
I just now switched over to 1024x768 to see how it looked (since most of my clients use that resolution) and I discovered a problem. The two items in the header - Site name and login box - are squished together.
The coder who coded the design used a lot of absolute/fixed positioning of the elements in the page, and I believe that's what's causing an issue here. I modified his coded end-product to make the header area extend to the edges of the screen. When I did this, the two elements were not in the right place.
To fix this, I used margins to push them where they needed to be (using px). This worked wonderfully for firefox and IE at 1440x900. But, like I said - As soon as I switched to 1024x768, they were messed up (they were too far toward the center)
So, I tried using % margins. For the most part, this worked very well. At both resolutions, in firefox, they looked very similar, and very good. But now, IE wasn't displaying them correctly.
So, can anyone take a look at http://thatscriptguy.com/newsite
I just want to know what I need to do to make those elements look good in 1024x768 in firefox and IE...
/still learning
Kevin
