Jump to content

need help for browser confortablity


veluit06

Recommended Posts

how to give a website to all browser confotability.........

any body give some idea ,

if i designed any website, in mozilla its coming fine, but in ie its showing some alignment change, how to design a site for all browser supporting method........

plz give some idea friends

Link to comment
Share on other sites

There's too many internet explorer browser quirks to always write perfect crossbrowser sites.

 

Usually you just go about writing the thing and then use CSS hacks/CSS conditionals to get it to work crossbrowser.

Link to comment
Share on other sites

Sounds like you're trying to find a solution for a problem you don't even have yet.

 

Just first write your HTML/CSS first and if something doesn't work crossbrowser ask for help and we'll show you the nifty fixes like for example:

(this is CSS)

/* Some menu that IE 6 displays 2 pixels less wide than any other browser. */
.menu
{
     width: 200px;
     _width: 202px; /*IE6 underscore hack, only IE6 will use this value instead of the above.*/
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.