View Full Version : Div positioning


chiharu
04-20-2003, 03:11 PM
Currently i am using this code for my div:
<DIV style="position: fixed; top:200px; left:710px; width:215px">

My layout is only compatible with a 1024x768 resolution and whenever you minimize windows explorer; the text is no longer in the box.

for example:
this is what i want it to look like. this is when internet explorer is maximized: http://www26.brinkster.com/hoshingo/vash.jpg
The text is in the box.

This is my problem. Look what happens when you minimize internet explorer: http://www26.brinkster.com/hoshingo/vash1.jpg
The text isnt in the box.

Can someone please tell me how to fix this? :D Thanks!

chiharu
04-20-2003, 03:20 PM
uhm let me fix those linnks


http://patamonx25.homestead.com/files/vash.jpg


http://patamonx25.homestead.com/files/vash2.jpg

MaGiCSuN
04-20-2003, 07:13 PM
add this to your <table> code from the image part:

style="position: absolute; top: 0px; left: 250px; width:750px"

so instead of this:

<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0>

it has to be this:

<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0 style="position: absolute; top: 0px; left: 250px; width:750px">

also i would suggest putting the scrollbar back to the right. I know it's your site, but when you put it like this the bottom scrollbar doesn't appear and people with 800x600 aren't able to read your blog :)