Got it! Worked like charm. :D
1 more request, I looked in tpl_drop_menu.php and wanted to add "ebay" in the menu but i dont understand those drop down menu. So what do i do?
Printable View
Got it! Worked like charm. :D
1 more request, I looked in tpl_drop_menu.php and wanted to add "ebay" in the menu but i dont understand those drop down menu. So what do i do?
for some reason when I do this the words shoppping cart drop down or droup down See below
http://photo.cecg.com/temp.jpg
Any idea what is causing this.
THANX
MITCHcecg
It may be a tad too wide. Try changing the padding for "div#dropMenu li a" in includes/templates/your_template/css/stylesheet_header_menu.php. Changing the left and right to 1.8em may help the spacing, like this:
div#dropMenu li a {display: block; padding: .6em 1.8em .6em 1.8em;......
I need help on fix this logo.gif issue. When restore down, the logo.gif get scroll. How do i avoid having the scorll on the logo.gif
Also there a border at the end of header menu by the "ebay". I want it take off as it is the end of menu just like the other side by "home".
www.cws-mart.com
:cry: Firstly I should say sorry for the droop down. It has somthing to do with the editor I was using when Front page saves the file it must cause a problem. I used notepad and made the same edit it works fine
Thanks for the help
MITCHcecg
To fix the logo gif issue, change:
Code:#logoWrapperOuter {
margin:0 auto;
width:100%;
overflow:auto;
}
to:
Code:#logoWrapperOuter {
margin:0 auto;
width:100%;
overflow:hidden;
}
For the ebay link, you can open up includes/templates/common/tpl_drop_menup.php and change the ebay link to (you don't need the <font color="white"></font>, it will be white anyway):
<li class="ebayLink"><a href="http://search.ebay.com/_W0QQsassZchoku_wing_starQQhtZ-1" target="_blank">EBAY</a></li>
then add this to the stylesheet_header_menu.css:
.ebayLink a {border:none!important}
[quote=jettrue;332590]Hi Jade - I have removed the second instance of #centerColumnOuter but still have those border bits left. Also, I have disabled the right box totally as you requested and now the bottom border is up under the breadcrumb bar. If you can work out what I've done wrong it would be great. Thank you. :smile:
[QUOTE=duxfield;333360]Can you be more specific about the "border bits" I'm not sure what you're referring to.
The bottom bar is not under the breadcrumb bar in firefox, i bet its an IE6 thing. Try giving your image its exact dimensions when you enter it into the define pages editor box.
Hi Jade - I've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:
<html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>
Thanks alot.