thisisharrington
Forum Replies Created
-
Forum: Themes and Templates
In reply to: My menu is disappearing??could you cut and paste my code just to show me?
i’d really appreciate it.
thanks
Forum: Themes and Templates
In reply to: My menu is disappearing??i’m not sure exactly where you mean?
do you mean in my layout css somewhere.
thanksForum: Themes and Templates
In reply to: css txt highlight roll-overok here it is, i think right.
this is my header php
do i deleate the <h1>?Forum: Themes and Templates
In reply to: css txt highlight roll-over<ul id="navlist"> <h1> <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> <!-- To show "current" on the Archive Page (a listing of all months and categories), individual posts, but NOT individual posts in category 10 --> <li<?php if (is_page('latest') || is_single() && !in_category('10')) { echo " id=\"current\""; }?>> <a href="<?php bloginfo('url') ?>/wordpress/latest">latest</a> </li> <!-- To show "current" on the Archive Page (a listing of all months and categories), individual posts, but NOT individual posts in category 10 --> <li<?php if (is_page('archive') || is_single() && !in_category('10')) { echo " id=\"current\""; }?>> <a href="<?php bloginfo('url') ?>/wordpress/archive">archive</a> </li> <!-- To show "current" on any posts in category 10, called Design --> <li<?php if (is_page('blog') || in_category('10') && !is_single()) { echo " id=\"current\""; }?>> <a href="<?php bloginfo('url') ?>/wordpress/blog/">blog</a> </li> <!-- To show "current" on the About Page --> <li<?php if (is_page('info')) { echo " id=\"current\""; }?>> <a href="<?php bloginfo('url') ?>/wordpress/info/">info</a> </li> </h1> </ul>Forum: Themes and Templates
In reply to: css txt highlight roll-oversorry i dont understand;
where is the <h1> tag in the- ?
Forum: Themes and Templates
In reply to: css txt highlight roll-overthis how it looks at the moment:
yes probably very messy? right
can you help me out?Forum: Themes and Templates
In reply to: css txt highlight roll-overp { font-family: Arial, sans-serif; font-size: 11px; line-height: 10px; margin: 0 0 5px 0; color: #373737; letter-spacing: -.03em; } ul { font-family: Arial, sans-serif; font-size: 11px; line-height: 10px; margin: 0 0 5px 0; color: #373737; padding-top: 4px; letter-spacing: -.03em; } a { color: #373737; text-decoration: none; padding: 0 0px 0 0px; } a:hover { color: #373737; text-decoration: none; background-color:#fff200; } h1 { font-size: 19px; font-family: Arial , sans-serif; margin: 5px 0; color: #373737; padding-bottom: 8px; letter-spacing: -.03em; } h2 { font-size: 15px; font-family: Arial, sans-serif; line-height: 5px; color: #373737; margin: 0 0 0 0; padding-bottom: 8px; letter-spacing: -.03em; } h3 { font-size: 20px; font-family: Arial, sans-serif; color: #373737; margin: 0 0 0 0; padding-bottom: 8px; } h4 { color: #373737; font-family: Arial, sans-serif; font-size: 12px; margin-bottom: 12px; }Forum: Fixing WordPress
In reply to: css txt highlight roll-over<?php /* Template Name: Links */ ?> <?php get_header(); ?> <h2>Links:</h2> <ul> <?php wp_list_bookmarks(); ?> </ul> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: css txt highlight roll-overthis has now spread the menu items apart, is there a way i can sqeeze these back together without loosing the width on the yellow.
thanksForum: Fixing WordPress
In reply to: css txt highlight roll-overok the colour block has got bigger thanks but the menu section have now spread further apart?
any clues,..
thanks.Forum: Themes and Templates
In reply to: css txt highlight roll-overthanks
i just tried this,
my menu is horizontal so it makes every thing jump,
as the text is pretty close together,
is there a way that doesnt.http://thisisharrington.com/wordpress/
take a look. if you have a chance,
what id like to happen is the section you go in stays highlighted which ive managed to do but the rollover yellow is thinner than the
yellow when its highlighting the section.
see what i mean.Forum: Fixing WordPress
In reply to: css txt highlight roll-overthanks
i just tried this,
my menu is horizontal so it makes every thing jump,
as the text is pretty close together,
is there a way that doesnt.http://thisisharrington.com/wordpress/
take a look. if you have a chance,
what id like to happen is the section you go in stays highlighted which ive managed to do but the rollover yellow is thinner than the
yellow when its highlighting the section.
see what i mean.