Thread: prod info

Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: prod info

    Quote Originally Posted by mex View Post
    Hi,

    combo boxes are option boxes and are drop down boxes where you click on them and other option values drop down appear in . eg in default install graphic cards the prod items have these at bottom of the page . They are defined in option name and values in admin.
    On the page view source i get the id of them so i take it i can change them from
    stylesheet.css

    I need javascript for a drop down menu (suckerfish type).


    So all i need is the id from the page source, goto stylesheet.css to edit css from anywhere.
    I don't know if using the id='attrib-4' will style anything for you... I would style dropdown menus with the 'select' tag, and style radio boxes with the 'radio' tag. Could I see a link with more specific details as to what you'd like the drop down menus to do differently?

  2. #12
    Join Date
    Feb 2007
    Posts
    176
    Plugin Contributions
    0

    Default Re: prod info

    Hi,

    No I just want to move them (I didn't know you could style them).

    I have 1 dropdown box then a large space for button on right then another dropdown box. It looks messy.

    Did I get this right the id=attrib-4? to just set in stylesheet. Is this how it is done?

    To style anything I do just edit the stylesheet.css with a tag from page source, this is a major question of mine.

  3. #13
    Join Date
    Feb 2007
    Posts
    176
    Plugin Contributions
    0

    Default Re: prod info

    I goto the stylesheet and add this. Now this is from default install on graphics cards Matrox G400 32MB prod info page.

    #attrib-4 {position: relative: left :100px;} This should move it 100 px to the right from where it currently is, but fails to move.


    Now since this id is nested in about a dozen other id's do I include this. I forget how to do this within a complicated id structure.

  4. #14
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: prod info

    Quote Originally Posted by mex View Post
    I goto the stylesheet and add this. Now this is from default install on graphics cards Matrox G400 32MB prod info page.

    #attrib-4 {position: relative: left :100px;} This should move it 100 px to the right from where it currently is, but fails to move.


    Now since this id is nested in about a dozen other id's do I include this. I forget how to do this within a complicated id structure.
    I don't think you can use the attrib-4 to style things (and moving things is considered styling them, by the way) as I mentioned before. The divs I would try are:
    #productAttributes
    .wrapperAttribsOptions
    .optionName back

    I could really help you a lot more if your site was online. Its probably a spacing issue.

    Here's a copy and paste from another post where I helped someone who didn't like the spacing on their attributes, perhaps changing the following sections will help:

    .wrapperAttribsOptions {
    margin: 0em;
    padding:0;
    }

    label, h4.optionName {
    line-height: 1em;
    padding: 0em;
    margin:0;
    }

  5. #15
    Join Date
    Feb 2007
    Posts
    176
    Plugin Contributions
    0

    Default Re: prod info

    I got webdeveloper as advised. Now how to use this for say wanting to style things around a prod info page. Will this make things easier as i don't know how best to get the spcific id's to style.

    I will play around with what you said as well.

  6. #16
    Join Date
    Feb 2007
    Posts
    176
    Plugin Contributions
    0

    Default Re: prod info

    Quote Originally Posted by jettrue View Post
    I don't think you can use the attrib-4 to style things (and moving things is considered styling them, by the way) as I mentioned before. The divs I would try are:
    #productAttributes
    .wrapperAttribsOptions
    .optionName back

    I could really help you a lot more if your site was online. Its probably a spacing issue.

    Here's a copy and paste from another post where I helped someone who didn't like the spacing on their attributes, perhaps changing the following sections will help:

    .wrapperAttribsOptions {
    margin: 0em;
    padding:0;
    }

    label, h4.optionName {
    line-height: 1em;
    padding: 0em;
    margin:0;
    }
    Hi ,

    well tried the above code with different values to see what happens and nothing did happen. How do you get those id's to change ?

    I have spent so long with ZC (days) and i can't even move and img or a few elements anywhere.
    I appreciate your help but at the moment i can't make heads or tails of moving anything at all with ZC.

    Maybe explain and img or just how to go about with webdeveloper how to mod any imge/buton/element.

  7. #17
    Join Date
    Feb 2007
    Posts
    176
    Plugin Contributions
    0

    Default Re: prod info

    Solved the atrribute problem and you do use this name but my code had an error in it, it now works. (and i thought i was going a little crazy)

  8. #18
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: prod info

    Quote Originally Posted by mex View Post
    Solved the atrribute problem and you do use this name but my code had an error in it, it now works. (and i thought i was going a little crazy)
    Well, I'm glad it worked, but by using the attrib-4, that won't work for all product pages or for different attributes drop down boxes. So if you only want it to work for that product (or perhaps all products with the same drop down) then that's great!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. EDIT product loses all prev. prod. info...
    By Boddi in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 14 Mar 2011, 09:47 PM
  2. Different Images for Cart vs. Prod Info
    By realeyz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Nov 2009, 09:19 PM
  3. prod info pg: 2 description fields? (general, details)
    By dyno in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 10 Oct 2007, 03:47 AM
  4. Alter location of prod info page
    By spottedhaggis in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Sep 2006, 02:55 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