Click here to Skip to main content
15,910,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have Created a Aspx page
in asp.net and
refrenced a stylesheet .

The css is styling fine in firefox and other
browsers. But when i am Loading the page in IE
on load its not fetching the css properties.'
But when I am reloading the Page then its getting the
Css Properties.
Where is the Problem please
suggest what to do in this Case.
Posted

maybe it's the cache or other css is influencing
 
Share this answer
 
Can you paste the CSS Code here?? if it is completely not working in Internet explorer you can go for conditional CSS.
 
Share this answer
 
Comments
Karwa_Vivek 16-Oct-12 5:33am    
its working in IE too
But the problem is that
when the page is loading for first time
then CSS is not working .
Karwa_Vivek 16-Oct-12 5:39am    
am using a stylesheet
and calling on the particular page
Karwa_Vivek 16-Oct-12 5:41am    
below is the CSS under the style sheet

<style type="text/css">
.divM{
position:absolute;
top:122px;
left:376px;
}
.divHome{
position:absolute;
top:12px;
left:20px;
width:75.6%;
z-index: 1
}
BODY
{
FONT-SIZE: 9pt;
MARGIN: 5px;
FONT-FAMILY: Verdana
}
TD
{
FONT-SIZE: 8pt;
FONT-FAMILY: Verdana, Arial
}
P
{
MARGIN-TOP: 8px;
MARGIN-BOTTOM: 8px;
LINE-HEIGHT: 150%
}
.P4
{
MARGIN-TOP: 4px;
MARGIN-BOTTOM: 4px
}
.PtyAdd
{
MARGIN-TOP: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 15px
}


img { border: none ; }

</style>
Rohith Gopi 16-Oct-12 7:12am    
Which version of IE are you using
Rohith Gopi 16-Oct-12 7:13am    
Refer This Link It may Help

http://john.albin.net/css/ie-stylesheets-not-loading
dear

if you use IE 8 or before version so it could not to be show reflection... and no way to show reflection in IE 8 or before
 
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