Hello,
As Tim and Mehmet have mentioned, setting width should do the trick.
Image wrapper's width is 231px and has 1px border. So total width is
233px. Set this width on imagewrapper. I tested it on IE8 and it works
fine.
DIV.imagewrapper {
.....
width: 233px;
}
HTH.
Yogesh
On 12/9/2009 3:41 PM, Skip Knox wrote:
> Oops, sorry guys. That working one is sent previously actually uses
> tables, which lets that out for comparison. Let's try this one:
> http://www.boisestate.edu/courses/westciv/babylon/
>
> That has the same doctype, same html markup, and essentially the same
> css as this:
> http://boisestate.edu/courses/crusades/7th/04.shtml/
>
> Yet the former looks fine in IE8 while the latter does not.
>
> And a further update. I tried pasting the image code from the site
> that works (WestCiv) into the one that doesn't (Crusades). Paste,
> save, and now that html code doesn't display correctly. I think that
> lets out the html as the variable, right? Lets out doctype, etc.
>
> Skip Knox
> Boise State University
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/