Fixing various problems. Search is now positioned in a saner way, designs have been fixed (only layout1)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
linked to marderchen.de so only need the script still writing on it hihi*/
|
||||
|
||||
//sound start
|
||||
var html5_audiotypes={
|
||||
/* var html5_audiotypes={
|
||||
"mp3": "audio/mpeg","mp4": "audio/mp4","ogg": "audio/ogg","wav": "audio/wav"}
|
||||
function createsoundbite(sound){
|
||||
var html5audio=document.createElement('audio')
|
||||
@@ -25,7 +25,7 @@
|
||||
}
|
||||
else{
|
||||
return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}}
|
||||
}}
|
||||
}} */
|
||||
|
||||
//var mouseoversounds=createsoundbite("http://marderchen.de/wusel/Aneko_data/flower_pngs/meow_click.mp3")
|
||||
//soundend
|
||||
|
Reference in New Issue
Block a user