Nicster3001
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Calling Javascript in Header.phpUm, don’t think so. Is that what’s missing from this:
<script type=”text/javascript”>
<!–
unmetered();
//–></script>Or do I have to add something before it? Sorry, complete novice!
Forum: Themes and Templates
In reply to: Nav "On page" image codeThanks PAE,
Have added the class to the CSS:
#navmenu { width:1001px; height:103px; z-index:1; background-image:url(http://cashcall.tv/wp-content/uploads/2011/08/CCnavbottomFINAL.jpg); background-repeat:no-repeat;} #roll_one {display:block; width:250px; height:103px; text-indent:-999em; background:url("http://cashcall.tv/wp-content/uploads/2011/08/nonhover.jpg");} #roll_one:hover {background:url("http://cashcall.tv/wp-content/uploads/2011/08/hover.jpg");} .rollone {background:url("http://cashcall.tv/wp-content/uploads/2011/08/hover.jpg");} #roll_two {display:block; width:250px; height:103px; text-indent:-999em; background:url("http://cashcall.tv/wp-content/uploads/2011/08/nonhover.jpg");} #roll_two:hover {background:url("http://cashcall.tv/wp-content/uploads/2011/08/hover.jpg");} #roll_three {display:block; width:250px; height:103px; text-indent:-999em; background:url("http://cashcall.tv/wp-content/uploads/2011/08/nonhover.jpg");} #roll_three:hover {background:url("http://cashcall.tv/wp-content/uploads/2011/08/hover.jpg");} #roll_four {display:block; width:250px; height:103px; text-indent:-999em; background:url("http://cashcall.tv/wp-content/uploads/2011/08/nonhover.jpg");} #roll_four:hover {background:url("http://cashcall.tv/wp-content/uploads/2011/08/hover.jpg");} .current { background-image:url(http://cashcall.tv/wp-content/uploads/2011/08/hover.jpg);}and added to the main table:
<div class="clear"></div> <div id="navmenu" class="col-full"> <table width="950" height="101" border="0" cellpadding="0"> <tr> <th scope="col"><a href="http://cashcall.tv/" class="current"id="roll_one">Description text that will not be displayed</a><span></span></th> <th scope="col"><th scope="col"><a href="http://cashcall.tv/" class="current" id="roll_two">Description text that will not be displayed</a><span></span></th> <th scope="col"><a href="http://cashcall.tv/?page_id=4" class="current" id="roll_three">Description text that will not be displayed</a><span></span></th> <th scope="col"><a href="http://cashcall.tv/?page_id=21" class="current" id="roll_four">Description text that will not be displayed</a><span></span></th></table></div>but it doesn’t seem to be working. Can you see anything wrong with my code that maybe preventing the change?
many thanks
Forum: Themes and Templates
In reply to: Nav "On page" image codeHi PAE, that’s why I didn’t use it. Haven’t had a problem with tables before, any recommendations are welcome though.
With the CSS issue, I’m interested to know how custom nav menus activate an “on page” image.
cheers
Forum: Fixing WordPress
In reply to: Changing Page Backgrounds CSSThanks Jeremy. They called it #main doh! 🙂
Viewing 4 replies - 1 through 4 (of 4 total)