(Untitled)

Mar 27, 2009 10:34

I GOT IT!

I finally figured out the CSS for that website I was working on.

WOOOOOOO.

css, web design

Leave a comment

Comments 2

paynah March 27 2009, 23:02:45 UTC
What was it?!

Reply

plasticpepper March 28 2009, 06:16:30 UTC
Well, the first problem was that the white box had a height of 100% but it was positioned 240px from the top which mean there were 240 pixels extra that were below the visible page.

And then after I caught that and fixed it, I was still having similar issues because of the way everything was positioned...because without moving the box down those 240 pixels I couldn't figure out how to get the text to appear where it should. But I managed to change everything to relative positioning instead of absolute (which is better anyway) so it showed up in the right place without having to be shifted like that. It took a bit of playing with the margins and padding and stuff in order to get the text to display with the correct margins but I figured it out eventually. YAYY.

Reply


Leave a comment

Up