Click to See Complete Forum and Search --> : mouseover....


macmero
02-16-2007, 04:42 AM
elow... i canot manage to create an mouseover... please help me...

how to create an mouseover... I always failed...


thankZ....

anyone would like to help me to build an e-business website for my project...?
salamat.... :)

the tree
02-16-2007, 06:15 AM
Do you want the way that text is styled to change on mouseover or an image to change on mouseover?

Centauri
02-16-2007, 08:11 AM
Lots of examples here (http://css.maxdesign.com.au/listamatic/index.htm).

Cheers
Graeme

jackoconnell
02-18-2007, 08:50 PM
CSS would look like this:

.btn {
border-right : #fffcd0 5px ridge ;
border-top : #fffcd0 5px ridge ;
border-left : #fffcd0 5px ridge ;
border-bottom : #fffcd0 5px ridge ;
width:180px;
color : #ff4000 5px inset ;
background: #000000;
font-family : ARIAL, HELVETICA, san-serif;
font-size : 12px;
color : #000000;
font-weight: 900;
text-decoration: none;
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=0,StartColorStr='#ffffcc',EndColorStr='#ffa800');}

.btnhov{
border-right : #fffcd0 5px ridge ;
border-top : #fffcd0 5px ridge ;
border-left : #fffcd0 5px ridge ;
border-bottom : #fffcd0 5px ridge ;
width:180px;
color : #ff4000 5px outset ;
background: #000000;
font-family : ARIAL, HELVETICA, san-serif;
font-size : 12px;
color : maroon;
font-weight: 900;
text-decoration: none;
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=0,StartColorStr='#ffffcc',EndColorStr='#ffa800');}

}

Centauri
02-18-2007, 09:34 PM
CSS would look like this:

Huh? - If my button was part of a list and used a position-dependant background graphic for the rollover, then my css would look nothing like that......

macmero
02-20-2007, 02:47 AM
both picture and text... I like to have an mouseover in both picture and text...
I'm a pinoy and im not good in english.. Sorry... but i can understand...
Thank'z... for the help... I'm going to make an website... e-business website... I'm not familiar with CSS...

macmero
02-21-2007, 02:44 AM
elow...

roondog
02-22-2007, 05:07 AM
I think you need to be a bit more specific as to what you want the mouseover to do. For example do you want a links properties to change when the mouse hovers over it? Do you want an image/some text to change when you mouseover a link? A little bit more information and i'm sure we can help.

imike
02-22-2007, 10:10 AM
That's true. Will appreciate that you be more specific. We can't help if you are not making clear of what you want.
__________________
penis devices reviews (http://www.topdevices.info/) exercises (http://www.topexercises.info/) patches (http://www.toppatches.info/) pills (http://www.toppenispills.info/) men's health (http://www.mensarticles.com/)

macmero
02-23-2007, 02:38 AM
any kinds of mouseover are big help to me..
even in link... I'm not good at english cause im a pinoy and it hard for me to be more specific...

sOrry...
just all kinds of mouseover even a text or image...


thank'zZz...

roondog
02-23-2007, 03:42 AM
For a link to change its properties on mouseover you need this in the css.
a{}
a:link{}
a:visited{}
a:hover{}
a:active{}
put the properties you want in the {} and use a:hover for the properties you want displayed on the mouseover.

for changing text/images you'll need to learn a bit of Javascript or search for some premade scripts. If you work out exactly what it is you want to do then come back and i'm sure someone will help.

macmero
02-25-2007, 12:56 AM
i dont get you...
please gave me some examples or website where i cna find some example of mouseover..

and im not familiar with css..


Sorry and thank'zz...
i appreciate ir kindness...

Centauri
02-25-2007, 01:09 AM
I gave you plenty of examples in my first post.......

macmero
02-25-2007, 01:13 AM
yup... thankz for that...
but how about in the pic...?


im online too...

Centauri
02-25-2007, 01:27 AM
More examples here (http://www.cssplay.co.uk/menus/index.html) - many of them using graphics. With these examples, you may have to view the source of the page to find info on how they work.

Cheers
Graeme

macmero
02-25-2007, 01:36 AM
thank'z again centauri...

ur the beSt.. ur a big help to me...

macmero
02-25-2007, 01:39 AM
wait... where i can find the coding...
the first example that u gave to me has an example of coding...

Centauri
02-25-2007, 05:37 AM
On most of Stu Nicholls' examples, you have to view page source to see the coding.

Cheers
Graeme

macmero
02-26-2007, 10:57 PM
okie... thank'zZz...