Results 1 to 10 of 10

Thread: Code Help

  1. #1
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts

    Code Help

    Anyone got 5 minutes to look at an issues for me?

    When browsing my website on my phone www.stationery-direct.co.uk for some reason the password/login and forgotten password boxes don't appear, just the e-mail box, any ideas?

    Not that it really matters but also in IE6 my right hand banners section drops down, any thoughts...

    http://browsershots.org/screenshots/...132b38853247f0

    Cheers

    Damon

  2. #2
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hey,

    Had a quick look, try
    Code:
    rhs
    to this:

    Code:
    #rhs {
    position:relative;
    float:right;
    width:169px;
    clear:left;
    }
    You may need to put it in a IE specific stylesheet because the clear:left will mess everything on modern browsers, as for mobile, I would personally try adapting the site to mobile using media queries.

    Hope this helps

    Chris

  3. #3
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    Thanks Chris

    I now get this, take a look here in IE6 IE NetRenderer - Browser Compatibility Check -

    The first 2 banners are now in perfect position but the rest have dissapeared, I put....

    HTML Code:
    #rhs, #rhs img {
    position:relative;
    float:right;
    margin-top:6px;
    padding-top:0px;
    width:169px;
    clear:left;
    }
    Many thanks

  4. #4
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    With regards to mobile, the whole site displays fine except for that small part :icon_dunno:

    Anyone else have an idea?

  5. #5
    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 Boss Hog View Post
    Thanks Chris

    I now get this, take a look here in IE6 IE NetRenderer - Browser Compatibility Check -

    The first 2 banners are now in perfect position but the rest have dissapeared, I put....

    HTML Code:
    #rhs, #rhs img {
    position:relative;
    float:right;
    margin-top:6px;
    padding-top:0px;
    width:169px;
    clear:left;
    }
    Many thanks
    The Link just takes me to the homepage

    I put the code in just the #rhs

    #rhs {
    position:relative;
    float:right;
    width:169px;
    clear:left;
    }

    When my phones charged I'll take a look at the login issue

  6. #6
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    You're a star, sorted now mate, worked a treat.
    If you get 5 minutes and can point me in the right direction with the other issue then this is greatly appreciated :icon_thumbup:

    Thanks again.

  7. #7
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I had a look this morning at the site in iOS, everything seemed ok to me, do you have a screenshot of what you're seeing?

  8. #8
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    Thanks Chris

    In my blackberry I see....
    Attached Images Attached Images

  9. #9
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi,

    I had a quick look this morning, I dont really know what the solution could be, it's weird, I checked on a Nokia device and it was fine and also in iOS, could be an issue with the blackberry browser.

    Other than that, a possible reason could be because the links, login and forgotten password buttons are all images if they were text they might adapt a little better.

    Sorry

    Chris

  10. #10
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    Thanks Chris, no worries

Similar Threads

  1. QR code software
    By printer people in forum General Software & Hardware Forum:
    Replies: 7
    Last Post: 05-05-2012, 08:21 PM
  2. Do you still adapt your code for ..
    By DaveGears86 in forum Website Coding & Programming Forum:
    Replies: 7
    Last Post: 01-24-2012, 02:01 PM
  3. Google +1 code help
    By Boss Hog in forum Website Coding & Programming Forum:
    Replies: 6
    Last Post: 12-03-2011, 10:43 AM
  4. Can't code Won't code!
    By Conway in forum Website Design Forum:
    Replies: 6
    Last Post: 06-07-2010, 04:05 PM
  5. Magic Code
    By Boss Hog in forum Chill Out Forum:
    Replies: 0
    Last Post: 08-18-2008, 07:31 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
  •