This tutorial will guide you create a simple popup based on CSS and Javascript
1. Create a simple div
HTML
<div id=”overlayContent” style=”display:none;z-index:110;width:100%;position:absolute;left:0;top:25;height:200px;”> …
Page: Javascript
Changing the color of the active link
Set the color of active link when the selected page loads.
write the active class style for the link.
The CSS
.active
{
color:red;
}
put all …
Use PHP functions in JavaScript
Well ! There is an open source project called PHP.JS which port PHP functions to …
