Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 22550 |  Welcome, Guest!   Register  Login
 Home > Forums > CSS > Conditional Css Not Working ...
Dotnetrajanikanth

Conditional Css Not Working

Replies: 3 | Posted by: Dotnetrajanikanth on 7/18/2012 | Category: CSS Forums | Views: 572 | Status: [Member] | Points: 10  


    <!--[if IE]>

<link href="Com.css" rel="Stylesheet" type="text/css" />
<![endif]-->
<!--[if Webkit]>
<link href="NotIe.css" rel="Stylesheet" type="text/css" />
<![endif]-->


The above code is working for Internet explorer but it is not working for google chrome.

____________
www.flickr.com/photos/psdesigner/


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Rajkatie
Rajkatie  
Posted on: 7/18/2012 9:12:19 AM
Level: Silver | Status: [Member] | Points: 25

Kindly refer following link
http://www.conditional-css.com/usage
http://stackoverflow.com/questions/11312765/how-to-load-dynamic-css-files-based-on-condition

Rajesh Patel
MCPD,MS
Brainbench (Asp.Net 4.0 and CSS 3.0)

Dotnetrajanikanth, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Dotnetrajanikanth
Dotnetrajanikanth  
Posted on: 7/19/2012 12:30:42 AM
Level: Starter | Status: [Member] | Points: 25

Resolved

Thank you Rajkatie for suggestions.

I figured it out myself.

The code is like this.

 <!--[if IE]><!-->

<link href="Com.css" rel="Stylesheet" type="text/css" />
<!--<![endif]-->
<!--[if Moz]><!-->
<link href="NotIe.css" rel="Stylesheet" type="text/css" />
<!--<![endif]-->
<%--<!--[if Gecko]><!-->
<link href="Moz.css" rel="Stylesheet" type="text/css" />
<!--<![endif]-->--%>


I had to add an extra <!--> in the code...

____________
www.flickr.com/photos/psdesigner/

Dotnetrajanikanth, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Patel28rajendra
Patel28rajendra  
Posted on: 7/19/2012 12:51:47 AM
Level: Starter | Status: [Member] | Points: 25

Hi

Good.I was Searching for this

R D Patel

Dotnetrajanikanth, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

Found interesting? Add this to:


 Latest Posts

Write New Post | More ...

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/20/2013 9:02:51 PM