Tag Cloud for this topic:
|
function EJEJC_shown()
|
lemonbar
member
Posts: 327
|
What other things can we do to control the area, width and shape of where the innerHTML text go's and look like. I tried using a <br> but it didnt work. I want to box it up in the center instead of having it all the way to the left or right?
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML", "<b>IMPORTANT</b>: Make sure that you selected the correct <b>COLOR</b>.");
jQuery("#country1").attr("innerHTML", "Country");
jQuery("#state1").attr("innerHTML", "Zip Code");
}
Also, is there a setting to auto-size the length so that there never is scroll bars?
# POSTED ON: August 27, 2008 @ 09:27 GMT -7 MODIFIED ON: August 27, 2008 @ 09:34 GMT -7
|
lemonbar
member
Posts: 327
|
Can I get a reply within 7 full days on this.. And one that actually helps with information I can use.
Maybe you need to start of a Tips and Tricks sections to store nifty ideas on how we can use your cart.
# POSTED ON: August 30, 2008 @ 14:34 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 922
|
lemonbarWhat other things can we do to control the area, width and shape of where the innerHTML text go's and look like. I tried using a <br> but it didnt work. I want to box it up in the center instead of having it all the way to the left or right?
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML", "<b>IMPORTANT</b>: Make sure that you selected the correct <b>COLOR</b>.");
jQuery("#country1").attr("innerHTML", "Country");
jQuery("#state1").attr("innerHTML", "Zip Code");
}
You have the HTML source of our car, you know JavaScript, it's up to you what all you can modify.
lemonbarAlso, is there a setting to auto-size the length so that there never is scroll bars?
No
# POSTED ON: September 2, 2008 @ 15:44 GMT -7
|
|