Well I'm kind of a css noob, and right now I am trying to make everything stretch so that it fits the text. This is the closest that I have gotten to begin right, but it still comes out very weird. The url to a page using this css is Http://www.davsstuff.com/compton.php?postid=3
Code:<style type="text/css"> <!-- .content { position: absolute; left:15px; top:10px; font-size: 75%; } .title { position: absolute; left:18px; top: 1px; font-size: 100%; } .link1 { position: absolute; left:600px; top: 4px; font-size: 65%; } .link2 { position: absolute; left:670px; top: 4px; font-size: 65%; } .link3 { position: absolute; left: 737px; top: 4px; font-size: 65%; } body, html { height: 100%; } body { text-align: center; font-family: verdana; } div { text-align: left; } html>body #centered { height: auto; } #centered { width: 755px; height: 100%; min-height: 100%; margin: 0 auto; } #Table_01 { position:relative; left:0px; top:0px; width:800px; height:600px; text-align: left; margin: 0 auto; } #n2-01 { background:url(images/n2_01.jpg); position: absolute; left:0px; top:0px; width:800px; height:100%; } #n2-02 { background:url(images/n2_02.jpg); position:absolute; left:0px; top:75px; width:102px; height:100%; background-repeat: repeat-y; } #n2-03 { background:url(images/n2_03.jpg); position:absolute; left:102px; top:75px; width:604px; height:100%; } #n2-04 { background:url(images/n2_04.jpg); position:absolute; left:706px; top:75px; width:94px; height:100%; } #n2-05 { background:url(images/n2_05.jpg); position:relative; left:102px; top:95px; width:604px; height:100%; } #n2-06 { background:url(images/n2_06.jpg); position:relative; width:604px; left:102px; top:577px; height:100%; }





Bookmarks