WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

staffybtuk


Registered Member
Registered Member
the line in the nav bar & online image problem Untitl17

how do i remove this line in the navbar? it's been driving me mad



I'm just wondering if anybody can help me out? for some reason the online image in under the post profile.

the line in the nav bar & online image problem Q10

this is the code i'm using
Code:
div.post div.postprofile{
    background: #E5EEF5;
}

.postprofile {
    background: #E5EEF5;
    border-left: 1px solid #bcd4e3;
    border: 1px solid #bcd4e3;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #536482;
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    min-height: 80px;
    width: 22%;
}

ankillien

ankillien
Administrator
Administrator
Hi,

You can remove the nav bar underline with this code...

Code:
ul.navlinks {
border: none;
}

About the online image, it is supposed to be below the profile since it is set as a 'background image'.

You can try making the post-profile transparent...

Code:
.postprofile {
background: transparent;
}

Hope it helps Smile

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum