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.

Samus

Privileged
  • Joined

  • Last visited

Solutions

  1. Samus's post in Separate IE Style Sheet was marked as the answer   
    Nope, just the specific styles to make IE behave alongside your main css file
  2. Samus's post in Center a div within a div - CSS help! was marked as the answer   
    remove your floats.
     
    add
     
    float: none; to this
    #lower1{ width: 1000px; background-image: url(../images/lower1.jpg); height: 172px; margin:auto; float: none; }  
     
  3. Samus's post in Hover effect was marked as the answer   
    A simple one in plain css:
     
    transition: all .3s ease-out  
    Add a background and it looks very formal but fancy at same time.
     
    http://jsfiddle.net/Samus/bvDyy/
  4. Samus's post in Help needed on PHP Form Script was marked as the answer   
    shouldn't
    mail ( "contact@r-m-t.org.uk", $_subject, $_from );
     
    Be something like..
     

    mail($email, $_subject, $_message1, $_from);
     
    Also. I highly hope this is just for practicing purposes. As that script is highly insecure in the situation you decided to actually store any of that data.

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.