
Originally Posted by
jettrue
OOH, love the site! Very cute!
OK, all you have to do is change the "none" of the chunk below that is found in stylesheet_header_menu.css to "lowercase":
Code:
div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:none/*edited uppercase*/
Also, as a side note, I notice that you have two main stylesheets online, stylesheet.css and stylesheet1.css, remember that if a stylesheet is uploaded, it will try to exert itself, so you should only have ONE uploaded at a time.
Thanks Jade. That did it. I also found where I needed to edit for the submenu. Question about moving sideboxes to the left side. I followed your instructions
Code:
#centerColumnWrapper2{
background:url(../images/content_bg.gif) repeat-y 80% 0;
}
to:
#centerColumnWrapper2{
background:url(../images/content_bg2.gif) repeat-y 20% 0;
Also change:
.centerColumn {
width:75%;
float:left;
margin:0 2% 2% 3%;
text-align:left;
line-height:1.6em;
display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
}
to:
.centerColumn {
width:75%;
float:right;
margin:0 2% 2% 3%;
text-align:left;
line-height:1.6em;
display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
}
but it didn't work. do i need to change any settings in the layout boxes controller to make this work? oh yes, i also removed the extra stylesheet. i did that while i was troubleshooting to see where the information was coming from. thanks.
p.s. i'm glad you like the site. it's for a new line i'm launching.