Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Tags
Member Avatar for allhimachal.com

In the AJAX example below we will demonstrate how a web page can communicate with a web server online as a user enters data into a standard HTML form. [B]Example Explained - The HTML Form[/B] [CODE]<form> First Name: <input type="text" id="txt1" onkeyup="showHint(this.value)"> </form> <p>Suggestions: <span id="txtHint"></span></p> [/CODE] [B]Example Explained - …

Member Avatar for Hangfire
0
171
Member Avatar for allhimachal.com

How can i promote a my website <snipped url> here is information about IIT, IIM, NIT..

Member Avatar for marketpostcard
0
371
Member Avatar for allhimachal.com
Member Avatar for allhimachal.com

hello i am export file in php to CSV with this code: [CODE] <?php header("Content-type: application/x-msdownload"); header("Content-Disposition: attachment; filename=extraction.csv"); header("Pragma: no-cache"); header("Expires: 0"); echo "allhimachal.com"; ?> [/CODE] How i can export the color of allhimachal.com is red and font is bold in CVS file. please help me.

Member Avatar for filippo.toso
0
70
Member Avatar for allhimachal.com

[CODE] <html> <head> <style type="text/css"> #coolmenu{ border: 1px solid black; width: 170px; background-color: #E6E6E6; } #coolmenu a{ font: bold 13px Verdana; padding: 2px; padding-left: 4px; display: block; width: 100%; color: black; text-decoration: none; border-bottom: 1px solid black; } html>body #coolmenu a{ /*Non IE rule*/ width: auto; } #coolmenu a:hover{ background-color: …

Member Avatar for macneato
0
132
Member Avatar for shruti sepra

Hi, Iam trying to make rounded navigation using css, but facing few problems pls see the attach file problems are 1) Their is gap on left side 2) Background in not visible in Mozilla browser

Member Avatar for shruti sepra
0
79
Member Avatar for allhimachal.com

If You have any qus. about CSS or HTMl please mail me [email removed] :icon_razz:

Member Avatar for JonathanD
0
47
Member Avatar for allhimachal.com

You can use it in <head>[CODE]<!--[if IE]> <style type="text/css"> .content{ background: red;}</style> <![endif]--> [/CODE]

Member Avatar for MidiMagic
0
71