Hi,
I've been put in charge of making a mockup for a new project that will be written in ASP.Net v2.0. This is just for the pre-development team to get an idea of how things will look before bringing in the folks who are going to be doing the programming.
The page is broken down into three sections, all defined by <div> tags. These are formatted using a CSS class, as are all the controls on the page.
When the page loads the borders on these div tags, (3px, double), only partially display. There's also a WebControls.Menu item linked to an XML file inside one of these sctions, and if I hover over it the div borders all fill in. It seems like I need to repaint, but I have no idea how to this in an ASP page.
Can anybody point me in the right direction?
Thanks,
Pat