Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Site Feedback Re: Site Feedback

#68631
skater102
Member

Looks good, I like the jQuery you implemented. One little thing that caught my eye was that when you hover over the menu items that have drop downs, it bumps the other menu items around a little. If you fixed this it would clean stuff up a lot.

As of right now internet explorer does not have support for most (maybe all ?) CSS3 attributes. This includes rounded borders, shadows, and RGBa. However there are javascript methods of accomplishing rounded borders, and probably some of the other methods also. As well there are ways to create a rounded border look by using multiple wrapping divs around an element, each div having a different background image for each corner, and using CSS to align those backgrounds. But I do NOT recommend this method at all.