|
Sorry I lost track of this thread...
Yes the design issue has been resolved unfortunately not to my liking as it doesn't validate now. In order to get it to view correctly for IE & Mozilla I had to add a padding to IE but not to Firefox... Here is the coding I used to fix the problem.
padding: 0px;
* padding: 3px 0px 0px 0px;
That fixes all the issues, but it gives me validation errors because of it.
|