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.

tom125

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    tom125 reacted to zed in What is this feature?   
    put that whole DIV where you want it on your page. And also the required javascript stuff. and I suspect there is some css you will need to bring into your css as well.
  2. Like
    tom125 reacted to zed in What is this feature?   
    for your subscribe just give the fieldset a class and 'border-width: 0px'
     
    at a guess I'd give your #content some width and margin
     
     
     
    site's looking good btw. Not sure if the fans will be shocked by the lack of blue?
  3. Like
    tom125 reacted to zed in What is this feature?   
    okay, the transparent and arrow images. In your css they are in subdirectory images eg. 'images/selected-item.gif' For that they would need to be in a subdirectory of css.
     
    Change your links in your css to '../images' and hopefully it will find them.
  4. Like
    tom125 reacted to zed in What is this feature?   
    this sort of thing http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
  5. Like
    tom125 reacted to zed in Scrolling text problem   
    I tend to use the iframe code from here. Just paste the code where you want it in your layout.
    http://developers.facebook.com/docs/reference/plugins/like-box/
     
    RSS http://www.mnot.net/rss/tutorial/
    Twitter, have a look at their page and then Resources/Widgets
  6. Like
    tom125 reacted to zed in Scrolling text problem   
    not answering your problem, but have you thought of putting a twitter feed onto the page instead of a marquee?
  7. Like
    tom125 reacted to Wickham in Scrolling text problem   
    This displays it at the top (tested in IE7 and Firefox):-

    <body> <marquee style="display: block; margin: auto; width: 800px;" bgcolor=orange height=15 scrollamount="3">Chelsea get Man United in the Champions League Quarter Finals! </marquee> <div id="container"> <div id="header"><img src="images/logo.jpg" alt="logo"></div><!-- close header --> <ul id="nav"> <li><a href="index.html">HOME</a></li> <li><a href="news.html">NEWS</a></li> <li><a href="rumours.html">RUMOURS</a></li> <li><a href="match.html">VIDEOS</a></li> <li><a href="results.html">RESULTS</a></li> </ul> </div><!-- close nav --> <div id="content"> <h1 style="text-align:center">Home Page</h1> <!--<marquee bgcolor=orange width=800 height=15 scrollamount="3">Chelsea get Man United in the Champions League Quarter Finals! </marquee>--> <u><h3 class="headingIndent"><img src="images/sign.jpg" class="floatRight">Next Game</h3></u>
  8. Like
    tom125 reacted to zed in Scrolling text problem   
    well I was guessing that with the marquee you would have to keep amending the page whenever something new happened? If you used twitter you could write the information on there and bring it onto the page as well.
  9. Like
    tom125 reacted to zed in A couple of problems   
    browser differences. Just do some playing with #footer in your new IE7 css?
  10. Like
    tom125 reacted to zed in A couple of problems   
    if you go with #1 from that link you would link as normal to your current CSS then have the conditional link to an ie7.css (or whatever) that would just have the changes (not the whole file again).
     
    If you use the #2 method you could just have your existing css file, no condition statement but in your css file have a * line in your #content that IE7 would read.
     
    or #3 as described in the link.
  11. Like
    tom125 reacted to zed in A couple of problems   
    have a read of this http://webdesignerwall.com/tutorials/css-specific-for-internet-explorer
     
    basically you want a CSS just for IE7 and that piece of code.
     
    eg.
    <!--[if lt IE 8]> <link href="ie7.css" rel="stylesheet" type="text/css" /> <![endif]-->
     
    and in that css file put the #content definition for IE7
  12. Like
    tom125 reacted to zed in A couple of problems   
    IE8 menu shows, IE7 it doesn't and if you remove the -20px on #content it does.
     
    image link is images\sign.jpg replace \ with /

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.