Title: placement of combobox [SOLVED] Post by: svsnead on February 25, 2016, 06:48:59 AM I have been trying to place a combobox that I using to a location. I can change the width and height but I can not change the left right bottom or top. How do you place a combobox. I will have more than one combobox and need to place each on so overriding the css is not going to work. Someone's help would be really appreciated. I tried using a class to set the top and left position but it does not work.
Here is the code: Code:
I guess it is the 'textbox combo' class that needs to have the style left and top, but I'm not sure how set it. I have googled that heck of it and I cannot find and example or info on how to place a combobox as far as top and left position. Any help would be appreciated. (http://www.bshdfcle.org/wp-content/themes/html5blank-bshdfc/src/test/combobox.jpg) Changing the combo css works but that would change all combo boxes. Code: .combo { I tried addClass to the combobox span so that is would add the top and left positions but it did not work either. I tried 'span:first' but that did not work at all. Code: $('#cc').combobox({ Title: Re: placement of combobox Post by: svsnead on February 25, 2016, 11:36:41 AM I tried to use the position method to see if it would offset the element but it does not move at all.
Code: <div> Whew! I cannot figure it out for sure. I cannot believe that there is not a way to set the top or left style. When I use the width this work for width just not for top or left. I tried this: Code: <div> Title: Re: placement of combobox Post by: jarry on February 25, 2016, 03:18:04 PM Please put the c1 class for the parent container of combobox component.
Code: <div class="c1"> Title: Re: placement of combobox [SOLVED] Post by: svsnead on February 25, 2016, 03:30:05 PM Oh my I sure made that difficult... Thank you Thank you Thank you..... That was one think I did not try.
|