very nice ... waiting for the next articles
--------------- Added [DATE]1209706830[/DATE] at [TIME]1209706830[/TIME] ---------------
i have a question .. when i but javascripts codes for Ads and check the page in w3schoole i see there are errors
how i but the javascripts codes without errors in validation ?
--------------- Added [DATE]1209717337[/DATE] at [TIME]1209717337[/TIME] ---------------
what the function of this code ?
Code:
.aimgbox {position: relative;overflow:auto;height:auto;width:98%;padding:5px}
img.aimg {max-width:96%;cursor:pointer}
<!--[if lte IE 6]>
.aimgbox {width:99%}
img.aimg{width: expression(this.width > 530 ? 510: true)}
<![endif]-->
is it for resizer images ?
how i use it ?