Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   footer float and side menu sub-pages colours (http://forum.bytesforall.com/showthread.php?t=1405)

Flukey Apr 23, 2009 10:37 PM

footer float and side menu sub-pages colours
 
Hi

I have a few questions to polish up the site I am building for an NGO..WP first timer loving the theme and forum.

1) Can I change the floating function of the footer, so it floats if the page content is longer than one page view, but stays at the bottom of the browser if there is only minimal page content?

2) Is there an easy way to float the search box in the top right corner of the image header? (been looking but can't find)

3)After some hours of forum browsing I have almost got my side menu using flexipages how I want it. However I would like to introduce different backgound colours for different menu levels. I have tried using this code

div#flexipages-406262383 ul li {
font-family: century gothic ;
letter-spacing: 1px;
font-size: 20px;
font-weight: 700;
color: #ffffff;
background: #D2503E;
border-top: solid 2px #ffffff;
}


div#flexipages-406262383 ul li ul {
font-size: 16px;
font-weight: 700;
color: #ffffff;
background: #ffffff;
border-top: solid 2px #ffffff;
}

and changing the background on the 'ul li ul' but the top level colour always shows on-top...so I tried using z-index values to put one ontop of the other and that didn't work either.

PLEASE HELP

Thanks

F

Flynn Apr 24, 2009 08:46 PM

Put the styling on the <A> because sub <LI> will always be enclosed by their parent <LI>'s and if there's margin or padding somewhere then the colors of the parent <LI> will enclose the sub <LI>'s

... ul li a:link,
... ul li a:visited,
... ul li a:active,
... ul li a:hover {
...
}
... ul li ul li a:link,
... ul li ul li a:visited,
... ul li ul li a:active,
... ul li ul li a:hover {
...
}


All times are GMT -6. The time now is 04:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.