-
Firebird problems
Hi!
I'm developing a site using css for the layout.. I have a three column layout, and I'm having problems with Firebird in the left column:
http://www.langberget.com/firebird.gif
http://www.langberget.com/ie.gif
As you can see, I can't get the top heading to start at the top of the column. Is there any easy solution to this?
The relevant css:
#leftcontent{
position: absolute;
top: 190px;
right:10px;
width: 145px;
background: #CFCFD9;
}
#leftcontent p{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 17px;
padding-top: none;
margin-top: none;
}
#leftcontent h5{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
background: Black;
color: Silver;
width: 100%;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 3px;
}
Thanks!
Vidar
-
☆★☆★
Add margin: 0; to your #leftcontent h5 rule.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks