Search results

  1. S

    DIV issue

    if there is a way to check the height of a table or div in Javascript, then it could be done. check total height of advertisement = xxx px (example 900px) check total height of tabel 1 = 600px check total height of tabel 2 = 350px check total height of tabel 3 = 100px count(height...
  2. S

    DIV issue

    Here's the example Example As explained in example 3. It can't be checked on the height of table 1. Because it's possible that it takes 3tables to reach the end of the advertisement and the 4th table starts width the full width. And on another day it's possible that table3 starts under the...
  3. S

    DIV issue

    I tried it but it still doesn't really answer my question. Imagine you add a second table. both tables are changed to width 620px if ads are shown. But table 1 keeps expanding and shrinking dynamically. If table 1 is larger in height than the advertisement, then table 2 still has 620px width...
  4. S

    DIV issue

    hmm, Zkillers result looks good, i'll try to implement it
  5. S

    DIV issue

    I'm currently experimenting with the layout of my website but there's a problem I'm trying to resolve. The website needs to exist with and without advertisements, as shown in the examples With ads without ads I want the DIVS en TABLES to adjust in width when advertisements are shown. The text...
Top