CSS in Internet Explorer problem
CSS in Internet Explorer problem
Out of context: Reply #3
- Started
- Last post
- 15 Responses
- 7point340
1. you're using a bunch of odd aligns and valigns in your table. take them out.
give the table a class or id and write something like this:
.tableclass td {vertical-align: top; }2. don't use tables.