![]() |
rounded corners on catagorys
rounded corners on catagorys,seen it on a few sites any idea how its dun :)
|
anyone no how to do this please?
|
You might want to be more specific about what you mean...
Give some example URL's etc. |
instead of square boxes on catagorys ide like to round the corners :)
|
What do you mean by "categories"?!
Are you talking the left category column box, the centre category columns, the main category box... What? Show a URL of an example you mention and I think you will find more help comes your way. |
were it says catagories bestseller user online there all surrounded by a square box just wanna round the corners on um all :)
|
Its not a simple thing. You have to know webdesign to do it. You have to use images in each corder that covers up the squared table border. Employ a web designer to do it for you and add it to your templates.
Once you do one...it's quite easy to do the rest. |
You only need basic html really.
We have this in our store and use the following code if you want a tip: Code:
<table width="155" border="0" cellspacing="0" cellpadding="0" background="/style/ct/images/menu_bg.jpg"> |
There are two ways to do the round corner on menu:
1. create a left and right corner images, use table to put the images on the right location and other area uses back ground color. - advantages: less images to load and reduce bandwidth - disadvantages: html codes will be complicated 2. create an image as a shape of menu top and use it as back ground image. - advantages: html codes will be very simple - disadvantages:larger size image to load and increase bandwidth |
Quote:
I need some help with this myself. Where exactly do I put the html code for the left & right corner images? I've tried putting them in different parts and it always comes out looking funky. Here's the original code (except I took out the dingbats & the menu border): Quote:
And this is what I get when I put the codes where I "thought" they went. :roll: http://www.piercedplanet.com/xcart/home.php Quote:
|
Here is my code for rounded edges.
If you need more you can read "extra" below. Code:
<TABLE width=100% border=0 align="center" cellPadding=0 cellSpacing=0 bgColor=#e180d7> ------------------------------------------------- EXTRA: I'm no design whizz or anything like that but here is my code for rounded edges on a 2 columed site with 100% height. It will look like this http://www.urbanspirit.co.uk/store/pages.php?pageid=4 The corner gifs are named c1-c4 etc and any other gifs are just 1x1 spacers. The main 2 colums for home.tpl This includes the rounded edges for the main content section but not the for the menus which are below. Code:
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0"> The two gifs named XY and XZ are the bottom half of the last menu box(help). The last menu box needs to be split in half because if you 100% height it you will get overscroll in mozilla. This was the only work around i could find. The top half of the last menu(help) is just a new menu.tpl with the top half code. I called mine menu2.tpl and called that up in the the last menu (help.tpl) Menu2.tpl code Code:
<table width="100%" border=0 cellpadding="0" cellspacing="0"> The last piece of code if for the bog standard menu boxes that don't need stretching (everyone but the last) I just made another new menu.tpl (menu3.tpl) and called that up for all the menus that need round edges. Code:
<TABLE width=100% border=0 align="center" cellPadding=0 cellSpacing=0 bgColor=#e180d7> If anyone has an easier solution please post it :) |
All times are GMT -8. The time now is 12:30 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.