The pokemon kid
Suspended / Banned
- Messages
- 564
- Name
- Mathew
- Edit My Images
- No
I have decided to re- design my website. Im very happy with the result.
Check this out!
http://www.teaguephotography.co.uk/
I need a little help though. The container which i have created which contains all of my navigation links, the background of it seems to turn black in Internet explorer. Im kinda confused why it is doing it... :bang: Can someone please tell me why it is doing it...
This is the CSS of the link container:
.linkcontainer{
font-family:Verdana, Geneva, sans-serif;
font-size:22.5px;
width:550px;
height:50px;
text-align:center;
margin-left:-930px;
margin-top:297px;
background-color:transparent;
/* Safari */
-webkit-transform: rotate(270deg);
/* Firefox */
-moz-transform: rotate(270deg);
/* IE */
-ms-transform: rotate(270deg);
/* Opera */
-o-transform: rotate(270deg);
/* Internet Explorer */
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=4);
}
Kind regards,
Mat
Check this out!
http://www.teaguephotography.co.uk/
I need a little help though. The container which i have created which contains all of my navigation links, the background of it seems to turn black in Internet explorer. Im kinda confused why it is doing it... :bang: Can someone please tell me why it is doing it...
This is the CSS of the link container:
.linkcontainer{
font-family:Verdana, Geneva, sans-serif;
font-size:22.5px;
width:550px;
height:50px;
text-align:center;
margin-left:-930px;
margin-top:297px;
background-color:transparent;
/* Safari */
-webkit-transform: rotate(270deg);
/* Firefox */
-moz-transform: rotate(270deg);
/* IE */
-ms-transform: rotate(270deg);
/* Opera */
-o-transform: rotate(270deg);
/* Internet Explorer */
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=4);
}
Kind regards,
Mat