hey folks i m developing a web app. i m running into a problem… the border overlap the buttons. this problem i think is seen only in widescreen monitors/lcd. i don’t know. why it is happening but it shouldn’t. anyone can help me fixing this problem. moreover this problem is screen in firefox (for all i know ATM), here is there screenshot of how the border overlay the buttons
Hi,
I’ve only looked quickly but it seems you are setting a height that is not tall enough for anyone.
If you remove the height then the page expands to accommodate the content.
.dynamic[B]-light{height:auto[/B]}
If you need a minimum height then use min-height instead.