otuatail Posted October 7, 2010 Share Posted October 7, 2010 Hi don't know ehat is happening here. I have checked all my previouse pages for <ul> and they have all dissapeared. This is ok in FF Opera etc but not in IE7. Checked with validator. OK! http://www.reallifemalawi.com/NewsSheets.php Link to comment https://forums.phpfreaks.com/topic/215324-ie7-dosnt-support/ Share on other sites More sharing options...
kenrbnsn Posted October 7, 2010 Share Posted October 7, 2010 You need to post your code here for us to see it. Posting a link won't help. Ken Link to comment https://forums.phpfreaks.com/topic/215324-ie7-dosnt-support/#findComment-1119747 Share on other sites More sharing options...
otuatail Posted October 7, 2010 Author Share Posted October 7, 2010 I have checkd this out by searching the internet. and someone else has got the same problem. They where told it was because there was no style class for it. ul.a {list-style-type:disc;}<ul class="a" > I tried this but it still did not work so I don't beleive it is CSS <div id="PageContent"> <div style="width:850px;height:500px;"> <div style="width:270px;height:200px;float:left"><img src="/images/Family.jpg" alt=""></div> <div style="width:580px;height:200px;float:left"> </div> <div style="width:850px;height:300px;"> <ul class="a"> <li>Link 1</li> <li>Link 2</li> </ul> </div> </div> </div> Link to comment https://forums.phpfreaks.com/topic/215324-ie7-dosnt-support/#findComment-1119750 Share on other sites More sharing options...
haku Posted October 7, 2010 Share Posted October 7, 2010 I personally much prefer a link over code. I just looked at it - I'm seeing the list in IE7. Not sure what you are referring to. Link to comment https://forums.phpfreaks.com/topic/215324-ie7-dosnt-support/#findComment-1119757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.