Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS and UL Problems Re: [Solved] CSS and UL Problems

#62604
marvin_1
Member

Thanks for the reply. It doesn’t seem to be browser specific. The page looks pretty much the same in all browsers (though it’s quite a mess in IE6). That’s an issue for later, though, I suppose.

Here is my full CSS and HTML for the page with the ul problem.

I’m sure my code is riddled with bugs. As I said earlier, I’m mostly a self-taught hobbiest. I never really did a whole site with a seperate CSS file before. I always use tables for layout, but I wanted this site done "right". Thinking back, this was probably not the time or place for me to be experimenting…but here I am!

Code:
body {
background-color:#ebebeb;
font-family: impact, sans-serif;
}

a {
color:#084c8d;
text-decoration:none;
}
img {
border-style: none;
}

#container {
width:800px;
height:auot;
margin: 5px auto 5px auto;
}

#header {
width:800px;
height:60px;
text-align:top;
background-color:#084c8d;
}

h1 {
font-size:44px;
color:#ffffff;
margin: 15px 0 0 20px;
font-family: Arial, Helvetica, sans-serif;
}

h2 {
font-size:26px;
color:#ffffff;
margin: 0 0 0 20px;
font-family:Arial, Helvetica, sans-serif;
}

h3 {
font-size:16px;
color:#000000;
margin: 0 0 0 20px;
font-family:Arial, Helvetica, sans-serif;
}

h4 {
font-size:14px;
color:#ffffff;
margin: 0 0 0 5px;
font-family:Arial, Helvetica, sans-serif;
}

#footer {
margin:0 0 0 0;
background: #b38471;
}

#vertinav {
background-color:#6682b5;
width:170px;
height:590px;
float:left;
}

#vertinavcontent {
margin-left:5px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}

#content {
background-color:#d5d5e5;
text-align: left;
width: 800px;
height: 590px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}

Code:


McAdoo Catholic Elementary School








McAdoo Catholics admits students of any race, color, national or ethnic origin to all of the
rights, privileges, program and activities generally accorded or made available to its students.
The school does not discriminate on the basis of race, color, national or ethnic origin in the
administration of its education policies, its admission policy, or in any school-administered
program.

McAdoo Catholic offers students a strong academic program that prepares them for success in high
school; however, the primary purpose of the school is religious. Non-Catholic students may be
admitted to our school under the following conditions:

The parents/guardians agree to having their children attend religion classes and religious
functions that are offered as part of the school program.

Registration is traditionally held during Catholic Schools’ Week but students may be
registered by appointment at any time. The following are the requirements for registration at
McAdoo Catholic School:

  • Children registering for Kindergarten must be 5 years old by October 15th following the
    September of entrance to the school. All first-grade students must be 6 years old by October
    15th following the September of entrance to the school.
  • State birth certificate, Baptismal certificate (if Catholic or Christian), and immunization
    records must be presented at time of registration.
  • Parents of students transferring from another school will be requested to complete the
    following forms: a transfer of records form, a request for bus service, and a request for the use
    of textbooks provided by the State of Pennsylvania.
  • Students transferring from another school may be tested in reading and mathematics for placement.

Thank you for your interest in McAdoo Catholic. Please call us at (570) 929-1442 for additional
information or to schedule a visit to the school.

Our school presently serves the following parishes/areas:

All Saints Parish, McAdoo
St. Nicholas Parish, Weatherly
St. Richard Parish, Barnesville
Hazleton Area


Thanks again.

-Laura