Convert TABLE do DIV

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cezary

    Convert TABLE do DIV

    Hello.

    On this example http://www.intertek.com.pl/test/test4.html I would like to
    have the same effect in DIV "Title1" like is in table "Title2". However
    "Title1" after converted to DIV then he doesn't work fine in some browsers
    (IE 5.x, 6.0, Mozilla 1.6 and Opera 7.23).

    What's wrong is in this code ?
    Any suggestions appreciated.

    Greets,
    Cezary


  • Harlan Messinger

    #2
    Re: Convert TABLE do DIV

    "Cezary" <cezaryk@imail. net.pl> wrote:
    [color=blue]
    >Hello.
    >
    >On this example http://www.intertek.com.pl/test/test4.html I would like to
    >have the same effect in DIV "Title1" like is in table "Title2". However
    >"Title1" after converted to DIV then he doesn't work fine in some browsers
    >(IE 5.x, 6.0, Mozilla 1.6 and Opera 7.23).
    >
    >What's wrong is in this code ?
    >Any suggestions appreciated.[/color]

    If you want one block to float inside another one, it has to be
    *inside* the other one. None of your DIVs is nested inside any of the
    others.

    --
    Harlan Messinger
    Remove the first dot from my e-mail address.
    Veuillez ôter le premier point de mon adresse de courriel.

    Comment

    Working...