Ok im making a Div layout and a part isnt working ( the white bit)
http://www.rs2helpguide.frih.net/test.php/
It doesnt want to go to the middle of the page where the rest of the other stuff. is
Here is the CSS Coding.
What will make the White PArt go to the middle where the rest of the stuff are please help.
http://www.rs2helpguide.frih.net/test.php/
It doesnt want to go to the middle of the page where the rest of the other stuff. is
Here is the CSS Coding.
| Code: |
| /** TOP PICTURE */
#topback { width: px; height: 191px; background-image: url('http://www.rs2helpguide.frih.net/images/top.PNG'); background-position: top center; background-repeat: no-repeat; } /** UNDER THE TOP */ #undertop { width: px; height: 28px; background-image: url('http://www.rs2helpguide.frih.net/images/undertop.PNG'); background-position: top center; background-repeat: no-repeat; } /** THE SIDES-LONG */ #sides-long { width: 928px; height: 50px; background-image: url('http://www.rs2helpguide.frih.net/images/sides-long.PNG'); background-position: top right; background-repeat: repeat; } /** SOMESH*T */ #maincontent { font-size:1.0em; padding:0px 5px 0px 0px; width:550px; border-right:1px solid #ff0066; float:left; } |
What will make the White PArt go to the middle where the rest of the stuff are please help.
