Jump to content

need help for browser confortablity


veluit06

Recommended Posts

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.*/
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.