| Author |
Re: Different CSS and template file for different
|
|
| ljCharlie 2005-03-10, 6:28 pm |
| Many thanks for the response. Here is my concern. li { list-style-position:
outside; } ul { list-style-position: outside; list-style-type: disc; } ul ul
{ list-style-position: outside; list-style-type: square; margin-left: -1px;
} ul ul ul { list-style-position: outside; list-style-type: circle;
margin-left: -1px; } ol { list-style-position: outside; list-style-type:
upper-alpha; } ol ol { list-style-position: outside; list-style-type:
decimal; margin-left: 25px; } ol ol ol { list-style-position: outside;
list-style-type: disc; margin-left: 25px; } I found that the margin-left:
translates differently between MS IE and Mozilla Firefox. For example, 25pixel
looks fine MS IE but way too far to the right for Mozilla. That is why I
thought having two different CSS for different would work. If you have other
suggestion, I'm willing to listen. Thanks!
| |
| ljCharlie 2005-03-10, 6:29 pm |
| Okay, I got it working now thanks to a news group user, trx.
ljCharlie
| |
| ljCharlie 2005-03-10, 6:34 pm |
| The solution was to change the padding left to 0 px on the ol and ul.
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |