flashing wth???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

flashing wth???

Post by ebgames56 »

i just put together a html page with a few roll over images and each time i click 1 of those buttons it like flashes them like its trying to load them.
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: flashing wth???

Post by twinedev »

You are going to need to provide more details. How does it flash them? (goes away, comes back), changes colors, what? and also what are you expecting to happen. What is you PHP code you are using?

-Greg
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

Re: flashing wth???

Post by ebgames56 »

im just looking for a navigation bar. look at the post i just posted
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: flashing wth???

Post by twinedev »

Ok, I think I misunderstood since this was placed in the PHP coding section, and used to that people post here because they have something they are trying that isn't working ;-)

Unless you are needing something specific needing programming, might be better to post this in another section of the forum to get better responses.

Flashing you will probably need some javascript, other than that should be easy to do via CSS (I'm not the best at it, I usually have to trial/error it to get anything beyond sinple CSS). Heck you can probably do the flashing via CSS by a animated background image for the menu item.
Post Reply