-
Image alignment in IE7
Hi,
In IE7, image alignment is changing.
Below there was two images,
Actual(IE6).BMP -- this is the actual image in IE6, for this the below is the CSS class
.movebutton
{
border-top-width: 0px;
font-weight: bold;
border-left-width: 0px;
font-size: 8pt;
background: url(../images/0923.gif) fixed repeat-x center 50%;
border-bottom-width: 0px;
text-transform: capitalize;
width: 65px;
color: white;
font-family: "verdana";
height: 20px;
text-align: center;
border-right-width: 0px;
}
for another image, IE7.bmp : this is the image now appearing in IE7.
below is the class am using in IE7
.movebutton{
border-width: 0px;
font-family: Verdana;
font-weight: bold;
font-size: 8pt;
text-transform: capitalize;
text-align: center;
height: 20px;
width: 65px;
color: white;
background-image: url('../Images/0923.gif');
background-repeat: repeat-x;
}
Please advice how to proceed.
Thanks in advance
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks