Forum Moderators: open

Message Too Old, No Replies

Is browser specific html possible?

Browser specific HTML.

         

ChrisGJ

6:20 pm on Apr 24, 2006 (gmt 0)

10+ Year Member



Hello.

Is it possible to have coding that is specific to the browser.

For example, if I wanted a <div> tag that would position itself differently in Internet Explorer than it would in Firefox.

Thank you very much for your help.

Fotiman

6:35 pm on Apr 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It is possible, though not advisable. Nor reliable.

tedster

7:21 pm on Apr 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



IE Conditional Comments may help -- here's a place to start:
[msdn.microsoft.com...]

Also, in CSS IE supports scripted "css expressions"
[microsoft.com...]

ChrisGJ

8:28 pm on Apr 24, 2006 (gmt 0)

10+ Year Member



Thank you very much. That was exactly what I was looking for.