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.

cbuck18

Members
  • Joined

  • Last visited

Everything posted by cbuck18

  1. Hi, I hoping someone could help me out with this problem I have been having. I have a div based layout and the main content is 998px wide. However, I want to have a top to bottom gradient (which I have a 1px wide image repeating), and I want to have two images coming of the side of the main content. However when I put those images in a div and positioned them where I wanted them to be, I realized that they would force a scrollbar. But, for some reason now (as you can see in the pictures) the left image doesn't force a scroll bar, but the right image does. I am sure there is probably a better way to do this, but I don't have very much website experience. I have included examples, and some of my css/html code. Let me know if you need anything else. Any help would be greatly appreciated. Thanks. http://imgur.com/KQfc1.jpg http://imgur.com/UiQ4H.jpg .bg { position: absolute; left: 50%; } .bgalign { height: 100%; width: 100%; } .innerbg1 { position: relative; left: -640px; } .innerbg2 { position: relative; left: 408px; } .leaf1 { float: left; height: 345px; width: 234px; top: 513px; position: absolute; background-image: url(images/leaf1.png); } .leaf2 { height: 355px; width: 234px; position: absolute; top: 610px; background-image: url(images/leaf2.png); <body> <div class="bg"> <div class="bgalign"> <div class="innerbg1"><div class="leaf1"></div></div> <div class="innerbg2"><div class="leaf2"></div></div> </div> </div> //content is down here

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.