Re: Apple Zen Support Thread
Quote:
Originally Posted by
GoNinja
Currently "headerborder.gif" (the grey background under the drop down menu) shows 13 pixels high, how do I change this so it shows 36 pixles high?
Change the height in the stylesheet:
#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Merlinpa1969
this would be a bet that you would lose...
Windows servers indeed,
thems fighting words.. LOL
What the heck are you saying? LOL
I simply guessed that he's on a windows server, hence the .htaccess issues. How would that be a bet that I would lose? :blink:
Fighting words?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Change the height in the stylesheet:
#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}
Thank you for the reply!
Re: Apple Zen Support Thread
I was joking,
you said I bet your on a windows server....
<< cant stand windows servers, hence the term fighting words...
more humor....
it was actually a path problem,
required the entire server path to the htc file
Quote:
Originally Posted by
jettrue
What the heck are you saying? LOL
I simply guessed that he's on a windows server, hence the .htaccess issues. How would that be a bet that I would lose? :blink:
Fighting words?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Merlinpa1969
I was joking,
you said I bet your on a windows server....
<< cant stand windows servers, hence the term fighting words...
more humor....
it was actually a path problem,
required the entire server path to the htc file
Thanks T - That took care of it
Re: Apple Zen Support Thread
http://i41.tinypic.com/2wck7sp.jpg
Can someone tell me what files I make these changes:
RED: Toggle these links and bar shown on/off
BLUE: Change the order (I want the drop-down right at the top before the logo)
Thanks!
Re: Apple Zen Support Thread
Re: Apple Zen Support Thread
If you'll notice this is my first ever post on this forum and I want to thank you Jettrue for not only writing this wonderful template, but you're tireless effort to respond to all questions. :D
So here's my question:
I've added a background image to the dropMenu, but for some reason when I did that the navMainWrapper showed up as transparent. I want it just to be white. I have it set to "#navMainWrapper {background-color:ffffff}" in the stylesheet but it still shows transparent
You can view it here: http://fuzzy-ink.com/beta/
Many thanks for past and future responses.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Fuzziest
If you'll notice this is my first ever post on this forum and I want to thank you Jettrue for not only writing this wonderful template, but you're tireless effort to respond to all questions. :D
So here's my question:
I've added a background image to the dropMenu, but for some reason when I did that the navMainWrapper showed up as transparent. I want it just to be white. I have it set to "#navMainWrapper {background-color:ffffff}" in the stylesheet but it still shows transparent
You can view it here:
http://fuzzy-ink.com/beta/
Many thanks for past and future responses.
You for got the # sign before the ffffff
It should look like this:
{background-color:#ffffff}
(see how all the other colors in the stylesheet have a # first). :wink:
Re: Apple Zen Support Thread
Hello, Could you reply to my question about changing the order of the stuff?
Which file do I do this in? Just tell me the file and I will figure out the rest. Thanks!