|
#1
|
|||
|
|||
|
How to do mouseover on thumbnails?
ANyone know how to make the thumbnail dimmer, but it becomes lighter when mouse over? Where is the THUMBNAIL ROW script located?
SOmething like this -> http://www.exposur3.com/ |
|
#2
|
||||
|
||||
|
it only works for IE.
search for filter and grayscale in forum/internet.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#3
|
||||
|
||||
|
its using moz-opacity and works fine in FF.
The code is pretty simpe, just rip apart their site to find out more, you can see if applied to each photo and in the javascript file in the includes
__________________
i should say more clever stuff |
|
#4
|
||||
|
||||
|
Quote:
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#5
|
|||
|
|||
|
Sorry, where is forum/internet?
Also, what is FF? Rip apart which site? And also can I know where is the thumbnail controlled? All I know is there is this THUMNAIL-ROW with div id. Sorry, I know very little about all these, could you please explain more? Thanks. |
|
#6
|
||||
|
||||
|
hi there:
- internet is what you are using! - forum is what you are reading inside - / mean OR - FF referes to Firefox similar to IE that refers to Internet Explorer - you need to read the source file of a website that use it. where did you see that function. rip apart that site! good luck
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#7
|
|||
|
|||
|
are you talking about this forum? I am confused :P
|
|
#8
|
|||
|
|||
|
This is what I have, is this how to make the border dash lines when I move my mouse across the thumbnail photos? I guess I am not sure if the a:hover is the right syntax?
Please help, thanks. .photo { border:0px solid #333; float:left; margin: 0px 0 0 10px !important; margin: 0px 0 0 5px; } .photo img { display: inline; position: relative; border:1px solid #333; margin: -6px 6px 6px -6px; padding-top:2px; padding-left:2px; padding-right:2px; padding-bottom:2px; } a:hover.photo img{ border:1px dashed #333; } <div class="photo"><IMAGE_THUMBNAIL_ROW></div> |
|
#9
|
|||
|
|||
|
forget it.
|
|
#10
|
||||
|
||||
|
Quote:
i will reply when i can
__________________
i should say more clever stuff |
| Post Reply |
| Thread Tools | |
|
|