Posted by axlq on 04/22/06 19:21
In article <4449b682$0$31646$e4fe514c@news.xs4all.nl>,
Rob_W <robwaaijenberg@hotmail.com> wrote:
>axlq schreef:
>> I'm so disgusted with how IE fails to conform to standards,
>> and I don't want to litter my pages with ridiculous hacks to
>> compensate for all the differences.
>
>If you have to apply hacks, it will be in the stylesheet.
>That means you don't have to litter your pages.
That's not quite true. Try making a CSS-only drop-down menu
(without using Javascript) that works the same under IE and other
browsers. All the examples I have seen required conditional markup
hacks in the document, as well as separate stylesheets for IE.
An excellent example of a cross-browser non-javascript CSS-only
drop-down menu is here:
http://www.cssplay.co.uk/menus/final_drop.html
It's quite nicely done, but it does require hacks in both CSS and
HTML.
-A
[Back to original message]
|