hi jade..
could you help me..
i want to have all my sidebox at the right column, outside the contentMainWrapper.. but still the right column is in the right side
thanks....
hi jade..
could you help me..
i want to have all my sidebox at the right column, outside the contentMainWrapper.. but still the right column is in the right side
thanks....
sorry jade..
my site is http://hope.or.id/store/index.php
really appreacite your help..![]()
picture mean a thousand words
sorry for my broken english...
could you see the picture
i mean to take the right column outside the mainwrapper, so it will be located at the white area..
i have no basic off css, just try this, try that, thankfully that you make comment in the stylesheet file..
but for this one, i got really confused..
how can i make just like the picture, the mainwrapper will take a full space from dropdown menu to the bottom, and the right column will go outside mainwrapper, so it will be at the white space..
hope i could make you understand what i mean to..![]()
Last edited by romyloice; 20 Feb 2009 at 02:00 PM.
I'm wondering if someone can help out a lost newbie... (site is www.sistersecrets.net)
All I need to do is get a 1000x168 logo at the top of the apple zen template. I followed the instructions exactly, but I can't seem to get it. It worked for firefox at one time, but not for IE. Currently it is shown at the top above the menus like I want, but the image is cut off about 3/4 of the way across. Here is the stylesheet.css I have:
h4.optionName {
line-height:1.5em;
padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerB
oxContentsAlsoPurch, .attribImg {
float:left;
}
#logo {
#float:left; /* to center your logo, uncomment the "text-align:center;margin:0
auto" below. Also remove "float:left" */
text-align:center;
margin:0 auto;
width:1000px;
}
#logo {
#width:19.1em; /* To prevent the logo from resizing, simply delete or comment o
ut this section */
}
LABEL.inputLabel {
width:85%;
float:left;
margin:.3em 0;
You've got some crazy commenting going on there, and I bet that's at least part of your issue, if not all.
In css, to comment out (hide) something, it should look like this:
/* Hidden Stuff here */
those #'s you have before stuff to try and hide it, isn't going to work. Either fix the commenting, or just go ahead and delete the sections you don't want to use.
Thanks so much! I was using the # as a comment (duh) - sorry for the dumb question - love the template!