Przeszukaj forum
Pokazywanie wyników dla tagów 'div'.
Znaleziono 3 wyniki
-
Witam Mam pewien problem (znowu...) mianowicie chciał bym aby divy ułożyły się w taki sposób jak na załączniku ma ktoś pomysł jak to zrobić w miarę szybko i prosto
-
Witam, posiadam taki oto fragment kodu html: <div id="1"> <div id="2"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></div> <div id="3"><img src="obrazek.gif" /></div> oraz fragment kodu css: div#1{ width: 1000px; height: 264px; margin:0px auto; margin-top: 20px; padding : 0px; } div#2{ float: left; text-align:left; width: 484px; color: #ffffff; padding-left: 1px; overflow: hidden; } div#3{ float: right; text-align:right; width: 516px; font-size: 10px; padding-right: 0px; padding-top: 0px; margin: auto; obrazek.gif ma rozmiar 516x484px. Niestety w każdym przypadku gdy padding dla divu o id 2 wynosi więcej niż 0, obrazek z divu 3 ucieka poza jego obszar. Siedzę nad tym już 30 minut i na nic nie mogę wpaść. Będę wdzięczny za jakiekolwiek sugestie.
-
Witajcie, mam mały problem z pozycjonowaniem relatywnym. HTML: <div id="content"> <div id="text">..</div> <div id="dsadsa"><img src="obrazki/ofirmie.png" /></div> </div> W jaki sposób pozycjonować dsadsa względem content, a nie text?