Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > How do I do IE6 only

Reply
Thread Tools

How do I do IE6 only

 
 
Aaron Gray
Guest
Posts: n/a
 
      07-31-2007
How do I make HTML that only displays on IE6 ?

There is a method using comments that I cannot remember.

Many thanks in advance,

Aaron


 
Reply With Quote
 
 
 
 
Blinky the Shark
Guest
Posts: n/a
 
      07-31-2007
Aaron Gray wrote:
> How do I make HTML that only displays on IE6 ?


Only give the location to people you trust that only use IE6 and have
them sign a contract that they'll never upgrade.


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
 
Reply With Quote
 
 
 
 
Aaron Gray
Guest
Posts: n/a
 
      07-31-2007
"Aaron Gray" <> wrote in message
news:...
> How do I make HTML that only displays on IE6 ?
>
> There is a method using comments that I cannot remember.


<!--[if lte IE 6]>
...
<![endif]-->

Aaron


 
Reply With Quote
 
John Hosking
Guest
Posts: n/a
 
      07-31-2007
Aaron Gray wrote:
> "Aaron Gray" <> wrote in message
> news:...
>> How do I make HTML that only displays on IE6 ?
>>
>> There is a method using comments that I cannot remember.

>
> <!--[if lte IE 6]>
> ...
> <![endif]-->


Close. More like:

<!--[if IE 6]>
...
<![endif]-->


--
John
Wondering why that'd be so useful.
Feeling sad that I won't see anything in my Firefox
Pondering the value of the UIP: http://blinkynet.net/comp/uip5.html
 
Reply With Quote
 
El Kabong
Guest
Posts: n/a
 
      07-31-2007

"Blinky the Shark" <> wrote in message
news:. ..
> Aaron Gray wrote:
>> How do I make HTML that only displays on IE6 ?

>
> Only give the location to people you trust that only use IE6 and have
> them sign a contract that they'll never upgrade.
>


Brilliant, Blinky, Brilliant!

Now if I could only think of a reason to follow this pathway to madness.

)

(my double chins are both smiling)

El


 
Reply With Quote
 
cwdjrxyz
Guest
Posts: n/a
 
      07-31-2007
On Jul 30, 7:10 pm, "Aaron Gray" <ang.use...@gmail.com> wrote:
> How do I make HTML that only displays on IE6 ?
>
> There is a method using comments that I cannot remember.


View the source cage on my page at http://www.cwdjr.net/flash/grubs.php
.. This forces flash code that uses an ActiveX object for IE browsers
only. This has certain advantages on IE for large video file sizes
such as this. (The video actually is a FLV flash video that you do not
see in the source code. The SWF is just a container file that contains
the control bar, large start button etc that links to the FLV that
gets downloaded to the browser temp cache and can be played nearly at
once if you have a fast enough connection - high broadband in this
example.) Notice the object file just under the ActiveX one for IE.
Most other browsers do not support ActiveX, but this ordinary object
will work on most of them. This is enclosed in a not IE code so this
path is taken by all browsers other than IE. This not IE code has to
be modified a bit from the simple one shown at Microsoft, because the
Microsoft one will not validate at W3C and the one used will.
Microsoft has several other IE only conditional comments, including
ones that consider the version of IE.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
AJAX problem: slow response using IE6 on Win2000 versus IE6 on XP Pugi! Javascript 0 02-05-2007 10:34 AM
IE6 SP1 rendering vs IE6 SP2 rendering Peter Mount HTML 4 01-31-2006 08:01 AM
Bug in IE6 , cant remove ie6 to replace Ockerr Computer Support 2 01-21-2005 04:01 PM
Just one ie6 template that works with ie6!? Ivor O'Connor HTML 4 11-25-2003 09:16 PM



Advertisments