Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 20 of 20
Search took 0.60 seconds.
Search: Posts Made By: Paramasivan
Forum: JavaScript frameworks 11-27-2011, 05:11 PM
Replies: 2
Views: 391
Posted By Paramasivan
I have done with the following code: ...

I have done with the following code:



$('#plusexp').click(function() {
var $cols3 = $('.cols3');
if ($cols3.is(':visible')){
$('.cols4').show();
};
$cols3.show();
Forum: JavaScript frameworks 11-27-2011, 02:51 AM
Replies: 2
Views: 391
Posted By Paramasivan
jQuery hide / show elements

I have 2 elements cols3 and cols4. If either one is hidden then by clicking a button that element is to be displayed.
But if both elements are hidden then by clicking a button only element col3 is...
Forum: HTML & CSS 10-21-2011, 06:54 PM
Replies: 7
Views: 376
Posted By Paramasivan
For the "Preferred Date *" you require jQuery...

For the "Preferred Date *" you require jQuery datepicker()
Forum: JavaScript frameworks 10-17-2011, 01:23 AM
Replies: 3
Views: 507
Posted By Paramasivan
When I press any key, it is not displaying which...

When I press any key, it is not displaying which key is pressed.
Forum: JavaScript frameworks 10-17-2011, 12:43 AM
Replies: 3
Views: 507
Posted By Paramasivan
jQuery keyup method

I used the following code:

-----------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Forum: JavaScript frameworks 10-04-2011, 06:44 PM
Replies: 4
Views: 1,113
Posted By Paramasivan
How to delay the display of background image from...

How to delay the display of background image from gray image to color image with delay() function?

I have 3 divs in a row those have contents and only the the background image need to be changed...
Forum: JavaScript frameworks 10-04-2011, 05:37 PM
Replies: 4
Views: 1,113
Posted By Paramasivan
Correction: url(../images/leftboxbg.png)" ...

Correction:

url(../images/leftboxbg.png)"

url(images/leftboxbg.png)"
Forum: JavaScript frameworks 10-04-2011, 05:31 PM
Replies: 4
Views: 1,113
Posted By Paramasivan
jQuery background image from gray to color

Hi,

I would like to change the background image from gray image to color image in slow fadein.

The css is

.leftbox {
width:315px;
float:left;
height:169px;
Forum: JavaScript programming 08-22-2011, 08:33 PM
Replies: 6
Views: 450
Posted By Paramasivan
Thanks! It works.

Thanks! It works.
Forum: JavaScript programming 08-22-2011, 07:36 PM
Replies: 6
Views: 450
Posted By Paramasivan
It is not working in chrome and safari. When one...

It is not working in chrome and safari. When one image is clicked, the border around the other images should vanish.
Forum: JavaScript programming 08-22-2011, 07:16 PM
Replies: 6
Views: 450
Posted By Paramasivan
I have done with : // JavaScript Document...

I have done with :


// JavaScript Document
function nilborder()
{
var image1null = document.getElementById('Image1');
image1null.style.border = "solid 2px white";
var image2null =...
Forum: JavaScript programming 08-22-2011, 06:31 PM
Replies: 6
Views: 450
Posted By Paramasivan
Image highlighting on clicking radio button

Hi all,

I have the following code in my html.

<form name="createaccount" action="" method="post">
<div class="formrow">
<label>Select an Avatar:</label>
...
Forum: JavaScript programming 08-04-2011, 10:27 PM
Replies: 2
Views: 352
Posted By Paramasivan
Thank you, it works.

Thank you, it works.
Forum: JavaScript programming 08-04-2011, 07:54 PM
Replies: 2
Views: 352
Posted By Paramasivan
Banner Rotator

Hi all,

I am using Javascript for rotating 2 images.

In the head section,

var maxAdNo = 1

var adNo
Forum: HTML & CSS 05-05-2011, 06:15 PM
Replies: 8
Views: 1,523
Posted By Paramasivan
When the cursor is in its sub menu, I want to...

When the cursor is in its sub menu, I want to retain the hover state of the sub-menu as well as the hover state of the main menu (when cursor is in its sub-menu).

In the original code of Dynamic...
Forum: HTML & CSS 05-05-2011, 05:40 PM
Replies: 8
Views: 1,523
Posted By Paramasivan
Please see...

Please see http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/

I used nothing but same, only menu items changed.
Forum: HTML & CSS 05-05-2011, 05:37 PM
Replies: 8
Views: 1,523
Posted By Paramasivan
Not yet hosted.

Not yet hosted.
Forum: HTML & CSS 05-05-2011, 05:28 PM
Replies: 8
Views: 1,523
Posted By Paramasivan
.jqueryslidemenu{ font: bold 13px Arial,...

.jqueryslidemenu{
font: bold 13px Arial, Helvetica, sans-serif;
width: 950px;
height:56px;
margin:0 auto;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
Forum: HTML & CSS 05-05-2011, 04:38 PM
Replies: 8
Views: 1,523
Posted By Paramasivan
Can you please mention the code?

Can you please mention the code?
Forum: HTML & CSS 05-05-2011, 12:14 AM
Replies: 8
Views: 1,523
Posted By Paramasivan
jQuery Multi Level CSS Menu #2

I used jQuery Multi Level CSS Menu #2 from Dynamic Drive ( url http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/ )

I could not retain the hover state of the main...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT +1. The time now is 05:35 AM.