Posted by Jon Slaughter on 04/15/07 07:32
"Neredbojias" <lithiumthinner@yahoo.com> wrote in message
news:Xns9912EFBE0D986nanopandaneredbojias@208.49.80.251...
> On Sat, 14 Apr 2007 19:08:12 GMT Jon Slaughter scribed:
>
>> There are some issues with IE6 that I would like to fix. The main
>> things is that IE5-6 display the graphics but since there PNG it
>> causes them problems. Is there any way to conditionally include html
>> code that is browser dependent? It also needs to be done with the css
>> hover code since IE5-6 don't support it but do support the initial
>> display:none; I would need to set it it to display:block; if these
>> browsers are being used so they can atleast get the menu.
>>
>> Basically what I'm looking for is for *crappy* browsers to only
>> display the nav bar without any css effects except font and color and
>> the content page(purple). Everything else can be ignored because I
>> will use php to load up stuff in the content page that will in general
>> be relatively simple pages. (but I guess I'll still use css there too
>> so I cannot ignore all the css)
>
> Without getting into the specifics, there are things called "conditional
> comments" which work great and would probably help you very much.
>
Ok, thanks... I'll look it up and see what I can find.
Jon
Navigation:
[Reply to this message]
|