text problem..

admin

Administrator
Staff member
sorry if this is the wrong forum, but the text is in the right place when the screen resolution is 800x600 but when i bump it up to higher settings it stays to the left spot, it doesnt move with the layout. anyone think they might know what the prob is?<br />
<br />
heres the code thats in it now<br />
<br />
<div style="position:absolute; left:9px; top:313px; width:730px; height:380px; z-index:1;"><br />
<div><span class="style3"><span class="style4"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http//www.thelink.com">The Link</a> -</span> <span class="style7">where the description is <br><br />
continue of the discription <br> continue of the the description<br />
</span> </span><br />
</div><br />
<p class="style3"><span class="style4"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http//www.thelink.com">The Link</a> -</span> <span class="style7">where the description is <br><br />
continue of the discription <br> continue of the the description </span></p><br />
<p class="style3"><span class="style4"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http//www.Thelink.com">The Link</a> -</span> <span class="style7">where the description is <br><br />
continue of the discription <br><br />
continue of the discription</span></p><br />
<p class="style3"><span class="style4"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http//www.thelink.com">The Link</a> -</span> <span class="style7">where the description is <br><br />
continue of the discription <br><br />
continue of the discription</span></p><br />
<p class="style3"><span class="style4"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http//www.thelink.com">The Link</a> -</span> <span class="style7">where the description is <br><br />
continue of the discription <br><br />
continue of the discription</span></p><br />
<p class="style3"><span class="style4"><a href=http://www.webdeveloper.com/forum/archive/index.php/"http//www.thelink.com">The Link</a></span> <span class="style4">-</span> <span class="style7">where the description is <br><br />
continue of the discription<br><br />
continue of the discription</span></p><br />
<br />
thank you for the help!!!<!--content-->position:absolute; maybe<!--content-->are you saying that the position:absolute; might be the problem?<!--content-->It does fix the position of the contents, along with the height and width being set.<br />
<div style="position:absolute; left:9px; top:313px; width:730px; height:380px; z-index:1;"><!--content-->you know what i should change it too? i appreaciate the help!!<!--content-->Without seeing the whole page I can only take a guess.<br />
Remove the style contents of the div.<!--content-->It requires a different implementation of your design. Absolute positioning is restricting the flow of the page.<br />
I have done a preliminary layout which centers the page. It does require you re-slice and patch some of your images.<br />
The table layout needs to be dropped for an inline list of menu items.<br />
Look through the basic layout attached.<br />
Links_23 is Links_21, 08 and 22 patched together and applied as a background image. #alignment does most of the centering of the page. The contents of the added div's should be self explanatory.<br />
This method leaves all elements in the natural flow of the page.<!--content-->Thank you Fang!!<br />
<br />
i will take a look through it.<!--content-->I think this is what you wanted.<br />
Used more css and sliced a few graphics.<br />
The design is more flexible.<br />
<br />
note: I removed Untitled.jpg from zip to reduce file size.<!--content-->Thank you again Fang! i will take a look at all that you did.<!--content-->
 
Back
Top