Jump to content

align ul in div


MDanz

Recommended Posts

i have an image  in a ul tag and even though i have put align='left' in the div... it is still centered in the div.  whats the correct css?

 

<div id="navpos" align="left"><ul><li><img src="test.jpg" /></li></ul></div>

 

#navpos 
{
position:absolute;
left:159px;
  top:6px;
width:350px;
  height:50px;
  


}

Link to comment
https://forums.phpfreaks.com/topic/207907-align-ul-in-div/
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.