![]() |
formularz problem z CSS - Wersja do druku +- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl) +-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www) +--- Dział: xHTML, CSS, JavaScript (https://www.webmastertalk.pl/forum-xhtml-css-javascript) +--- Wątek: formularz problem z CSS (/thread-formularz-problem-z-css) |
formularz problem z CSS - Kruszin - 07-01-2012 RE: formularz problem z CSS - Engine - 07-01-2012 <link rel="stylesheet" href="style.css" type="text/css" /> <link href="css/main.css" rel="stylesheet" type="text/css" /> główny styl jako pierwszy, no i style umieszczaj w sekcji head, a jeśli nadal będą się mieszać - cały formularz wrzuć w div i daj mu np. class="my_form" i później w css odwołuj się np: .my_form label |