It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites
Board index Programming HTML Forum

IE help

IE help

Postby cdinic on Wed Nov 26, 2008 8:04 pm

having trouble in IE. Any ideas why its not displaying correctly?

www.chrisdinicolas.com

-C
cdinic
 
Posts: 0
Joined: Wed Nov 26, 2008 8:01 pm

Postby Johnathan on Thu Nov 27, 2008 1:04 am

Validate your site first. Then look at making it work in IE. Having it validate should help.
Johnathan
1000+ Club
 
Posts: 1204
Joined: Thu May 31, 2007 4:28 pm
Location: Belfast, Northen Ireland

Re: IE help

Postby BennettRich on Fri Dec 12, 2008 3:59 am

There are remarkable scripts for work optimisation in various browsers.
BennettRich
 
Posts: 28
Joined: Wed Dec 10, 2008 10:23 am

Re: IE help

Postby dflynn on Fri Dec 12, 2008 8:23 am

BennettRich wrote:There are remarkable scripts for work optimisation in various browsers.


Your comment was very descriptive, thank you for your miraculous input... if you're going to try to answer every post on the forums at least do so with some actual substance in your post, not just a generalize oversight of an issue without helping to solve it.
Image
nnjoi.com - Portfolio
nnjoiart.com - Art & Design Blog
bathroomwriter.com - Interested in helping out with Beta Testing? PM me.
User avatar
dflynn
500+ Club
 
Posts: 831
Joined: Wed Oct 03, 2007 10:06 pm
Location: Guelph, Canada

Re: IE help

Postby BennettRich on Fri Dec 12, 2008 8:48 am

Excuse. Here excellent example Javascript which defines browser type. Further in web page it is entered by an example:

Code: Select all
   <script type="text/javascript">
   if(is_opera)
      document.write('<link rel="stylesheet" type="text/css" href="/additional_opera.css" media="screen, projection" />')
   </script>
Attachments
detection.zip
Detection script
(3.87 KiB) Downloaded 8 times
BennettRich
 
Posts: 28
Joined: Wed Dec 10, 2008 10:23 am

Re: IE help

Postby rangana on Fri Dec 12, 2008 2:08 pm

BennetRight,

Why would there be a need to detect the user's user-agent?

The right approach is to code the page using CSS with well-laid codes, and if possible validated by W3C.

If there are problems on IE, which normally happens, we need first to know what the problem is, and if there is no "valid/standard" fix, then hack, via CSS:
Code: Select all
<!--[if IE]>
<style type="text/css">
#element{property:value;}
</style>
<![endif]-->


Always keep in mind that JS could be disabled, and according to the stats, 20% of users disables JS.

You should cater the page to all, not only to those who have JS enabled.

Hope that makes sense to you.

Just my 2 cents worth. Hope to hear more of your thoughts.
~ Get me some work, I do freelancing ~
User avatar
rangana
500+ Club
 
Posts: 929
Joined: Wed Feb 27, 2008 6:14 am
Location: Cebu City Philippines


Return to HTML Forum

Who is online

Users browsing this forum: No registered users and 4 guests