Yellow Box
Jul 20, 2005
I would to implement a yellow box to contain some description for visitor to
browse though a list of choices. Every time a visit clicks on the choice, a
yellow text box will appear on the current browser containing some
information for them. (NOT a Pop up window.)
I don't know how to implement this kind of yellow box. The nearest idea of
yellow box is using title="text" as below... (but the yellow box in this box
will disappear after a few seconds.)
<a href="abc.html" title="My description in Yellow box">My Links</a>
View 1 Replies
Aug 6, 2010
When we use the alert(message) method to pup out a message.
The message window has always a yellow triangle symbol. Inside the triangle there is a punctuation mark "!".
I feel this triangle is ugly. Can I remove it?
View 1 Replies
View Related
Jun 4, 2010
How in Javascirpt can I make only the first data in an array the color green and the rest yellow?
example
var price=new Array (12, 15, 23, 25);
I want the first data in the array which is 12 to be the color green and the other data in the array (15, 23, 25) to be yellow.
View 2 Replies
View Related
May 13, 2010
I have a HTML table with 800 rows. How can I delete rows that has no Activity & no $ in JavaScript(Red Colored Rows)? Please note I can have 1 or more than 1 assessments with 1 or more than 1 activity. Sample data.
NameAddressAssessmentActivity$
BelaTorontoFirst AssessmentActivity 110
AsifTorontoFirst Assessment
[code]....
View 1 Replies
View Related