![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Duende wrote: While sitting in a puddle William Tasso scribbled in the mud: Duende, I fixed it up for a friend based on /index-old.htm at the same domain. Ok Sir, whatever you say Sir. )get back in yer box - I'll tell you when ;o) Ok Sir, whatever you say Sir. |
#12
| |||
| |||
|
|
While sitting in a puddle William Tasso scribbled in the mud: Document: http://seeburg.co.uk You need to preload the two mouseover images |
|
otherwise they don't load until you mouseover. (IE-6 & Firefox) |
#13
| |||
| |||
|
|
Duende wrote: While sitting in a puddle William Tasso scribbled in the mud: Document: http://seeburg.co.uk You need to preload the two mouseover images explaination? example? otherwise they don't load until you mouseover. (IE-6 & Firefox) and therefore don't load at all if there is no mouseover? isn't that a good thing? |

#14
| |||
| |||
|
|
Duende wrote: While sitting in a puddle William Tasso scribbled in the mud: Document: http://seeburg.co.uk You need to preload the two mouseover images explaination? example? otherwise they don't load until you mouseover. (IE-6 & Firefox) and therefore don't load at all if there is no mouseover? isn't that a good thing? -- William Tasso |
#15
| |||
| |||
|
|
Greetings one and all. Document: http://seeburg.co.uk Comments/advice welcome. Thanks. -- William Tasso |
#16
| |||
| |||
|
|
Greetings one and all. Document: http://seeburg.co.uk Comments/advice welcome. Thanks. -- William Tasso |
#17
| |||
| |||
|
|
Greetings one and all. Document: http://seeburg.co.uk Comments/advice welcome. Thanks. -- William Tasso |
#18
| |||
| |||
|
|
It takes some time for the rollover image to load when you hover. A good technique for css rollovers is to combine the image and it's corresponding rollover into one image. example: http://members.aol.com/jrzycrim01/demo.html I took the two images of the m100c and stacked them on top of run another to make on image. When a user hovers over the image, the background position is shifted to make the lower half of the image appear. a#m100c { background-image:url("m100c.jpg") } a#m100c:hover { background-position: 0px -160px; } It requires no preloading since there is only on image. It's a bit faster to change the position instead of loading another image. Hope this helps... Jim Roberts |
#19
| |||
| |||
|
|
Hey, that's cool & best of all no js crap. -- Duende |
#20
| |||
| |||
|
|
I got an error when I originally posted |

![]() |
| Thread Tools | |
| Display Modes | |
| |