Dobra, kropki rozwiązałem - to co pisaliście to nie to, ale znalazłem CSS: list-style-position: inside;
Niestety to wprowadziło jedynie kropki do 'wnętrza' diva... A strona dalej się lekko sypie. patrz
tutajOgólnie sypie się coś z divem #main, który powinien mieć 1000px, a ma 980...
CSS:
* {
margin: 0;
padding: 0;
}
body {
background: #fff;
font-family: verdana, tahoma,sans-serif;
font-size: 11px;
color: #000;
}
body a {
color: #000;
text-decoration: none;
}
#calosc {
width: 1000px;
margin: 0;
padding: 0;
}
#above {
font-weight: bold;
height: 60px;
text-align: left;
padding-left: 20px;
padding-top: 10px;
width: 100%;
}
#header {
background: url('../images/header.png') no-repeat;
width: 100%;
padding-right: 20px;
padding-top: 10px;
height: 43px;
margin-top: 5px;
margin-bottom: 35px;
}
#top_menu {
background: url('../images/menu.png') repeat-x;
width: 1000px;
padding-right: 20px;
padding-top: 10px;
height: 24px;
}
#banner_pos {
width: 100%;
margin-bottom: 15px;
margin-top: 15px;
}
#main {
width: 1000px;
min-height: 200px;
margin-bottom: 50px;
background: #000;
}
#left, #tresc, #right {
display:inline;
}
#left {
float: left;
width: 184px;
margin-right: 6px;
padding-top: 10px;
text-align: left;
text-decoration: none;
}
#left ul, li {
text-decoration: none;
list-style-position: inside;
}
#left h3{
background: url('../images/box_l.png') no-repeat;
width:154px;
height:18px;
font-weight: normal;
padding-left: 30px;
padding-top: 2px;
color: #fff;
}
#right h3{
background: url('../images/box_r.png') no-repeat;
width:302px;
height:18px;
font-weight: normal;
padding-top: 2px;
color: #fff;
}
#tresc {
float: left;
width: 480px;
padding-left: 10px;
padding-top: 10px;
margin-right: 7px;
padding-right: 10px;
}
#right {
float: left;
width: 302px;
padding-top: 10px;
}
#footer {
width: 100%;
min-height: 100px;
padding-left: 10px;
border: 1px;
}
.componentheading {
background: url('../images/center_box.png') no-repeat;
width: 500px;
height: 20px;
padding-top: 2px;
color: #fff;
font-size: 13px;
}
HTML/body:
<div id="above">nieaktywne narazie
</div> <div id="top_menu">menu poziome tez nieaktywne narazie
</div> <div id="banner_pos">baner, jeszcze nieaktywne
</div> <div id="left">kolumna lewa
</div> <div id="tresc">srodek - tresc
</div> <div id="right">kolumna prawa
</div>