Web Design Forum  

Go Back   Web Design Forum > Web and Graphic Design > Graphic Design

Reply
 
LinkBack Thread Tools Display Modes
Old 06-08-2012, 04:12 PM   #1
New Member
 
Join Date: Jun 2012
Posts: 2
Default Help with hover effect?

Hey guy's im currently designing a website for a friend and i'm looking to adding a highlight or hover effect to the seperate div tags.

I was looking to have something similar to this http://rostrumrecords.com/ when you hover over the area of the artist.

Thank you for any help
Jmanyoma is offline   Reply With Quote
Old 06-08-2012, 05:20 PM   #2
Diamond Member
 
chrishirst's Avatar
 
Join Date: May 2012
Location: Blackpool
Posts: 1,272
Default

Use the :hover pseudo class

And the link is giving a 503 response.
__________________
When the mind is enlightened, the spirit is free and the body matters not.
chrishirst is offline   Reply With Quote
Old 06-09-2012, 01:25 AM   #3
New Member
 
Join Date: Jun 2012
Posts: 2
Default

I need the hover effect but not for text. I'm sure its something else but not sure what.

The site is working again, help anyone?
Jmanyoma is offline   Reply With Quote
Old 06-09-2012, 02:14 AM   #4
Diamond Member
 
ronaldroe's Avatar
 
Join Date: Jan 2011
Location: Oklahoma City, OK
Posts: 1,014
Send a message via Skype™ to ronaldroe
Default

Quote:
Originally Posted by Jmanyoma View Post
I need the hover effect but not for text. I'm sure its something else but not sure what.

The site is working again, help anyone?
Again, do this

Quote:
Originally Posted by chrishirst View Post
Use the :hover pseudo class

And the link is giving a 503 response.
ronaldroe is offline   Reply With Quote
Old 06-10-2012, 05:47 PM   #5
Diamond Member
 
chrishirst's Avatar
 
Join Date: May 2012
Location: Blackpool
Posts: 1,272
Default

Quote:
Originally Posted by Jmanyoma View Post
I need the hover effect but not for text.
And????????
__________________
When the mind is enlightened, the spirit is free and the body matters not.
chrishirst is offline   Reply With Quote
Old 06-10-2012, 08:23 PM   #6
Silver Member
 
Join Date: Nov 2010
Location: Lincoln, United Kingdom
Posts: 116
Default

Code:
<!DOCTYPE html>
<html>
<head>
	<title>CSS Hover Pseudo</title>
	<style>
		body { margin:20px; padding:0; background:#000; }
		
		div.example { padding:10px; width:200px; height:350px; font-family:Arial; font-size:12px; font-weight:bold; border:1px solid #DADADA; color:#fff; }
		div.example:hover { background:#DADADA; color:#000; }
	</style>
</head>
<body>
	<div class="example">
		Hover over me!
	</div>
</body>
</html>
This should help. No more than actually reading the example Chris posted, though.
__________________
Regards, Jak.
http://jakclark.co.uk (soon)
JakClark is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:22 AM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.