1
How was this achieved? on Thu Dec 16, 2010 2:53 am
COR3 POW3R
Registered Member

http://spotfeed.forumotion.com
How was the wrap nav bar achieved?
How was the wrap nav bar achieved?
How was this achieved? on Thu Dec 16, 2010 2:53 am
Re: How was this achieved? on Thu Dec 16, 2010 3:35 am
Re: How was this achieved? on Thu Dec 16, 2010 12:05 pm
Re: How was this achieved? on Sat Dec 18, 2010 11:25 am
Re: How was this achieved? on Sat Dec 18, 2010 12:28 pm
COR3 POW3R wrote:How did it wrap around the edge of the forum?
Re: How was this achieved? on Sat Dec 18, 2010 1:43 pm
Re: How was this achieved? on Sat Dec 18, 2010 1:50 pm
selector {
background: url(BG IMAGE URL) repeat-x;
padding: 0 10px;
width: 780px;
}
Re: How was this achieved? on Sat Dec 18, 2010 2:02 pm
Re: How was this achieved? on Sat Dec 18, 2010 2:11 pm
Re: How was this achieved? on Sat Dec 18, 2010 2:13 pm
Re: How was this achieved? on Sat Dec 18, 2010 2:31 pm
#page-header .navbar {
background: url(http://i51.tinypic.com/ka3hj6.jpg) no-repeat;
padding: 0px 30px !important;
}
#page-header .navbar .corners-top ,
#page-header .navbar .corners-bottom {
display: none;
}
#wrap {
width: 1065px;
}
Re: How was this achieved? on Sun Dec 19, 2010 12:44 pm
Re: How was this achieved? on Sun Dec 19, 2010 12:54 pm
Re: How was this achieved? on Sun Dec 19, 2010 1:06 pm

Re: How was this achieved? on Sun Dec 19, 2010 2:05 pm
#wrap {
margin : 0px auto;
-moz-box-shadow : 0 0 7px #000;
-webkit-box-shadow : 0 0 7px #111;
width: 1022px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: white url(http://i67.servimg.com/u/f67/15/67/55/98/header13.png) top center;
background-repeat: repeat-x;
}
div#page-header div.navbar{
background-color: #FFFFFF;
height: 25px;
position: relative;
left: -70px !important;
}
#page-header .navbar ul.navlinks {
width: 1063px;
height: 36px;
padding-left: 80px;
background: url('http://i51.tinypic.com/ka3hj6.jpg') no-repeat top center;
border-bottom:0px;
margin: auto;
margin-bottom: -100px;
}
Re: How was this achieved? on Sun Dec 19, 2010 2:31 pm

Re: How was this achieved? on Sun Dec 19, 2010 3:35 pm
div#page-header div.navbar{
background-color: transparent !important;
}
Re: How was this achieved? on Sun Dec 19, 2010 4:46 pm
Re: How was this achieved? on Sun Dec 19, 2010 7:14 pm
WebArtz - The Web Design Forum » Web Designing & Coding » CSS (Cascading Style Sheets) » How was this achieved?
Permissions in this forum:
You cannot reply to topics in this forum