On 8/26/11 5:55 PM, John wrote:
I stripped out all of the attributes of the image's div tag (which included width and height!) and kept only:

    {
display: block;
margin: 20px 0 0 160px;
}

and that seems to have fixed it..still testing and trying to break it and shakier on my feeble coding chops.

any thoughts?

J


Try positioing all your stuff /without/ using position:absolute; or position: relative;. Margins will do. Padding when needed. Float left or right if margin left or right won't work. Stress test: press and hold apple; keep banging the + key until the type won't get any bigger.

#WPR_Image_A {
display:block;
width:699px;
height:408px;
margin: 20px auto;
border: 1px solid red/4 position only*/;
}

Best,
someyoungguy



______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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