| Tim Kline 2005-04-29, 7:21 pm |
| Hi
We're working on redoing a lot of the old, ugly frontpage code on some of our
pages. One thing is we have a box with some data in it with bulleted items..
this was done with plain text making the text wrap around the bullet and look
messy, so I changed that to an unordered list (bullets) and used the stylesheet
give the <li> tag a -25px left margin. This ended up with the bullets being
right where they should be and it looks great... until you look at it with IE
on a Mac and the bullets are outside of the box, clearly the margin is too big.
If I make the margin less, it will indent too far for IE on the PC and all
other browsers I've tried.
Is there a better way to do this? can I just tell the <ul> tag to not indent
anything? Or does it have to be done by having a -# for the left margin? Or, is
there a way to have the stylesheet just not make the margin as big for IE on
the Mac? if so, how? :)
Here's one of our pages for a sample:
http://www.gate1travel.com/israel-t...em-vacation.asp
|