/    Sign up×
Community /Pin to ProfileBookmark

URGENT-> dreamweaver mx

hi
as a very unexperienced js user…i have a lot of problems in trying to do the most basic things…so pls bear with me
I have been trying to create a text rollover so that the link changes to a bold format…or changes colour….
Also, I have a script for running background music but…i was wondering…how do you have an option on the website that can allow you to turn the music on or off…like on [url]http://www.somatone.com/[/url] or [url]www.tronicstudio.com[/url]

Thanks for those who can help ?

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@barkley1979May 26.2005 — For the Bold Rollover, don't use Javascript, take a look at CSS, using

a:hover {

font-weight: bold;

}

As for the music issue, I think Ultimater is awaiting your response [URL=http://www.webdeveloper.com/forum/showthread.php?t=67424]Here[/URL]
Copy linkTweet thisAlerts:
@melA_16authorMay 26.2005 — do i jus insert that under the <style>? sorry...i'm not very experienced
Copy linkTweet thisAlerts:
@barkley1979May 26.2005 — You can use it like the following:

[code=php]<head>
<style type="text/css">
a:hover {font-weight: bold}
</style>
</head>[/code]


Or alternatively (and a better way if you are applying this to many pages), use an external file:

[code=php]<head>
<link rel="stylesheet" type="text/css"
href="mystyle.css" />
</head>[/code]


Take a read of this [URL=http://www.w3schools.com/css/default.asp]Link[/URL] if you need further help / a tutorial, and if you are really interested, look at [URL=http://www.csszengarden.com/]Zen Garden[/URL]
Copy linkTweet thisAlerts:
@melA_16authorMay 26.2005 — thank you VERY much...it works!! ?
×

Success!

Help @melA_16 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.13,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...