PDA

View Full Version : Banner Help


J Allen
Nov-15-2008, 10:21 PM
I noticed my banner isn't looking right, but I cant seem to figure out why...not lined up in FF...missing in IE

Allen
Nov-15-2008, 10:46 PM
I noticed my banner isn't looking right, but I cant seem to figure out why...not lined up in FF...missing in IE
Did you know the photo number in the filter is different then the one above in
your banner CSS?

J Allen
Nov-15-2008, 11:04 PM
Did you know the photo number in the filter is different then the one above in
your banner CSS?

Got that fixed...Thank-you!..Banner came back in IE, its still off center.

J Allen
Nov-16-2008, 02:52 AM
I think I got it fixed...Does it look OK :ear

Allen
Nov-16-2008, 05:35 AM
Got that fixed...Thank-you!..Banner came back in IE, its still off center.
Add the bold and remove the red.

/*-----Start Banner Code-----*/
#my_banner {
width: 750px;
height: 140px;
margin: -50px auto 5px; /* top right/left bottom */
margin-top:-50px;
margin-right:0;
margin-bottom:0;
margin-left:50px;
background: url(/photos/335287571_VF4FA-X3.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='/photos/335287571_VF4FA-X3.png'); }

#my_banner {position:relative;left:150px}

/*-----End Banner Code-----*/

J Allen
Nov-16-2008, 06:06 AM
Thanks Allen..You are the 'ONE' :devbobo