View previous topic :: View next topic |
Author |
Message |
Evilreindeer
Joined: 07 Feb 2003 Posts: 3
|
Posted: Tue Apr 08, 2003 4:22 pm Post subject: adding to the b2archives.php |
|
|
Code: | echo '<div id="archives" onMouseOver="this.style.backgroundColor='#ffffff';" onMouseOut="this.style.backgroundColor='#b6cad6';">';
=echo "· <a href=\"$archive_link_m$arc_year".zeroise($arc_month,2).'" class="archives">';
echo $month[zeroise($arc_month,2)].' '.$arc_year;
echo '</a>';
echo '</div>';
echo $archive_line_separator."\n"; |
I'm trying to add the mousever background color but the ' get in the way. How do I get around this? |
|
Back to top |
|
 |
Gadget Girl
Joined: 25 Jan 2002 Posts: 305 Location: Virginia
|
Posted: Tue Apr 08, 2003 7:24 pm Post subject: |
|
|
Hi,
You should declare that in your .CSS, the hover.
Sara |
|
Back to top |
|
 |
|