Ah, I found how to do it (fix the IE problem) in a previous DD post - finally! For others who will have this problem, the enveloping <div> should be:
Code:
<div style="width:700px; margin:0 auto; text-align:left;">
, where the width is the same as in the css (for example):
Code:
#example2{ /*main container*/
width: 700px;
height: 300px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
font-size: 90%;
}
The post with the solution was at: http://www.dynamicdrive.com/forums/s...ighlight=gAjax And thanks go to jscheuer1.
Might think about adding this one line to the DD script page - I know of one other person that changed away from this script because of this same issue.
Bookmarks