Hi Jade, thanks for replying.
I've tried to adjust the padding and line-height for #navMain ul but it don't seem to work.
I've also tried to add padding-top for #logoWrapper to try pushing the header up to close the white border but it's not working also.
I think it's only happening for IE. I've seen it for Firefox, the white border is not there. Strange...
Jade, don't get too bother about this if you are. It's just a small issue. I'll try to figure that out again if my client happen to nag me for that.
Cheer
Cheng King Xiang
Last edited by guoxiang; 29 Sep 2007 at 08:18 AM.
Tried with no luck.. I wonder if anyone had similar issue like mine?
The current codes from my stylesheet.css
#logoWrapper
#navMainWrapperCode:#logoWrapper { background: url(../images/top_back.gif) bottom; background-color: #000000; height:159px; width:750px; }
#navMain ulCode:#navMainWrapper { background: url(../images/gradient.gif) repeat-x; font-weight: bold; color: #fff; width: 100%; font-size:1em; border-bottom:1px solid #333; height:34px; }
#navMainSearchCode:#navMain ul { padding-top: 0.5em; list-style-type: none; text-align: center; line-height: 2em; }
RegardsCode:#navMainSearch { margin:0 auto; text-align:right; padding:4px 2px 0 0; font-size:.9em; }
Cheng King Xiang
ok, I need help please!...I'm pulling my hair out! this is a tall order!
the zen cart concerned..... is here
http://crankedclothing.com/crankedclothingcart/
there are a few alignment issues i'm trying to deal with..
1: aligning the logo, I thought I could adjust it using #logowrapper...as Jettrue suggested above....but no luck. how can I?
2: I cannot figure out how to adjust the entire body text downwards. the objective is to add a simple link menu bar. so that the zen cart page looks like other pages on my site......example here http://crankedclothing.com/
3: how can I move the (home: login) links that are above the logo to instead rest below the logo in addition to main links pointing to the rest of my site?
also...how can I change the title of my zen cart page( tabs in browser)?
and how can I change fonts in individual parts of the cart rather than a global change?
one more thing...I cannot figure out how to change the font colors for the text spanning the borders of the (wrappers boxes?) IE: "choose your search terms" in advanced search.....how?
*sigh*...I understand.... if you cannot be bothered to answer all my questions as it is a lot.....but any help is greatly appreciated...and btw you guys ar tops for helping us users out! Thank you! Thank you! Thank you!
Aggro
Align it how?
Lower starting after the logo? After the Tee shirts link?
Open up includes/templates/simple_zen/common/tpl_header.php and move the #navmainwrapper sectin below the logo. As far as "in addition to main links pointing to the rest of my site", I don't understand what you want to do there.
includes/languages/english/meta_tags.php
Choose "view source" in your browser, see what id or class is nearest to the text you want to change, then in your stylesheet, apply the font to ONLY that tag. So if you want to change the font for the Home link in the footer, change the font for #navSuppWrapper
Those can be affected by the "legend" tag in css:
legend {color:#ffffff}
Though I think IE forces blue, don't know if the above will work in IE or not.
moving the logo to the left and down slightly...I guess using padding in #logowrapper?Align it how?
all text body lower including the tee shirt link... but now after moving the (home: log-in) links, I guess I need to lower those as well.Lower starting after the logo? After the Tee shirts link?
thank you!...that worked....main links meaning a menu bar... I can probably add (home: log-in) links into the menu bar...so my question is...how can I add more links to that set of links (home: log-in) to basically make it my menu bar?Open up includes/templates/simple_zen/common/tpl_header.php and move the #navmainwrapper sectin below the logo. As far as "in addition to main links pointing to the rest of my site", I don't understand what you want to do there.
thank you again!..of course I'm leaving proper credits to zen cart.includes/languages/english/meta_tags.php
I might have to get a third party source viewer for IE to do that....thanks for that idea...will make the job a lot easier.Choose "view source" in your browser, see what id or class is nearest to the text you want to change, then in your stylesheet, apply the font to ONLY that tag. So if you want to change the font for the Home link in the footer, change the font for #navSuppWrapper
ahh thanks! that worked...and applying the desired color in css made it perfect.Those can be affected by the "legend" tag in css:
legend {color:#ffffff}
Though I think IE forces blue, don't know if the above will work in IE or not.
I also want to thank you for you prompt responses to my questions...did I mention that your awesome too?
Thanks again for your help Jettrue....looks like I'm getting the detials fixed through trial and error...woo! php is very tedious to work with...I wonder if there is a more visual method to working with php...IE: instead of working in code view, work in design view.
Thanks again...
Use Firefox for css changes. I install the "Web Developer" toolbar for Firefox, and it is essential for making css adjustments. You can make css adjustments right there in the browser, see instantly how they look. You can also use the "view style information" option to know what section needs adjusting in the stylesheet.
As far as working with php, its a lot of trial and error, at least for me. If you're just moving things around though, it just takes a lot of care to make sure you're copying and pasting just the right chunk.
If you have any specific other questions, just let me know!
ok i'll try firefox,thanks again
QQ: how can I disable "navecattabs" and "navsupp" links? I tried disabling them in css but That isnt working and I can't find the php where these classes reside...index.php?