Hey,
How to do something like this:
<head>
<style>
img { width: <script>blaat() ;</script>;}
</style>
<script>
function blaat()
{
return 50%;
}
</script>
</head>
thnx, A.T.
ps. I'm trying to make something to let the size of images depend on the
resolution of the visitor
How to do something like this:
<head>
<style>
img { width: <script>blaat() ;</script>;}
</style>
<script>
function blaat()
{
return 50%;
}
</script>
</head>
thnx, A.T.
ps. I'm trying to make something to let the size of images depend on the
resolution of the visitor
Comment