Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,
pease have a look at http://classifiedspak.com[^].
Im working on it. It is not working fine in Internet explorer 9, but its works fine in google chrome.
I have used simple HTML and nothing HTML5 related. I also used old CSS and some places I used CSS3 which are working fine in IE and Chrome.
I don't know what the problem is and need someone to help.

---------
PROBLEMS:
- In IE : -Unable to see logo in top left corner.
-Unable to see headings like Quick links , Welcome to classifiedspak and other headings and other headings

THESE ARE VISIBLE IN CHROME but not in IE 9.


--------

XML
following is the css :


.logo { height:96px; padding:0; margin:0 auto;}
h1 { margin:0; padding:30px 0 0 20px; color:#636363; font:bold 38px/1.2em Arial, Helvetica, sans-serif; letter-spacing:-2px;}
h1 a, h1 a:hover { color:#636363; text-decoration:none;}
h1 span { color:#78bbe6;}
h1 small { padding:0 10px; font:normal 12px/1.2em Arial, Helvetica, sans-serif; letter-spacing:normal;}
h2 { font:normal 24px Arial, Helvetica, sans-serif; padding:8px 0; margin:0; color:#595959;}


following is the code of those heading which are making problem :

<a href="~/Default.aspx"  runat="server" id="logo"><span>classifieds</span>PakA complete Classifieds
            Portal
.....
  <  h2  >
            Welcome To ClassifiedsPak< /h2 >





Thanks,

Shan
Posted
Updated 4-Jul-12 21:08pm
v5
Comments
Manfred Rudolf Bihy 29-Jun-12 11:31am    
And what exactly is wrong with the display in IE?
Please add some more details about what it is that is not working.
[no name] 30-Jun-12 3:20am    
I have updates the post with the problems im facing
Thanks

Had a look in both browsers and I can't see any difference. You need to state excatly what the issues you are having are.

This[^] might be helpful.
 
Share this answer
 
Comments
[no name] 30-Jun-12 3:22am    
- In IE : -Unable to see logo in top left corner.
-Unable to see headings like Quick links , Welcome to classifiedspak and other headings and other headings

THESE ARE VISIBLE IN CHROME but not in IE 9.
Dear Friend,

Even sometimes CSS3 will not work in IE like HTML5 features.
So use advance version of IE or convert to CSS.
 
Share this answer
 
Comments
[no name] 30-Jun-12 3:24am    
the headings which are invisible in IE9 is styled using old css2.
Thanks
AshishChaudha 30-Jun-12 4:12am    
cud you please show us your CSS and HTML code..so that we can help you for your problem
[no name] 30-Jun-12 5:29am    
following is the css :


.logo { height:96px; padding:0; margin:0 auto;}
h1 { margin:0; padding:30px 0 0 20px; color:#636363; font:bold 38px/1.2em Arial, Helvetica, sans-serif; letter-spacing:-2px;}
h1 a, h1 a:hover { color:#636363; text-decoration:none;}
h1 span { color:#78bbe6;}
h1 small { padding:0 10px; font:normal 12px/1.2em Arial, Helvetica, sans-serif; letter-spacing:normal;}
h2 { font:normal 24px Arial, Helvetica, sans-serif; padding:8px 0; margin:0; color:#595959;}


following is the code of those heading which are making problem :

<a href="~/Default.aspx" runat="server" id="logo"><span>classifieds</span>PakA complete Classifieds
Portal

.....
< h2 >
Welcome To ClassifiedsPak< /h2 >



Thank You
Font problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900