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.

comodesign

Members
  • Joined

  • Last visited

Everything posted by comodesign

  1. If you have fixed width footer just use divs (you can use lists also). No need to worry about htm5, it wil not create columns for you. Step one: Divide the footer width by three and get the width of your columns. Step two: Add three divs with that same column width and float them left (no borders, margins, or padding here please). Step four: Nest another div inside each of the fixed columns. (don't put any width on this one, but you can add padding borders and all your styling here) this way your columns always stay the same width. You will not break the box model. Exemple (you will use css of course): <footer style="width:960px"> <div style="width:320px;float:left"><div style="padding:15px; border:1px solid #999">Column One</div></div> <div style="width:320px;float:left"><div style="padding:15px; border:1px solid #999">Column Two</div></div> <div style="width:320px;float:left"><div style="padding:15px; border:1px solid #999">Column Three</div></div> <div style="clear:both"></div> </footer>
  2. Thanks for your reply. I hope that we will get some public interest in this project.
  3. Hello everyone, I'm working on this project where you can get notified when movies and shows you want are available for streaming (great idea in my opinion). I have a privilege to be responsible for the identity and web design of this product. I would like to hear from you guys, what's your first impression about the site and if the presentation is clear. We are just getting started here so if you have any ideas or comments please don't be silent. TaterFarmer Thank you.
  4. Hello everyone, my name is Vitaliy and I'm glad to be part of this group. I'm a web designer and a creative monkey. I have a good experience in web and graphic design, and currently working as webdesigner. My desire is to learn from all the experience here and also contribute, if I can, to help others. Thank you for giving me this opportunity.

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.