Jump to content

IE7 dosn't support <ul>


otuatail

Recommended Posts

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

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.