Click to See Complete Forum and Search --> : Browser compatibility - How to STOP BULLET spaces changing


camarosource
06-06-2007, 01:41 AM
How do you use make it so the space between BULLETS (HTML DISC) does not have such a large space between the lines when viewing between INTERNET EXPLORER and Any other browser like Firefox??

http://www.camarosource.ca/main_new_site.php?url=open_new_layout.htm

Right side "Recent Posts". You'll notice that if you view with Firefox that it shows the words close to get on top of each other.

HOWEVER, View the same link in INTERNET EXPLORER and you'll soon discover it's now what's almost 1 more line inbetween the top words and the ones below them.

How can I STOP THIS?? If I make it fit in Firefox, it's WAY too high in IE cause it adds another line. If I make it fit in IE, it's like 3/4 the height of the area for Firefox.

Thanks!

NogDog
06-06-2007, 03:22 AM
Add a style block for the file used in that iframe and specify the desired margin-top and margin-bottom values for LI elements.

PS: Note that things get rather messy on that page if a user starts increasing the font size (such as if their vision does not correct to close to 20/20 and they want to actually read the tiny font-size you use in that iframe).

camarosource
06-06-2007, 03:40 AM
http://www.camarosource.ca/last_6_msg_posts.htm is the iframe link but as you can see.. there is html.. it's just a script that does all this..

camarosource
06-06-2007, 03:46 AM
Attached is the file (it's a PHP file that is loaded).