This is my very first CSS website, and my first web design in years.
I designed it on my Mac, and it is fully functional as intended on Firefox.
Could somebody please tell me if it shows up okay on IE and other browsers? Something tells me that it's going to turn out horrible on IE...
http://www.montrealpride.ca
Design-wise, it has to be uncomplicated since it's my first try, but I would appreciate some constructive feedback on the CSS (quoted below) and HTML codes. Also, do the pages load too slowly? I am still learning...! Thanks guys.
I designed it on my Mac, and it is fully functional as intended on Firefox.
Could somebody please tell me if it shows up okay on IE and other browsers? Something tells me that it's going to turn out horrible on IE...
http://www.montrealpride.ca
Design-wise, it has to be uncomplicated since it's my first try, but I would appreciate some constructive feedback on the CSS (quoted below) and HTML codes. Also, do the pages load too slowly? I am still learning...! Thanks guys.
/* CSS Document */
body {
background-color: #0D0207;
color: #FFFFCC;
}
#banner {
width: 1000px;
height: 307px;
margin: auto;
padding-top: 5px;
}
#navigation {
width: 1000px;
height: 59px;
margin: auto;
}
#welcome {
width: 57%;
float: left;
position: relative;
left: 123px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0;
padding-right: 20px;
}
#standingman {
width: 10%;
float: left;
position: relative;
right: -267px;
}
#footer {
width: 1000px;
margin: auto;
}
Last edited:




