Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Newbie needs help

  1. #1
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Talking Newbie needs help

    Hi! I'm new to CSS, and I need a bit of help. I'm designing a website for my work through GoDaddy.com, and I'm not finding it very user friendly at all. I am struggling the most with the differences between FireFox and Internet Explorer. I have read about fixed/elastic/liquid codes, but somehow I haven't found a code to help me out (or maybe I'm just doing it wrong). A lot of the products on the page don't line up and are scattered. I'm just wondering if there is anyone who has used GoDaddy and are familiar with it. Of course, I also appreciate any help I can get. Thanks!
    Last edited by mvangl; 01-06-2009 at 01:34 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    If you want help, please tell us what the specific problems are and:

    Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out.

  3. #3
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    The website is in very early stages so please excuse the mess but here it is: www.shop.waste-decals.com

    --It has the most problems with Internet Explorer.

    As you can see, on the main page the copy starts right away to the right of the image. I'm not sure how I can fix this since everything is templated and I can't really pick where I want the copy to start. I'd like for it to be centered and under the image.

    When you click on a product, it takes you to the product page. Everything should be three across (like how it is in FireFox), but in IE it shows two (or one) across, then the third product is completely on its own underneath the first two.

    I hope this was detailed enough. Thanks!

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I checked in Fx3 and IE7 and I don't see any differences. Could you please post some screenshots?

  5. #5
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I had forgotten to mention that I am designing and viewing through Firefox on a Mac and viewing in IE through several different PCs. Sorry about that!

    But here are the screenshots; hope they help clear up some of the confusion.

    EI from a PC

    FF from a Mac

  6. #6
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Ok so the problem is in IE6. Add this to the css code:
    Code:
    .products .product img{
        width: 100%;
    }
    Good luck!

  7. #7
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much! That solved my biggest problem on the products page.

    I hate to be a pest, but just one more question...on my main page the copy starts immediately to the right of the image in both browsers. I would like it to be underneath and centered.

    Here's a screenshot:
    Main page

    Again, thank you! I really appreciate all your help.

  8. #8
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    What is the "copy"?

  9. #9
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Oh, sorry about that

    Copy=Text/Writing

    Still in my print designer mode...thanks!

  10. #10
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Ok, try removing this:
    Code:
    .content-category-header, .description {
    margin-left:80px;
    }

Bookmarks

Posting Permissions

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