Quote:
|
Originally Posted by FuLouZero Argg... No matter how long of time I spend I end up having it only work in internet explorer correctly. |
You should never design for IE first, you have to hack for IE display correctly.
HTML Code:
/* ie hack, styles only applied to IE */
* html (selector here) {
<-- styles here -->
}