Hi all,
Here is my latest CMSMS site: http://www.getthejuicydetails.com/
I am still finishing up some details, but I think it came out pretty good.
John
my latest site
Re: my latest site
Hey. Nice site. Have you tried viewing it with mozilla FF(v2+). I get a purple-ish rectangle at the below the "hear their story" image when i hover the mouse over it. 
Everything else looks good!

Everything else looks good!

- johnbmcdonald
- Forum Members
- Posts: 60
- Joined: Mon May 14, 2007 8:01 pm
Re: my latest site
I messed with that for an hour and couldn't get anywhere with it.. So far its some CSS enigma..I get a purple-ish rectangle at the below the "hear their story" image when i hover the mouse over it.
John
- johnbmcdonald
- Forum Members
- Posts: 60
- Joined: Mon May 14, 2007 8:01 pm
Re: my latest site
Thanks Michael, That's a great idea. If I get anywhere with it, I'll let you know.
John
John
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: my latest site
I'm told the firebug addon is also very useable.... I really gotta try that one.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: my latest site
Looks great - only thing is that enrol has one L 

-
- Forum Members
- Posts: 80
- Joined: Thu Sep 13, 2007 10:50 am
Re: my latest site
Hi John,
Michael is right, the purple bar that appears is caused by your a:hover, either add the below css or remove the margin and make the image wider like you did with the image above it.
Bob
Michael is right, the purple bar that appears is caused by your a:hover, either add the below css or remove the margin and make the image wider like you did with the image above it.
Code: Select all
div#div_r a:hover{background:none}