Search results

  1. R

    Disable hover state for touch devices

    Hi all! I've been working a little on my portfolio site http://www.robertnorgren.com/ Is there a media query to target all touch devices and disable the hover effect when tapped? Currently, if you scroll down the site, the thumbnails gets the hover state even though the intention is not to tap...
  2. R

    Fix header div when scrolling

    Thank you. That got me thinking and I figured it out setting the first column as fixed and putting "left: 33%" on the two other columns to reposition them.
  3. R

    Meta / Google search results

    Hi all! I've been working a little on my portfolio site http://www.robertnorgren.com/ I’ve set a meta description tag but Google doesn’t fetch it. Is there a way I can force Google to use whatever I put there? Currently Google uses the text from the website which includes the navigation links...
  4. R

    Fix header div when scrolling

    Hi all! I've been working a little on my portfolio site http://www.robertnorgren.com/ I have set up three columns holding the header, a middle thumbnail column and a right thumbnail column. Based on the current code, is there a way I could fix the header column? If I set "position:fixed"...
  5. R

    Vertical scroll - Browser issue

    Hi there, I'm experiencing a quite stubborn performance issue with my new personal website. The vertical scroll (by pressing the Contact link and logo) sometimes lags. I've seen this on my mini PC laptop (1GB RAM and other shit specs) and on Macbook 8GB RAM 17'' but works fine on...
  6. R

    Center thumbnails within div

    Seems not to be working when img are inside list items. :(
  7. R

    Center thumbnails within div

    Thank you, I've cleaned up the code a bit. Any further input is always appreciated. :)
  8. R

    Center thumbnails within div

    Hi, I've been struggeling with this for some time now and I just can't get it to work. How the **** do I get the thumbnails to center within the rgba div? URL: http://www.robertnorgren.com/hemsidainthemaking2/index.html Thanks
  9. R

    PrettyPhoto - Resize images to fit browser window

    Hi, I'm really having a hard time to make the photos fit 100% of the browser width or height. Here's the test URL: http://www.robertnorgren.com/hemsidainthemaking/index.html I'm using PrettyPhoto, a lightbox clone. Any ideas how to accomplish this?
  10. R

    bxslider and lightbox

    Closed Second issue was solved when thumbnail pager was placed in an outside div.
  11. R

    bxslider and lightbox

    Lightbox solved Nevermind the Lightbox thing. It somehow just solved itself. But the issue with the toggle javascript snippet still remains. Any help here is appreciated. (:
  12. R

    bxslider and lightbox

    Hi, I'm creating a new personal website. It seems that a jquery slideshow plugin I'm using, bxslider, is interfering with Colorbox (Lightbox clone). URL: http://www.robertnorgren.com/testhemsida/index.html#photographywrapper 1. When pressing one of the photo thumbnails, Colorbox...
  13. R

    Lightbox won't work when # in URL

    Solved It was simply an interferance by different versions of jquery lib.
  14. R

    Lightbox won't work when # in URL

    Hi there, I'm designing a new personal website (so please don't mind the current design atm), and I realized that the Lightbox clone Colorbox won't work when there's a hash tag (#) in the URL. URL: http://www.robertnorgren.com/robertnorgren.com/ When you press the thumbnail being on the...
  15. R

    Background of div should "overflow" and more

    Hi! I'm working on a new website project and I've encountered a few - hopefully - minor issues. I'd appreciate any help I can get. URL: http://www.robertnorgren.com/createfromsketch2/index.php 1) I would like the background of each wrapper/section (the cloud) to be fully visible...
  16. R

    A:visited issues

    Hi! I've got a strange problem regarding visited link color on a website I'm currently working on. Looks OK: http://www.robertnorgren.com/orochi/index.php Defected: http://www.robertnorgren.com/orochi/index Seems to be a browser issue... IE9 OK while in Firefox issue is...
  17. R

    Load content onClick?

    Hi! Here's a (perhaps) tricky question for you. I'm looking for a way to force the browser to load a php-included site only when a certain link is clicked. Page affected: http://www.twistmagazine.se/gallery/2011/archive As you may see, as time goes by, the entries multiply. Therefore loading...
  18. R

    Horizontal align issue Firefox vs IE9

    PixelPusher, thanks! I always appreciate feedback. I'll look into your suggestions with <p> and text-indent (haven't realized yet that property existed). Regarding my topic, issue was resolved when I changed the script code for div.translate.
  19. R

    Horizontal align issue Firefox vs IE9

    Hi all! I just discovered an issue on one of my sites regarding horizontally alignment of a div. It looks OK in Firefox, Safari and in Chrome but in IE9 and in Opera the div has been positioned too far to the left. I just can't figure out what's causing this so if anyone enjoys to...
  20. R

    .css?1 - what does this mean?

    Hi, I'm using a Facebook comment plugin with requires some extra work every time I update the stylesheet. The stylesheet is linked within the plugin and currently the URL looks like this: http://www.robertnorgren.com/css/fb_comments.css?48 Everytime the stylesheet is updated, you...
Top