brt00 Posted September 9, 2014 Share Posted September 9, 2014 Witam, Chciałem zrobić w preście menu jak na tej znalezionej przeze mnie stronie: www.setbrand.pl Chodzi głównie o funkcjonalność, że zostaje one ciągle na górze, proszęo wskazówki jak to zrobić. Wersja Presty 1.5.6 Link to comment Share on other sites More sharing options...
korni Posted September 9, 2014 Share Posted September 9, 2014 zwykłe position: fixed; w menu 1 Link to comment Share on other sites More sharing options...
brt00 Posted September 10, 2014 Author Share Posted September 10, 2014 (edited) Nadałem position: fixed dla #page_header, dokładnie wygląda to tak: #page_header { position:fixed; z-index:999; margin: 0 auto; width:100%; display:block;} Wszystko na pierwszy rzut oka wygląda pięknie, funkcjonalność rzeczywiście działa ale jest mały problem. Cała zawartość, która była pod headerem przesunęła się pod niego, tak jak na załączonym obrazku. Jak to zniwelować? Edited September 10, 2014 by brt00 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2014 Share Posted September 10, 2014 dla treści ustaw margin-top z wartością która opdpowiada wysokości headera z position:fixed; Link to comment Share on other sites More sharing options...
endriu107 Posted September 10, 2014 Share Posted September 10, 2014 Masz kilka możliwości, np ustawić margin-top dla bloku który przesunął sie w górę, albo position i top, albo wstawić tam dodatkowy blok o określonej wysokości, albo już jest tam jakiś blok któremu wystarczy nadać wysokość, jak podasz link do sklepu to podpowiemy konkretniej. Link to comment Share on other sites More sharing options...
Recommended Posts