Zbudowałam stronkę na divach w cssie, porozmieszczałam divy w divach jednak... CSS działa tylko w przeglądarce Internet Explorer.
Pod firefoxem i chrome divy są jeden pod drugim.
Kod css:
.Top{ text-align: center; margin: 0 auto; width: 1024px; } .Con{ text-align: center; margin: 0 auto; width: 1024px; } .Stopka{ text-align: center; margin: 0 auto; width: 1024px; } #1{ position:absolute; left:0px; top:0px; text-align:center;} #2{ position:absolute; left:370px; top:0px;} #3{ position:absolute; left:727px; top:201px;}
Kombinowałam już z nadawaniem każdemu divowi wysokości i szerokości ale nie działa nadal...