Page and CSS:

http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html
http://www.springfieldmo.gov/newSite/css/gallery.css

There's also a reset.css file, but it doesn't have any positioning
info in it that should be pertinent.

On this page all I want is the content  in <div class="textpadderC">
to be centered.  For some reason anything at the top of the page is
pushed to the left by 61px - the width of the following class:

.trC {
background-image: url(../images/midRndCrnr2.jpg);
background-position: 60px 0px;
width: 61px;
height: 60px;
float: right;
font-size: 0;
position:relative;
z-index:5;
}


If I remove this tag in the HTML - <span class="trC"></span> - the
content centers like it should.  But with this span, no dice.  I can't
figure out why.

Thanks ahead for any input and/or solution.

Chris A.
______________________________________________________________________
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/

Reply via email to