ikabod00
01-09-2008, 10:26 PM
So I am having an issue. Oddly enough with something working in IE but not Firefox. My text bypasses the bottom of a repeated image.
Here's my css.
/* CSS Document */
a
{
font-size:10pt;
text-decoration:none;
color:black
}
a:hover
{
font-size:10pt;
text-decoration:none;
color:maroon
}
body
{
margin: 0 0 0 0;
background:#424239;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
}
#main
{
width:780px;
height:100%;
text-align: left;
background:url(images/contentbg.jpg) repeat-y;
}
#top
{
background:url(images/mainbg.jpg) repeat-y;
height:245px;
}
.left
{
float:left;
height:100%;
width:512px;
}
.right
{
float:left;
height:100%;
width:268px;
}
#logo
{
background:url(images/logo.jpg) no-repeat;
height:34px;
width:209px;
}
#tagline
{
background:url(images/tagline.jpg) no-repeat;
height:18px;
width:512px;
text-align:right;
font-weight:bold;
font-size:11pt;
font-family:Arial, Helvetica, sans-serif
}
#head
{
background:url(images/header.jpg) no-repeat;
height:193px;
width:512px;
}
.right a
{
font-size:10pt;
text-decoration:none;
padding-left:19px;
color:black
}
.right a:hover
{
font-size:10pt;
text-decoration:none;
padding-left:19px;
color:maroon
}
.home
{
background:url(images/home.jpg) no-repeat;
height:16px;
width:56px;
margin-left:3px;
}
.sitemap
{
background:url(images/sitemap.jpg) no-repeat;
height:16px;
width:67px;
}
.contact
{
background:url(images/contact.jpg) no-repeat;
height:16px;
width:66px;
}
#menu
{
margin-top:32px;
background:#FFA40F url(images/menubg.jpg) no-repeat;
height:193px;
width:268px;
}
.menu_l
{
padding-top:4px;
height:22.5px;
}
.menu_l a
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}
.menu_l a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:red;
}
#content
{
height:100%;
width:760px;
}
.left_c
{
float:left;
height:100%;
width:500px;
padding-left:12px;
}
h1
{
color:#CE0101;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
}
.right_c
{
float:left;
height:100%;
width:190px;
padding-left:10px;
}
.rhead
{
background:url(images/r_header.jpg) no-repeat;
height:31px;
width:190px;
padding-top:5px;
padding-LEFT:10px;
margin-left:-10px;
font-weight:bold;
}
.btn
{
background-color:#FF0000;
color:white;
border:solid 1px black;
font-weight:bold
}
.rightm_c
{
float:right;
background:url(images/gridalogy.jpg) no-repeat;
width:46px;
height:264px;
}
#footer
{
padding-left:120px;
color:#000066
}
The page can be found at
http://www.gridalogy.com/new/
Here's my css.
/* CSS Document */
a
{
font-size:10pt;
text-decoration:none;
color:black
}
a:hover
{
font-size:10pt;
text-decoration:none;
color:maroon
}
body
{
margin: 0 0 0 0;
background:#424239;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
}
#main
{
width:780px;
height:100%;
text-align: left;
background:url(images/contentbg.jpg) repeat-y;
}
#top
{
background:url(images/mainbg.jpg) repeat-y;
height:245px;
}
.left
{
float:left;
height:100%;
width:512px;
}
.right
{
float:left;
height:100%;
width:268px;
}
#logo
{
background:url(images/logo.jpg) no-repeat;
height:34px;
width:209px;
}
#tagline
{
background:url(images/tagline.jpg) no-repeat;
height:18px;
width:512px;
text-align:right;
font-weight:bold;
font-size:11pt;
font-family:Arial, Helvetica, sans-serif
}
#head
{
background:url(images/header.jpg) no-repeat;
height:193px;
width:512px;
}
.right a
{
font-size:10pt;
text-decoration:none;
padding-left:19px;
color:black
}
.right a:hover
{
font-size:10pt;
text-decoration:none;
padding-left:19px;
color:maroon
}
.home
{
background:url(images/home.jpg) no-repeat;
height:16px;
width:56px;
margin-left:3px;
}
.sitemap
{
background:url(images/sitemap.jpg) no-repeat;
height:16px;
width:67px;
}
.contact
{
background:url(images/contact.jpg) no-repeat;
height:16px;
width:66px;
}
#menu
{
margin-top:32px;
background:#FFA40F url(images/menubg.jpg) no-repeat;
height:193px;
width:268px;
}
.menu_l
{
padding-top:4px;
height:22.5px;
}
.menu_l a
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}
.menu_l a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:red;
}
#content
{
height:100%;
width:760px;
}
.left_c
{
float:left;
height:100%;
width:500px;
padding-left:12px;
}
h1
{
color:#CE0101;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
}
.right_c
{
float:left;
height:100%;
width:190px;
padding-left:10px;
}
.rhead
{
background:url(images/r_header.jpg) no-repeat;
height:31px;
width:190px;
padding-top:5px;
padding-LEFT:10px;
margin-left:-10px;
font-weight:bold;
}
.btn
{
background-color:#FF0000;
color:white;
border:solid 1px black;
font-weight:bold
}
.rightm_c
{
float:right;
background:url(images/gridalogy.jpg) no-repeat;
width:46px;
height:264px;
}
#footer
{
padding-left:120px;
color:#000066
}
The page can be found at
http://www.gridalogy.com/new/