PHP beginner |
|
Ik neem aan dat het flashobject nadat hij klaar is automatisch linkt naar een andere pagina?
Je kan toch gewoon zoiets op diezelfde pagina zetten:
<style>
.skip
{
position: absolute;
bottom: 100px;
right: 100px;
}
</style>
<span style="skip">SKIP</span>
<style> .skip { position: absolute; bottom: 100px; right: 100px; } </style> <span style="skip">SKIP</span>
|