0
votes
What is the easiest or fastest way to make CSS render the same in all browsers
The Yahoo User Interface (YUI) has a CSS Reset implementation which s …
6
votes
How to right align a <p> tag?
It depends. Do you want the entire paragraph to align to the right side of whatever container it's in? Or do you want the text of the paragraph to align to the right margin of the paragraph?
…
3
votes
What’s your favorite JS/CSS drop down menu?
I use the YUI Menu. It's quite flexible, offers many methods of declaring what's in the list, and is easy to skin.
…
0
votes
yui - liquid header, fix content
The best way to do this, using CSS Grids, would be to create a div outside the #doc2 div which you would use as your header div. Just delete the div#hd from inside the #doc2 div, and you won't have …
