Greg_2
05-18-2008, 11:41 AM
I have recently gotten a friend to design a website for me, and I just got the template to begin to add pages. Unfortunately, the pages do not display properly in IE, the browser most will use to access the site. The main problem now is the buttons, which I think is a problem somewhere in the button's CSS. Instead of all the buttons being side-by-side horizontally, they are stacked on top of each other.
Safari:
http://img.skitch.com/20080518-c2g5re419cut5mqcmdga6wugs7.png
Internet Explorer:
http://img.skitch.com/20080518-jakjxkxukn2ws69pqagbnr36h4.png
#button {
background-image: url(images/button.png);
height: 31px;
width: 99px;
text-align: center;
margin-left: 20px;
color: #152209;
text-shadow: #8fcc94 0 1px 1px;
font-weight: bold;
font-variant: small-caps;
font-size: 20px;
margin-top: 20px;
vertical-align: 30px;
padding-top: 7px;
display: inline-block;
}
Any help I can get with this would be greatly appreciated.
Safari:
http://img.skitch.com/20080518-c2g5re419cut5mqcmdga6wugs7.png
Internet Explorer:
http://img.skitch.com/20080518-jakjxkxukn2ws69pqagbnr36h4.png
#button {
background-image: url(images/button.png);
height: 31px;
width: 99px;
text-align: center;
margin-left: 20px;
color: #152209;
text-shadow: #8fcc94 0 1px 1px;
font-weight: bold;
font-variant: small-caps;
font-size: 20px;
margin-top: 20px;
vertical-align: 30px;
padding-top: 7px;
display: inline-block;
}
Any help I can get with this would be greatly appreciated.