Results 1 to 6 of 6
  1. #1
    Member
    Join Date
    Dec 2010
    Location
    Leicester
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Any suggestions or ideas?

    I am wondering if anyone could help me with something!

    I am helping someone create a site. I have created loads of sites and know languages, but I am wondering what the best way is to do this job.

    The client is starting a business solutions/PA company, who run companies admin, financies etc as well as design and web (which he will be outsourcing me all the work). He wants his site very clean and smart..

    In the services page he wants the services listed like iphone/ipad icons (the rounded sqaures). Instead of clicking through to a page however, he just wants it so when you hover over the icons, a box appears with a paragraphic explaining that job. Kind of like lightbox/fancybox, but just a smaller box on the right of that icon... and it appears on hover not when clicked. Whats the best way to go around this.

    I thought of creating a javascript for this, but if someone hasnt got java enabled it wont work. I thought of flash because it will be easy but then I'm trying to keep away from flash now because of HTML5.

    Does anyone have any suggestions for this?

  2. #2
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by TimmyC View Post
    I am wondering if anyone could help me with something!

    I am helping someone create a site. I have created loads of sites and know languages, but I am wondering what the best way is to do this job.

    The client is starting a business solutions/PA company, who run companies admin, financies etc as well as design and web (which he will be outsourcing me all the work). He wants his site very clean and smart..

    In the services page he wants the services listed like iphone/ipad icons (the rounded sqaures). Instead of clicking through to a page however, he just wants it so when you hover over the icons, a box appears with a paragraphic explaining that job. Kind of like lightbox/fancybox, but just a smaller box on the right of that icon... and it appears on hover not when clicked. Whats the best way to go around this.

    I thought of creating a javascript for this, but if someone hasnt got java enabled it wont work. I thought of flash because it will be easy but then I'm trying to keep away from flash now because of HTML5.

    Does anyone have any suggestions for this?
    It would be possible to do with CSS3 however I'd just stick with jQuery, even if JS was turned off it could possibly still work depending on how you did it with

    Code:
    #myPopup{
        display:none;
    }
    
    #myPopup:hover{
        dispay:block //whatever you want etc etc
    }
    Personally I'd just stick with jQuery, the amount of people with JS turned off would be minimal.

  3. #3
    Junior Member
    Join Date
    Feb 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    jQuery for me as well, or just do some simple javascript to show and hide div's depending on the class.

  4. #4
    Member
    Join Date
    Oct 2009
    Posts
    55
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I agree I'd definately choose jQuery...

  5. #5
    Senior Member
    Join Date
    Feb 2011
    Location
    Bedford, UK
    Posts
    203
    Thanks
    1
    Thanked 0 Times in 0 Posts
    go with what your doing, but advise your client of the risk and let him take the decision?

  6. #6
    Junior Member taklamakan's Avatar
    Join Date
    Jul 2011
    Location
    UK
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    jquery

    as my preceeding speakers said... jquery
    Hypernova Design - High Definition Graphic Designs
    Graphic Design|Print|Web|Logo|3D Modeling|Photo Editing|Animation

Similar Threads

  1. Any Suggestions?
    By desi in forum Graphic Design Forum:
    Replies: 19
    Last Post: 10-15-2011, 09:34 PM
  2. Suggestions?
    By stenz in forum Website Design Forum:
    Replies: 2
    Last Post: 08-22-2011, 06:07 PM
  3. FAT font suggestions
    By upinmcleod in forum Font Forum:
    Replies: 11
    Last Post: 06-07-2010, 02:23 PM
  4. Advice/suggestions please
    By Martyn in forum Website Design Forum:
    Replies: 5
    Last Post: 04-10-2010, 03:15 PM
  5. Would like everybody's opinion/suggestions
    By CYoung in forum General Business Forum:
    Replies: 4
    Last Post: 05-11-2009, 04:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •