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]

1Put a image on the nav bar Empty Put a image on the nav bar Wed Oct 06, 2010 5:35 pm

Matti

Matti
Registered Member
Registered Member
Hello,

I have this code but the image shows on the footer and I don't like that so how can we make this only on the nav bar.

Code:
.navbar {
clear: both;
background-image: url("http://i67.servimg.com/u/f67/13/67/77/07/cbg10.png");
padding:0px 10px;
}

Here you can see => http://punforum.forumotion.com/forum.htm

http://csshelp.forumotion.net/

2Put a image on the nav bar Empty Re: Put a image on the nav bar Wed Oct 06, 2010 6:05 pm

ankillien

ankillien
Administrator
Administrator
Hey Maki,

Replace your code with this one...

Code:
#page-header .navbar {
background-image: url("http://i67.servimg.com/u/f67/13/67/77/07/cbg10.png");
padding:0px 10px;
}

3Put a image on the nav bar Empty Re: Put a image on the nav bar Wed Oct 06, 2010 6:14 pm

Matti

Matti
Registered Member
Registered Member
Thank you Very Happy

http://csshelp.forumotion.net/

4Put a image on the nav bar Empty Re: Put a image on the nav bar Thu Oct 07, 2010 12:39 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


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