Results 1 to 6 of 6
  1. #1
    Join Date
    May 2007
    Posts
    24
    Plugin Contributions
    1

    Default IE and radio button attributes

    Take a look at this:
    http://archaeo-logical.com/index.php...&products_id=1

    Any ideas why IE is putting a carriage return after the radio button? There's nothing in the code instructing it to do so.

    Here's my style_ie.css
    Code:
    .dc { 
            float:left; 
            height:100%; 
            vertical-align: auto;
    }
    .greeting{
    position:relative;
    top:0px;
    }
    .footer_c1{
    float:left; 
    position:relative;
    top:30px;
    }
    .footer_c2{
    float:left; 
    position:relative;
    top:-30px;
    left:270px;
    }
    .attribsRadioButton {
    float:left; 
    position:relative;
    top:7px;
    left:12px;
    font-size:10px;
    }
    
    .centerBoxContentWrapper {
    overflow:auto;
    height: 1%;
    }
    .prod_disp_description    {
    position:relative; 
    top:-52px; 
    left:70px; 
    width:180px; 
    z-index:5;
    overflow:hidden;
    }
    .add_cart_box{
    position:relative;
    top:-163px;
    left:192px;
    width:200px;
    font-family:Tahoma, helvetica, sans-serif;
    font-size:11px;
    }
    .attribsRadioButton {
    float:left;
    }
    That last attribsRadioButton was just me trying different stuff to fix it, but the only thing that made any difference was adding postion:absolute attributes. That made all the attribute values line up on top of each other.

    Stumped for tonight.
    Jake

  2. #2
    Join Date
    May 2007
    Posts
    24
    Plugin Contributions
    1

    Default Re: IE and radio button attributes

    Anyone? Help please.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: IE and radio button attributes

    You only need one thread per post ... not 2 or 3 ... thanks!

    If you want to add on to it great ...

    Sometimes people do not have a clue as to what you are talking about ... so add on a better explination, do not keep posting over and over again ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    May 2007
    Posts
    24
    Plugin Contributions
    1

    Default Re: IE and radio button attributes

    Ok, this is how the attributes radio buttons look in Mozilla (Good):

    And this is how they look in IE 7 (Bad):


    Why might they be doing this in IE?
    Jake
    Last edited by jake74; 7 Jul 2007 at 05:25 AM. Reason: adding good and evil

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,717
    Plugin Contributions
    13

    Default Re: IE and radio button attributes

    Firefox will generally present what you meant to have happen while IE is not so intuitive. You have several errors in your page that can be affecting your layout. Get html validator addon for Firefox and see what fixing the errors can do for you.

    Also, a lesson learned from Ajeh, a customer can order your men's working tee without having to select a color or size. If they hit add to cart, it adds the shirt in XS and does not even mention color. Using two dropdowns, you can have the user select color and size BUT you need to force the selection. Set the first option of each to default, required and display only. Please Select a Color and Please Select a Size would be first for each. That way you won't have to contact the customer to find out what color or size they really want.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    May 2007
    Posts
    24
    Plugin Contributions
    1

    Default Re: IE and radio button attributes

    Thanks so much for that input. I hadn't even thought about that. I appreiciate it!
    Jake

 

 

Similar Threads

  1. v139h Attributes Radio Button Overlap
    By onetrack in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Apr 2012, 03:54 PM
  2. hide radio button or checkbox for my attributes?
    By balihr in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 1 Jul 2010, 07:47 PM
  3. radio button styles for attributes
    By earmsby in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 10 Nov 2009, 09:27 PM
  4. add an onfocus to radio button attributes
    By jake74 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 6 Jul 2007, 05:28 AM

Posting Permissions

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