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

Forum

Log In Sponsors
Board index Programming HTML Forum

IE help

IE help

Postby cdinic on Wed Nov 26, 2008 7: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 7:01 pm

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

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

Re: IE help

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

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

Re: IE help

Postby dflynn on Fri Dec 12, 2008 7: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.
User avatar
dflynn
500+ Club
 
Posts: 860
Joined: Wed Oct 03, 2007 9:06 pm
Location: Guelph, Canada

Re: IE help

Postby BennettRich on Fri Dec 12, 2008 7: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>
You do not have the required permissions to view the files attached to this post.
BennettRich
 
Posts: 27
Joined: Wed Dec 10, 2008 9:23 am

Re: IE help

Postby rangana on Fri Dec 12, 2008 1: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.
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines


Who is online

Users browsing this forum: No registered users and 4 guests