Jak usuwam width, to nie ma kolum tylko robi się menu poziome z tego. Jak to naprawić?
#menudol { font-size: 12px; width: 100%; color: #000; list-style: none; position:relative; text-align:center; margin: 0; padding: 0px; } #menudol a { text-decoration: none; color: #000; } #menudol a:hover { text-decoration: underline; background: transparent; } ul#menudol li { list-style-type:none; float: left; text-align:left; margin-left: 10px; font-weight: bold; border-right: 1px solid #fff; border-right-style: dashed; } ul#menudol li ul { border-right: 0px; width: 150px; margin-left: -10px; } ul#menudol li ul li { font-weight: normal; border-right: 0px; margin-right: 10px; }
Jest tak:

A chciałbym, żeby width samo się przystosowywało, a tak nie jest, ani width: auto; ani max-width i min-width nie pomaga.
