Sent by zbyszekp on 30 November 2006 10:10
This is a multi-part message in MIME format.
--------------060004080606000707040801
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit
hi all,
I'm working on following site:
http://www.dywiz.com/test/budimex/menu_011.html
here on the right is mini-menu :) with custom bullets made with
following code:
#menuProste ul {
list-style: none;
margin: 0 5px 0 5px;
padding: 0.5em 0 0.5em 0;
}
#menuProste li {
padding: 0 0 0 0.25em;
list-style-position: inside;
list-style-image: url(../images/strzalka.png);
}
#menuProste li a {
color: #193363;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
}
In FF this menu is aligned very well -centered - but in IE bullets are
placed a little up. How can I corect this one?
regards,
zbyszek p.
--------------060004080606000707040801
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
--------------060004080606000707040801--