Need to control Radio Button alignment |
Post Reply |
Author | |
M Robles
Groupie Joined: 13-July-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 01-October-2009 at 3:20pm |
I would like to flow the radio buttons horizontal and vertically to minimize the amount page scrolling due to large numbers of selections within a category.
I have looked at the configurePrdCode.asp and although I have not found what I am looking for I am pretty sure it is in this file.
This seems like an easy formatting solution, but it's not coming easy to me.
Thanks.
|
|
M Robles
Groupie Joined: 13-July-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Can CSS be used to control the flow of the radio buttons?
If so, where would I place the CSS within the configurePrdCode.asp? In the TD, or the Input?
I want to create a class="configPrdRadioButtons" but like I said I am not sure where it would be inserted or if it would even work.
Then use this in my PC CSS file
.configPrdRadioButtons {
display: inline; } |
|
M Robles
Groupie Joined: 13-July-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
This is something I still would like to solve.
|
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi, It's not a CSS only solution I'm afraid. If you view source you will see the buttons are on a row each in an html table. If you do modify ConfigurePrdCode.asp to get what you want then please be aware that there are two blocks of code in the file that will need modifying. I did something along these lines, but with checkboxes, several years ago on an earlier version of ProductCart but stuck to two wide.
|
|
M Robles
Groupie Joined: 13-July-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
What do you think about replacing the entire config table with div containers so that they could be positioned freely?
|
|
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
That can likely be done. It's just a matter of digging in, or asking someone to assist. I have resources I could apply to that right away if you wish help.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |