> Using css to create a rounded cornered box I have the same problem in
> both IE and Firefox and am stumped...
You should start with a complete DOCTYPE, and not that incorrect
fragment you show in your code. Begin your document with:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
> The rounded cornered box using 5 images behaves perfectly ...
> Here is the full code...
Since none of us have your images, it is impossible to test. Post your
best effort online and provide a link to it.
Validate it first:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/validator.html
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head runat="server">
What server?

Signature
-bts
-Friends don't let friends drive Vista
Bergamot - 25 Mar 2008 18:30 GMT
>> <head runat="server">
>
> What server?
But wait - there's more!
>> <body>
>> <form id="form1" runat="server">
Why the whole page is in a form with no inputs is a mystery.

Signature
Berg
DanWeaver - 25 Mar 2008 22:52 GMT
Thanks to both of you who responded- the w3 validator is a very useful
resource I didnt know of. How do I find out why someone 1 starred my
post- too long? Point taken about the images.
I had used generated code from this very convenient site (
http://www.roundedcornr.com/) but had misunderstood how it worked- the
images provide only a finite coverage of the area. Can change them
easily enough now I know.
SOLVED - Not stylesheet issue
Beauregard T. Shagnasty - 26 Mar 2008 00:59 GMT
> How do I find out why someone 1 starred my post- too long?
What does that mean? There are no stars in my newsreader.

Signature
-bts
-Friends don't let friends drive Vista