Tagged Questions
1
vote
1answer
233 views
GridView Column Width - How To Stop “Shrink-To-Fit” Behavior
I am currently trying to implement a GridView with a frozen header. I've gotten the header frozen using javascript found online. Here is the code:
var GridId = "<%=dgContacts.ClientID %>";
...
0
votes
1answer
290 views
IE6 Shrink-wrap with Rounded Corners
In FF and IE8 things look pretty good. I have a mock up of the drop down that I'm trying to create with rounded corners at bottom here: www.geowinedb.org/drop-down-test/test.html. In IE6 the mega ...