View allie.html
<!--[if IE]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/all-ie.css" /> | |
<![endif]--> |
View allie.html
<!--[if IE]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/all-ie.css" /> | |
<![endif]--> |
View ie8.html
<!--[if IE 8]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie-8.css" /> | |
<![endif]--> |
View ie8andlower.html
<!--[if lte IE 8]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie-8andlower.css" /> | |
<![endif]--> |
View ie7lower.html
<!--[if lt IE 8]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie-7andlower.css" /> | |
<![endif]--> |
View ie9higher.html
<!--[if gte IE 9]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie-9andhigher.css" /> | |
<![endif]--> |
View ie9.html
<!--[if gt IE 8]> | |
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ie-9andhigher.css" /> | |
<![endif]--> |
View Zurb Ink Container Only Code
<table class="container"><!--start of container--> | |
<tr> | |
<td> | |
<table class="row"> | |
<tr> | |
<td class="wrapper last"> | |
<table class="twelve columns"> | |
<tr> | |
<td> | |
content in here |
View Genesis2 Mobile CSS
/* Responsive Navigation | |
---------------------------------------------------------------------------------------------------- */ | |
/* Standard Navigation | |
--------------------------------------------- */ | |
nav { | |
clear: both; | |
} |
OlderNewer