Today while doing some changes in html file and included an
external css file using link tag, I came to know that external css is working
fine with chrome and safari but not in IE 9.0 and Mozilla browser. I just got
confused why it’s working in one browser and not in another.
Searched over internet for some time and came to know that
we shouldn’t give secure urls in link tag. In this case it would work
abnormally or you can say it may work or not. I tried and found the solution but
didn’t find the actual reason for this type of behave from well known browsers(IE
and Mozilla). If anybody find that please let me know.
/*Code not working with https */
/*Code working with http */
Thanks!!!!!!!!! Enjoy Programming :)
No comments:
Post a Comment
Thanks for your valuable comments.