Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SIWEBST

Members
  • Joined

  • Last visited

  1. SIWEBST replied to SIWEBST's topic in Frontend
    Just for jQuery beginers: SWS simple FALLING TEXT menu http://www.siwebst.eu/swsfall.html
  2. SIWEBST replied to SIWEBST's topic in Frontend
    Thanx to hear some have fun with our Falling text. Here you can find some of our Animated advertising samples. Try out our website and take a look of all our stuff. Regards Si web studio team ------------------------- http://www.siwebst.eu
  3. SIWEBST posted a topic in Frontend
    Hi, here is our script for FALLING TEXT. Use it on your website and let us know Just copy & paste source to new html file and run it. For more see our FALLING TEXT EDITOR at http://siwebst.eu/swsfall/index.html. Si web studio Team ----------------------------------------------------------- <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>FALLING TEXT by Si Web Studio</title><script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script> <style> body { margin:0 auto; width:100%; height:100%; font-size:12px; font-weight:bold; font-family:"Helvetica", sans-serif; color: ORANGE; text-align: center; background: #111; } #divbox { z-index:1000; text-align:left; position:absolute; width:auto; top:160px; left:160px; font-size:60px; color:BLACK; text-shadow: CYAN -1px -1px 0.7em; font-family:"Impact", sans-serif; font-weight:bold; } #divmove { z-index:1000; text-align:left; position:fixed; width:auto; top:70%; left:50%; font-size:400px; color:BLACK; text-shadow: CYAN -1px -1px 0.7em; font-family:"Impact", sans-serif; font-weight:bold; } </style> <script> var swsfallingtext = "S I W E B S T jQuery F A L I N G T E X T :)" var text = new Array(); text = swsfallingtext.split(' '); function swsfall(loop) { var swstext = text[loop]; $('#divmove').html(swstext).animate({ top:160, left: 160 + $('#divbox').width(), fontSize:60 },400, function(){ loop = loop + 1; if(loop < text.length){$('#divbox').append(swstext).append(' '); swsfall(loop);} else {$('#divmove').empty();$('#divbox').append(text[text.length-1]);} }).removeAttr('style'); } </script> </head> <body onload="swsfall(0);"> <div id="divbox"></div> <div id="divmove"></div> </body> </html>
  4. SIWEBST posted a gallery image in Web Design Showcase

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.