whatchama
02-25-2011, 01:18 AM
Hey all.
I am trying to make a website formatted for the iPhone. For that I am using a combination of HTML and CSS. The website is located here:
www.abdultaiyeb.com/phone
The website loads fine in Chrome, Firefox, Opera etc. but refuses to work properly with Internet Explorer 8 or Internet Explorer 9 RC.
Is there anything I can change to make it work better?
The code for the website is below:
<html><head>
<title>Home · Shabbir</title>
<link rel="stylesheet" type="text/css" href="http://cache.cydia.saurik.com/menes/style.css"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no" />
<body bgcolor="#fffff">
<panel>
<fieldset style="background-color: #95ef83">
<a href="madeh.html"><label>Madeh</label></a>
<a href="noha.html"><label>Noha</label></a>
</fieldset>
<fieldset style="background-color: #95ef83">
<a href="qaseeda_by_date.html"><label>Qaseeda by date</label></a>
</fieldset>
</panel>
</body></html>
The CSS file I am using can be found at the link below. It is the iPhone Interface Cascading Style Sheet:
www.abdultaiyeb.com/phone/style1.css
Any and all help would be appreciated. I have learnt CSS and HTML on my own so I'm not as good as most of the users of this forum.
I am trying to make a website formatted for the iPhone. For that I am using a combination of HTML and CSS. The website is located here:
www.abdultaiyeb.com/phone
The website loads fine in Chrome, Firefox, Opera etc. but refuses to work properly with Internet Explorer 8 or Internet Explorer 9 RC.
Is there anything I can change to make it work better?
The code for the website is below:
<html><head>
<title>Home · Shabbir</title>
<link rel="stylesheet" type="text/css" href="http://cache.cydia.saurik.com/menes/style.css"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no" />
<body bgcolor="#fffff">
<panel>
<fieldset style="background-color: #95ef83">
<a href="madeh.html"><label>Madeh</label></a>
<a href="noha.html"><label>Noha</label></a>
</fieldset>
<fieldset style="background-color: #95ef83">
<a href="qaseeda_by_date.html"><label>Qaseeda by date</label></a>
</fieldset>
</panel>
</body></html>
The CSS file I am using can be found at the link below. It is the iPhone Interface Cascading Style Sheet:
www.abdultaiyeb.com/phone/style1.css
Any and all help would be appreciated. I have learnt CSS and HTML on my own so I'm not as good as most of the users of this forum.