ďťż
Podstrony
|
telcocafeChciałbym, aby pewna grafika była niezależnie od rozdzielczości w jednym miejscu(prawym dolnym rogu). Jak coś takiego zrobić?Użytkownik kiperoman edytował ten post 22 luty 2006, 18:18 body { background: url(fotka.png) no-repeat fixed right bottom; } body { background: url(fotka.png) no-repeat fixed right bottom; } body { background: url(fotka.png) no-repeat fixed left top; } nie jestem pewien, ale chyba tak ma być Użytkownik simo_n edytował ten post 23 luty 2006, 09:49 body { background: url(fotka.png) no-repeat fixed left top; } nie jestem pewien, ale chyba tak ma być Wsadź DIV HTML: <div id="costam"></div> CSS: #costam { width: 100px; height: 100px; position: fixed; top: 0; left:0; background: url(fotka.png) no-repeat; } ale zadziała tylko w Operze i FF. No i może w IE7 :P Inaczej "normalnie" w czystym html i css się nie da. Użytkownik Snapshot edytował ten post 23 luty 2006, 17:20 |
|||
Sitedesign by AltusUmbrae. |