~Edy
September 29th, 2009, 09:49
The website was designed for Safari, but we need some help to make it look nice in Firefox too.
Okay, there are three problems. In the screenshot below I've illustrated them and described the issues that appear in Firefox. If anyone can help us correct them, please post here.
The screenshot. (http://img14.imageshack.us/img14/4269/79934814.png)
Below are the codes I used. If you can, modify them and give me the good version. :)
For the Sign Up and In buttons:
<a href='signup.php' style='text-decoration:none'><span id='buttonl'>
Sign Up</a>
<a style='text-decoration:none;font-family: "trebuchet ms";font-variant: small-caps;color: white;' href='http://signin.Hosk.info'><div style='text-align:right;display:inline;float:right;background-color:#b3e150;padding-right:2px;padding-left:2px'>Sign In</a></div>
The CSS for the Mint Hosk title:
#title {
font-size: 50px;
text-align: center;
font-family: "trebuchet ms";
color: #dbcf18;
font-variant: small-caps;
}
The CSS for the HR:
hr {
width: 25%;
color: #e2f0ea;
border-style: dashed;
border-width: 3px;
}
Thank you! ;)
Okay, there are three problems. In the screenshot below I've illustrated them and described the issues that appear in Firefox. If anyone can help us correct them, please post here.
The screenshot. (http://img14.imageshack.us/img14/4269/79934814.png)
Below are the codes I used. If you can, modify them and give me the good version. :)
For the Sign Up and In buttons:
<a href='signup.php' style='text-decoration:none'><span id='buttonl'>
Sign Up</a>
<a style='text-decoration:none;font-family: "trebuchet ms";font-variant: small-caps;color: white;' href='http://signin.Hosk.info'><div style='text-align:right;display:inline;float:right;background-color:#b3e150;padding-right:2px;padding-left:2px'>Sign In</a></div>
The CSS for the Mint Hosk title:
#title {
font-size: 50px;
text-align: center;
font-family: "trebuchet ms";
color: #dbcf18;
font-variant: small-caps;
}
The CSS for the HR:
hr {
width: 25%;
color: #e2f0ea;
border-style: dashed;
border-width: 3px;
}
Thank you! ;)