No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
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 - … | |
How can i promote a my website <snipped url> here is information about IIT, IIM, NIT.. | |
[B]What is the PHP Script to GET OS Bit Version?[/B] | |
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. | |
[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: … | |
| |
If You have any qus. about CSS or HTMl please mail me [email removed] :icon_razz: | |
You can use it in <head>[CODE]<!--[if IE]> <style type="text/css"> .content{ background: red;}</style> <![endif]--> [/CODE] |
The End.