PDA

View Full Version : Embedded music and Nav help


Sirsean52
Nov-13-2007, 09:46 AM
I am trying to figure out how to embed music on my site. Right now, I am using Sonific. It shows the music screen at the bottom left of my page. How can I get one that you can't see? My page is www.seanjonesphotography.com. Also, How can I get rid of the block style Nav bar? I just want the names without the blocks around them. If anyone has any other ideas or suggestions that I could do with my site, please let me know. I'm pretty new at this.

Allen
Nov-13-2007, 09:55 AM
I am trying to figure out how to embed music on my site. Right now, I am using Sonific. It shows the music screen at the bottom left of my page. How can I get one that you can't see? My page is www.seanjonesphotography.com (http://www.seanjonesphotography.com). Also, How can I get rid of the block style Nav bar? I just want the names without the blocks around them. If anyone has any other ideas or suggestions that I could do with my site, please let me know. I'm pretty new at this.
Change the red.

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: none;
}

#navcontainer ul li a:hover {
color: #ccc;
background-color: none;
}

How can I get one that you can't see? :puke First thing I do is find a way to silence it.:D If none found

in the first few milli-seconds I'm off to somewhere else. But that's
just me, no idea how to hide and have it still play.

denisegoldberg
Nov-13-2007, 10:03 AM
...Right now, I am using Sonific. It shows the music screen at the bottom left of my page. How can I get one that you can't see?
I'm with Allen on this one. If I go to a site and it's not immediately obvious how to stop the music, I close it. In your current implementation, I stopped the music on the home page. Yet when I selected another page from your navbar, the music started again. I would recommend that you somehow find a way to leave the music at the setting the viewer requested.

Only you know if the customers you are trying to reach will have a similar reaction.

--- Denise

Sirsean52
Nov-13-2007, 10:05 AM
Thank you. Are drop down menus hard? I would like to do it, but If it's too difficult, then I'll skip it for now.

Change the red.

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: none;
}

#navcontainer ul li a:hover {
color: #ccc;
background-color: none;
}
:puke First thing I do is find a way to silence it.:D If none found

in the first few milli-seconds I'm off to somewhere else. But that's
just me, no idea how to hide and have it still play.

Andy
Nov-13-2007, 10:28 AM
Thank you. Are drop down menus hard? I would like to do it, but If it's too difficult, then I'll skip it for now.
See the navbar and "Start Here" stickys there is a tute for the drop down navbar.