|
Hi, do you have any suggestions on how to round the corner of menus in Internet Explorer using your menu system? Thanks. |
|
currently the best pratice would be to use an .htc script like css3pie, beacuse it's fairly simple to use. You can also try the jquery rounded cornes plugin. |
|
Actually there's no simple way to round corners in IE via css; you can try using one of the many javascripts but most of them adds a huge amount of DIVs to do that and it's quite heavy for performances... |
|
I found this that may be of interest: |
|
use jpeg rounded images in a table that is most sophisticated way to get the rounded corner rather to use any JavaScript or CSS methods. |
|
Use CSS and background images. This would prevent the need to go back in time to 1999 and use tables... Taken (almost) verbatum from a menu on one of my sites HTML:
CSS:
I don't have enough Karma to upload the images, so Ive uploaded them to my blog so you can see how I did it: Menu BG image (just 1px wide)
Main tab image (with 'sliding doors' roll over)
The way this is done, I can have a 3D style with any text I like in the tab and the container expands to suit without wrecking the look. Works for me! |




