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.

YamaDan

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    YamaDan reacted to andy9l in Animated Collapsible - Div   
    Just use this jQuery:

    $(document).ready(function(){ /*Copy, paste and edit the code below for the divs you need...*/ $("#a_ID").mouseover(function(){ $("#div_ID_slide").slideToggle(500); }); $("#a_ID").mouseout(function(){ $("#div_ID_slide").slideToggle(500); }); /*Copy, paste and edit the code above for the divs you need...*/ });
     
    Then use this HTML for the link to open a div:

    <a onclick="return false;" href="#" id="a_ID">Back Pain</a>
     
    And this HTML for a div which is to be opened:

    <div id="div_ID_slide" style="display:none;">Lorem ipsum...</div>
     
    Change the id attribute of the link and div, and the values $("HERE") in the jQuery according to your page. It should work...
    You could do some function to make the code shorter, but this will get the job done.
  2. Like
    YamaDan reacted to andy9l in Animated Collapsible - Div   
    Seems like a lot of unnecessary javascript to do such a simple thing.
    Anyway, to answer your question, try changing this (in your HMTL):
     

    <a href="javascript:animatedcollapse.toggle('cat')">Back Pain</a>
     
    To this:
     

    <a href="#" onmouseover="javascript:animatedcollapse.toggle('cat')" onmouseout="javascript:animatedcollapse.toggle('cat')" onclick="return:false;">Back Pain</a>
  3. Like
    YamaDan reacted to EnzoAmata in Whats the best way to intergrate a blog   
    there are three full tutorials on how to build a WP Theme:
     
    Part One : Part Two : Part Three
  4. Like
    YamaDan reacted to HogIT in Building a reputation   
    As has been discussed before there are several types of member participating in the forum.
     
    There are those that are here who participate to help others, hopefully in return for help they received now or in the future.
     
    There are those who are here for what they can get ..... job seekers etc!
     
    Could I ask members to +1 members who have provided help/solutions to problems.
     
    This will enhance the individuals forum reputation which will help diffentiate those members who contribute from thos that don't.
     

     
    Soory mods, just noticed I posted this in the wrong forum .... please don't -1 me.
  5. Like
    YamaDan got a reaction from Torrix in Using tutorials as a web designer?   
    Hi,
     
    Or you could try Nettuts and Blip.tv for tutorials.
     
    Dan.
  6. Like
    YamaDan got a reaction from Jo 90 in Holidays   
    Ok I,m still in the process of learning.
    My holiday is coming up, i've got a mobile broadband on my laptop.
    BUT my wife just said "I,m glad your not taking your bloody laptop on holiday."
    Of course not!.
    (but I was thinking about it)
    Think i'll just take a book for some light reading on css.
  7. Like
    YamaDan got a reaction from traxor in Holidays   
    Ok I,m still in the process of learning.
    My holiday is coming up, i've got a mobile broadband on my laptop.
    BUT my wife just said "I,m glad your not taking your bloody laptop on holiday."
    Of course not!.
    (but I was thinking about it)
    Think i'll just take a book for some light reading on css.
  8. Like
    YamaDan got a reaction from traxor in Holidays   
    Agreed it would have been stupid & sad.
    And would have ended in divorce.
    (maybe i will take it.)

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.