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.
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;
}
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.
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.
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)![]()