HELP NEEDED
HELP NEEDED
- Started
- Last post
- 4 Responses
- motokiss
ok this is probably simple but im having problems keeping my splash page in the background when poppin up my site
www.dhstudios.ca if someone can help me that would be great
thanks in advanced
- philevans0
instead of:
a href="home.html" onMouseDown...
put:
a href="#" onMouseDown...
- tripleflux0
try using js on.blur...you can set the window to infront or behind
- smoothblend0
i think philevans nailed it.. when clicked it takes the main page to "home.html" also i agree with the blur. Theres more than one way to skin a donkey.