Niej da sam bash neke srece, odakle si ti? I manage to do something but still have big problems. First when i instad of display: inline put float:left, my menu shrink, i cant see meni background collor all the way to the right (i want it to strech all the way to teh end of the browser, no matter the resolution) and the second poblem is that IE 6 moved it all the way to the right, and of course i dont wont that.
here is the sample:http://svastara.filmske-radosti.com/meni.html end here is the CSS code: #meni { float:left; list-style:none; text-decoration:none; background:#CC3333; margin-left:185px; margin-top:50px; padding-left:0; margin-bottom:0; } #meni ol { list-style:none; margin: 0; background:#CC3333; padding:0; } #meni li { float:left; background:#CC3333; padding-left:0; } #meni li a{ float: left; background:#CC3333; margin:0; } #meni a { text-decoration:none; color:#fff; padding:5px;} #meni a:hover { color:#fff; background:#000; } #forma { padding-left: 35px; margin:0; padding-top:5px; float:left; } #meni li.first a { background:#000; margin:0; padding-left:10px; } .guglpretraga { border: 0; } .dugme { background: #fff; color: #000000; border: 0; } 2009/12/17 Zoran Gajin <[email protected]> > Ma i dalje ne radi, > ne mogu caku da provalim. > > Still wont work, there is a small catch.... > > > On Wed, Dec 16, 2009 at 8:17 PM, Jamie C. <[email protected]>wrote: > >> I don't have IE6 running, but you should try adding a special stylesheet >> for IE6 only >> >> put this in the head of your HTML document: >> >> <!--[if IE 6]> >> <link type="text/css" rel="stylesheet" href="css/ie6.css" /> >> <![endif]--> >> >> Then you can make IE6 specifice changes that will only render in IE6. >> >> Srećno (Good Luck), >> >> >> Jamie >> >> >> >> -- >> -- >> You received this because you are subscribed to the "Design the Web with >> CSS" at Google groups. >> To post: [email protected] >> To unsubscribe: [email protected] >> > > > > -- > http://www.filmske-radosti.com > Sve o filmu na jednom mestu > -- http://www.filmske-radosti.com Sve o filmu na jednom mestu -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
