General questions about CSS
1. Can you specify a background sound, or any sound, by using CSS?
2. Let's say I have this DIV, and I want the text to be centered vertically. What CSS code can do that?
Mark E.
Re: General questions about CSS
1. Can you specify a background sound, or any sound, by using CSS?
No, not using CSS.
2. Let's say I have this DIV, and I want the text to be centered vertically. What CSS code can do that?
<div style="vertical-align: middle;">
You cannot specify a background sound using CSS however you can trigger a background sound using ACSS for example: h1 {cue-before: url("ping.au");} however, you'll have a hard time finding a browser that will support ACSS.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks