Jump to content

Using List Images


hex4

Recommended Posts

I'm having a browser compatibility issue.

 

here's the css code:

li
{
list-style-image: url(images/arrow-right.gif);	
list-style-position: outside;
}

ol
{	
margin-bottom: 5px;
margin-top: 2px;
}

 

and this is the result: http://hex4.no-ip.info:8080/cheatbusters.et

 

If you see it as it is both in FF and IE, they are the same.

 

What i want to do is to move the lists aligned to the left.

 

All the lists are in a subtable class

 

table.subtable 
{
width: 100%;
border: thin solid;
background-color: #FFFFFF;
}

 

edit: I tried using margin-left in OL but the movement is different both in FF and IE

 

Link to comment
https://forums.phpfreaks.com/topic/68687-using-list-images/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.