dentexpo.de
Neues Mitglied
Moechte die Positionen auf der Webseite DentExpo Dental Laboratories
von dem Menukast und den oberen beiden Balken veraendern, wie kann ich das am besten tun, bzw. wie funktioniert das? habe in meiner css-datei folgende Anweisungen, welche sind relevant?
/* CSS Document */
body { background-image:url(images/background.png); background-repeat:no-repeat; font-family: Arial, Helvetica, sans-serif;color: #1a1e23;font-size:12px; text-align:justify;}
#mainpage{width:803px; margin-top:50px; margin-left:0px;}
#header{height:85px;}
#logo{float:left;}
#linkall{float:right;background-image:url(images/page1_03.gif);background-repeat:no-repeat;width:567px;height:30px;list-style-image:none;text-align:right;}
#links { margin-top:8px;}
#links ul li{display:inline;margin-right:70px;padding-right:5px;}
#up{float:right;}
#left { width:258px; float:left; padding-top:5px;}
#leftup { background-image:url(images/page1_02.gif); background-repeat:no-repeat; width:238px; height:219px; padding-top:10px; padding-left:30px;}
#buttonsbg1{background-image:url(images/BG_dent.jpg);width:167px; height:197px;background-repeat:no-repeat;}
#buttonsbg {list-style:none; margin:0px;padding-left:20px;padding-top:20px;}
#footer { clear:both;margin-bottom:10px; text-align:center; width:500px; margin-left:180px; padding-top:250px;}
von dem Menukast und den oberen beiden Balken veraendern, wie kann ich das am besten tun, bzw. wie funktioniert das? habe in meiner css-datei folgende Anweisungen, welche sind relevant?
/* CSS Document */
body { background-image:url(images/background.png); background-repeat:no-repeat; font-family: Arial, Helvetica, sans-serif;color: #1a1e23;font-size:12px; text-align:justify;}
#mainpage{width:803px; margin-top:50px; margin-left:0px;}
#header{height:85px;}
#logo{float:left;}
#linkall{float:right;background-image:url(images/page1_03.gif);background-repeat:no-repeat;width:567px;height:30px;list-style-image:none;text-align:right;}
#links { margin-top:8px;}
#links ul li{display:inline;margin-right:70px;padding-right:5px;}
#up{float:right;}
#left { width:258px; float:left; padding-top:5px;}
#leftup { background-image:url(images/page1_02.gif); background-repeat:no-repeat; width:238px; height:219px; padding-top:10px; padding-left:30px;}
#buttonsbg1{background-image:url(images/BG_dent.jpg);width:167px; height:197px;background-repeat:no-repeat;}
#buttonsbg {list-style:none; margin:0px;padding-left:20px;padding-top:20px;}
#footer { clear:both;margin-bottom:10px; text-align:center; width:500px; margin-left:180px; padding-top:250px;}