Hey Guys,
I am just starting to get into CSS design and I am getting stuck. I created a very simple page and I am running into two major problems.
First in Firefox my page loads up fine but the link seems to drag. If you try clicking on it as soon as the page opens it lags a bit. What is causing this?
Second if you open this page in IE it cuts off the phone number. I can't seem to figure out why. I am using IE 6.0.
Suggestions. I am brand new.
HTML
Woot Studio:: Hammond, LA Web Design
Informational Web Design | Corperate Idenity
contact
985-974-6772
CSS
/* Woot Studio Copyright 2007 :: Do you Woot? */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color: #000000;
margin: 0px;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #0193CE;
clear: both;
left: 30%;
top: 12%;
text-align: center;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
margin: 0px;
padding: 5px;
}
#container {
position: absolute;
width: 600px;
padding: 0px;
overflow: visible;
margin: 0px;
height: 300px;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #3EB3DF;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #004E9F;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #FFFFFF;
background-color: #3EB3DF;
text-decoration: none;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.75em;
color: #0059B1;
text-align: center;
line-height: 0px;
font-weight: bold;
overflow: visible;
}
.bcimage {
height: 219px;
width: 303px;
padding: 0px;
margin-top: 75px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
Figured out the problem in IE
I had an extra line height added in which was causing it to cut off in IE. Still have the problem with firefox.
Nevermind again...
When I tested the site. I keep putting in my web address and leaving off the www. For some odd reason when I don't put the www it lags a bit as if it is trying to locate the server but as soon as I added www to the front I was done.
Thanks anyway!