Click to See Complete Forum and Search --> : Absolute positioning ?
atlzinva
09-08-2003, 01:07 AM
ok basicly i have been playing with HTML and CSS for a while, but i cant remember how to center an image at the top of the window and keep it there as the text is scrolled up and down. maybe im just slow but if you could help it would be greatly appreciated
DaveSW
09-08-2003, 02:37 AM
Do you mean position:fixed; for the image which only works in moz and opera
or do you mean a div with overflow:auto; on it for the text?
atlzinva
09-08-2003, 03:44 PM
well i fixed that problem an have another one... i want a white square fixed in the center of the window... :) i know im frustrating
PeOfEo
09-08-2003, 03:52 PM
Do you mean a div you can put stuff in or a white square as a background image?
atlzinva
09-08-2003, 04:02 PM
both actually
here..
http://www.xanga.com/skin.asp?user=bgirl_BaLi
im trying to make the text easier to read... and i dont really know what im doing with that quote yet...
any suggestions would help alot
PeOfEo
09-08-2003, 04:07 PM
Put a solid background behind the news posts, like give the data grid or div or whatever the news is in a solid background.
atlzinva
09-08-2003, 04:07 PM
the only problem with that is i DONT KNOW HOW TO
PeOfEo
09-08-2003, 04:17 PM
style="background-color:#000000;"
atlzinva
09-09-2003, 10:15 PM
I FIXED IT :) woo hoo.. i guess ...