Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Specific heading not align properly
Old 01-04-2009, 06:25 AM Specific heading not align properly
Junior Talker

Posts: 4
Trades: 0
This is my layout http://anime.vibrantstream.com/wordpress/
When you look at the layout on IE7 the heading "Blogroll" isn't align properly it's indented unlike all the other headings. How can I fix this?

Code:
body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #DF375A;
}

#wrapper {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

#header {
    background-image: url(images/header.jpg);
    height: 165px;
    width: 970px;
}

#banner {
    background-color: #FFFFFF;
    height: 60px;
    width: 468px;
    border: 1px solid #000000;
    position: relative;
    top: 9px;
    left: 494px;
}

#bar {
    background-image: url(images/bar.jpg);
    height: 35px;
    width: 969px;
    font-size: 12px;
    text-align: right;
    line-height: 35px;
    border-right-width: 1px;
    border-right-style: solid;
}

#bar a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    float: right;
    padding-right: 12px;
    padding-left: 12px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
}

#bar a:hover {
    color: #DF375A;
    background-color: #FFFFFF;
    line-height: 35px;
    display: block;
}

#content {
    background-color: #FFFFFF;
    width: 550px;
    float: left;
    font-size: 12px;
    padding: 10px;
}

#content h2 {
    margin: 0px;
}

.entry a , .postmetadata a, h2 a , #commentform a , #content li a {
    color: #DF375A;
    text-decoration: none;
}

.entry a:hover , .postmetadata a:hover , h2 a:hover, #commentform a:hover , #content li a:hover {
    color: #FFFFFF;
    background-color: #DF375A;
}

#sidebar {
    width: 400px;
    float: right;
    background-color: #FFFFFF;
    font-size: 12px;
}

#sidebar a {
    color: #DF375A;
    text-decoration: none;
}

#sidebar a:hover {
    color: #FFFFFF;
    background-color: #DF375A;
}

#sidebar h2 {
    font-size: 14px;
    font-weight: bold;
    background-color: #DF375A;
    background-image: url(images/tile.jpg);
    background-repeat: repeat;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: none;
}

li li {
    margin: 0px;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.commentlist {
    padding: 0px;
}

h3 {
    font-size: 12px;
}

#left, #right {
    width: 190px;
    float: left;
    padding: 5px;
}

#footer {
    width: 960px;
    float: left;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #DF375A;
}

#search {
    width: 400px;
    padding-top: 10px;
    padding-left: 5px;
}

#latest {
    height: 200px;
    width: 970px;
}

#latest h2 {
    font-size: 14px;
    line-height: 30px;
    background-image: url(images/button.jpg);
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 5px;
}

#latest a {
    color: #DF375A;
    text-decoration: none;
}

#latest a:hover {
    color: #FFFFFF;
    background-color: #DF375A;
}

#latest li {
    margin: 0px;
    padding: 0px;
}

#episode {
    float: left;
    width: 465px;
    font-size: 12px;

}

#series {
    float: right;
    width: 465px;
    font-size: 12px;
}

#box {
    padding: 5px;
    height: 100px;
    width: 390px;
    font-size: 12px;
    border: 1px solid #FF0000;
}

input {
    border: 1px solid #DF375A;
    color: #DF375A;
    background-color: #FFFFFF;
}

#comment {
    border: 1px solid #DF375A;
    width: 100%;
}

.postmetadata {
    background-color: #FFECEC;
    padding: 5px;
}

small {
    font-size: 12px;
}

.navigation {
    width: 100%;
    height: 28px;
}

.navigation a {
    color: #DF375A;
    font-weight: bold;
    text-decoration: none;
}

.navigation a:hover {
    color: #FFFFFF;
    background-color: #DF375A;
    display: block;
}

.leftarrow {
    background-color: #DF375A;
    height: 28px;
    width: 25px;
    color: #FFFFFF;
    float: left;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
}

.rightarrow {
    background-color: #DF375A;
    height: 28px;
    width: 25px;
    color: #FFFFFF;
    float: right;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
}

.alignleft {
    float: left;
    background-color: #FFECEC;
    width: 200px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.alignright {
    float: right;
    background-color: #FFECEC;
    width: 200px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

#html {
    width: 100%;
}

#html input {
    width: 100%;
    color: #000000;
}

#adbox {
    width: 390px;
    height: 125px;
    margin-top: 10px;
}

#box_01, #box_02, #box_03 {
    background-color: #000000;
    height: 125px;
    width: 125px;
    float: left;
    margin-left: 5px;
}

#column_01 img, #column_02 img, #column_03 img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
    
div#column_01 {
    float: left;
    clear: none;
    width: 170px;
    padding-right: 10px;
    text-align: center;
    }

div#column_02 {
    float: left;
    clear: none;
    width: 170px;
    padding-left: 10px;
    text-align: center;
    }
div#column_03 {
    float: right;
    clear: none;
    width: 170px;
    text-align: center;
    }

#column_01 h3, #column_02 h3, #column_03 h3{
    padding: 3px;
    text-align: center;
    background-color: #DF375A;
    margin: 0px;
}

#column_01 a, #column_02 a, #column_03 a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

#column_01 a:hover, #column_02 a:hover, #column_03 a:hover {
    color: #DF375A;
    background-color: #FFFFFF;
}

.border_01, .border_02, .border_03{
    width: 160px;
    padding: 5px;
    border: 1px double #DF375A;
    margin-bottom: 10px;
}

.pic_01, .pic_02, .pic_03 {
    height: 150px;
    width: 160px;
    margin-bottom: 5px;
}

.ep_01, .ep_02, .ep_03 {
    color: #FFFFFF;
    padding: 5px;
    width: 150px;
    text-align: center;
    background-color: #DF375A;
}

cite {
    font-style: normal;
    font-weight: bold;
}
Ruriko is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-04-2009, 07:19 AM Re: Specific heading not align properly
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
maybe it's because that one IS different, given that it is inside a list and the others aren't.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Specific heading not align properly
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.51411 seconds with 12 queries