I'm having a problem where my bottom image isn't appearing---and I cannot see why :shrug: Any ideas would make me so happy... and allow me to go home for the weekend! And yes, it's the right name for the image, in the right folder. Authentication Enter your Username and Password
Here is the code:
For most users, this is the same username and password that you use to login to your computer. For other users such as Macintosh users, you will use your email username and password.
See your supervisor if you do not have an account.
/*-----Main-----*/
div#main-login {
clear: both;
width: 820px;
margin: 0 auto;
padding-top: 20px;
}
.xlg-content {
width: 663px;
float: left;
background: url('../images/xlg_content_repeater.gif') repeat-y;
}
.xlg-content p {
padding-left: 20px;
padding-right: 20px;
}
.xlg-content-header {
width: 663px;
background: url('../images/xlg_content_header.gif') repeat-y;
min-height: 15px;
text-align: left;
padding-left: 30px;
}
.xlg-content-top {
width: 663px;
height: 26px;
background: url('../images/xlg_content_top.gif') no-repeat;
}
.xlg-content-bottom {
width: 663px;
height: 27px;
background: url('../images/xlg_content_bottom.gif') no-repeat;
}
Attachment | Size |
---|---|
screenshot.jpg | 49.15 KB |
Nice looking layout Ama, in
Nice looking layout Ama,
in your css, try adding a clear:both; into the bottom code
.xlg-content-bottom { clear:both; width: 663px; height: 27px; background: url('../images/xlg_content_bottom.gif') no-repeat;}
that should put it down there for IE7, 6 and FF
hope it helps!
-E
Yay!!! Thanks!
Yay!!! Thanks!
woo! Go enjoy your weekend!
woo!
Go enjoy your weekend!
Hmmm aren't you both cute...
Hmmm aren't you both cute... lol.