===== Wikka CSS Issues ===== {{lastedit}} Issues and discussion related to Wikka CSS stylesheets <<**Related pages**: -General bugs/issues see: WikkaBugs -Wikka CSS specification see: WikkaSkins -New layout proposal for Wikka: WikkaSkinOptimization **Also relevant**: -an unofficial [[http://skins.openformats.org/wikka.php?wakka=HomePage | Wikka Skin Repository]] <<::c:: ---- ==min-width and max-width== You should not use fixed width in .floatr and .floatl classes. Instead, I suggest the use of max-width and min-width : %%(css).floatl {float: left; margin: 0.5%; padding: 0.5%; background: #EEE; min-width: 100px; max-width: 300px;} .floatr {float: right; margin: 0.5%; padding: 0.5%; background: #EEE; min-width: 100px; max-width: 300px;}%% Try with the code ""<<{{calendar}}<< "" --DotMG == A Better Horizontal Menu == I find that the current Wikka horizontal menu allows very limited layout control. A well formed CSS menu should IMO: 1) be put in a dedicated ##