Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 03-10-2004, 12:14 PM   #1 (permalink)
SN3
Senior Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 2,796
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Alternative to Roll Over?

Note: I don't know if this would be better in the usability section or coding.

Is there a more reliable way to make a roll over (graphical) without using Flash? Almost every time I go to a site that has a graphical roll over, there is an error with a picture, at least once. Is there a way to fix this?
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2004, 12:17 PM   #2 (permalink)
Senior Member
 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
Use JavaScript and/or CSS.
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2004, 12:18 PM   #3 (permalink)
SN3
Senior Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 2,796
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Code?

Is it reliable?
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2004, 12:39 PM   #4 (permalink)
Possible Terrorist
 
kwvarga's Avatar
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,504
iTrader: 0 / 0%
kwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web pro
Send a message via AIM to kwvarga
uhm.. well
uhm you could probably do something like
<style>
a:link { background-image:url('myimage.jpg'); }
a:hover { background-image:url('myimage2.jpg'); }
</style>

and for the links you will neeed a completely transparent png or gif
<a href="location.php"><img style="width:200px;height:100px;"></a>
of course change the width/height to whatever the background image is.. not sure if that would work.. but you could try.
__________________
http://www.kylevarga.com - My blog.
kwvarga is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-10-2004, 05:29 PM   #5 (permalink)
Contributing Member
 
Join Date: 10-12-03
Location: Cranberry Township
Posts: 224
iTrader: 0 / 0%
Latest Blog:
Google Power Meter

niceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really nice
Send a message via ICQ to niceguyeddie
Probably want to use lists for that instead.

http://www.accessify.com/tools-and-w...st-o-matic.asp
__________________
Web 2.0 Style
niceguyeddie is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-11-2004, 02:36 AM   #6 (permalink)
Senior Member
 
GoldDust's Avatar
 
Join Date: 12-28-03
Location: East London, UK
Posts: 490
iTrader: 0 / 0%
Latest Blog:
None

GoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really nice
Send a message via MSN to GoldDust
rollover

I was using Javascript for my rollovers but there was a short delay due to preloading - so I opted for CSS - works like a dreeeeeeeeeam, havnt looked back since.
GoldDust is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-15-2004, 06:35 AM   #7 (permalink)
Member
 
Join Date: 11-01-03
Posts: 89
iTrader: 0 / 0%
Latest Blog:
None

SubKamran is on the right pathSubKamran is on the right path
I use JavaScript for image rollovers...once they're pre-loaded it's fine.
SubKamran is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-15-2004, 09:30 AM   #8 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,468
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to behold
Send a message via MSN to LazyJim
I'm, using CSS clipped bgs.
put the hover and non-hover image above each other in a single image file, then slide the bg up/down using css to show the right bit.

See my tabs:
www.alpha-matrix-design.co.uk
are made with this image:
using this HTML:
[code:1:bd2facf9f0]<ul id="mainmenu" class="menu">
<li><a class="left_current">Home</a></li>
<li><a class="mid" href="?section=portfolio">Portfolio</a></li>
<li><a class="mid" href="?section=contact">Contact</a></li>
<li><a class="right" href="?section=login">Client Log-in</a></li>

</ul>[/code:1:bd2facf9f0]
and this CSS: www.alpha-matrix-design.co.uk/css/tabs.css
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-15-2004, 01:28 PM   #9 (permalink)
SN3
Senior Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 2,796
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Quote:
Originally Posted by LazyJim
I'm, using CSS clipped bgs.
put the hover and non-hover image above each other in a single image file, then slide the bg up/down using css to show the right bit.

See my tabs:
www.alpha-matrix-design.co.uk
are made with this image:
using this HTML:
[code:1:865a423a02]<ul id="mainmenu" class="menu">
<li><a class="left_current">Home</a></li>
<li><a class="mid" href="?section=portfolio">Portfolio</a></li>
<li><a class="mid" href="?section=contact">Contact</a></li>
<li><a class="right" href="?section=login">Client Log-in</a></li>

</ul>[/code:1:865a423a02]
and this CSS: www.alpha-matrix-design.co.uk/css/tabs.css
That's Great! Mind if I borrow your code?
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-15-2004, 01:30 PM   #10 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,468
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to behold
Send a message via MSN to LazyJim
go ahead!
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-15-2004, 01:34 PM   #11 (permalink)
SN3
Senior Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 2,796
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Thanks!
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-15-2004, 10:56 PM   #12 (permalink)
Senior Member
 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
I see, so you just move the background then!? That's a good idea.
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What to do to make it better? :roll: games_master Web Design Lobby 24 04-14-2004 07:24 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 04:54 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.