Unstoppable Domains

Coding Help

Spaceship Spaceship
Watch

dubLeE

Established Member
Impact
0
i've been working a site for the past couple months now, and i can't seem to figure out to fix some of the codes to work in IE...

Link: http://www.dublee.com/shell/

The issue is the navigation bar and the <hr> i use between each section.
and yes i still need to fix that margin spacing...

also what's a good way to tell the stylesheet that when the site is loaded with IE to use a specific code?

thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
dubLeE said:
also what's a good way to tell the stylesheet that when the site is loaded with IE to use a specific code?

To do that, I use a bit of php:
PHP:
<?php if(stristr($_SERVER['HTTP_USER_AGENT'], 'msie')){ ?>
<!-- IE stylesheet code goes here -->
<?php }else{ ?>
<!-- Normal stylesheet code goes here -->
<?php } ?>
 
0
•••
Mikor said:
To do that, I use a bit of php:
PHP:
<?php if(stristr($_SERVER['HTTP_USER_AGENT'], 'msie')){ ?>
<!-- IE stylesheet code goes here -->
<?php }else{ ?>
<!-- Normal stylesheet code goes here -->
<?php } ?>
thanks!
 
0
•••

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back