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]

BIG_C_23


Registered Member
Registered Member
So Im working on a redo of my website and going in stages, adding new features everyday. But im having an issue with my first feature.
First here is a link to see what im doing.

http://marlk.forummotion.com/LemonHUB-h8.htm

As you see, at the bottom i have added a Quick-Nav menu and what is supposed to a box surrounding the quick-nav. My friend said he was working on something but hasent finished it. So im wondering if anyone can write up a code so that box can actually surround the quick nav. without it, the menu is just out there and looks ugly.

Thanks, Big C



Last edited by BIG_C_23 on Tue Oct 19, 2010 9:28 am; edited 1 time in total

ankillien

ankillien
Administrator
Administrator
Hi BIG_C_23 Smile

Please change your topic title to something that reflects your problem.
Thank you.

BIG_C_23


Registered Member
Registered Member
Changed Wink

ankillien

ankillien
Administrator
Administrator
So you want a box surrounding the quick nav, right?
Try adding this code to your page, inside the <head>...</head> tags :

Code:
<style>#EchoTopic {
background: #320B48;
padding: 5px 10px;
}
#EchoTopic select, #EchoTopic option {
color: #F20B48;
}</style>

BIG_C_23


Registered Member
Registered Member
This seems to work. But is there any edit to round the corners of it.

And im starting to realize what my original idea is impossible.
Thanks ankillien!



Last edited by BIG_C_23 on Tue Oct 19, 2010 10:44 am; edited 1 time in total

ankillien

ankillien
Administrator
Administrator
This code will make the box rounded.

Code:
#EchoTopic {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

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