html - CSS item placement on page -



html - CSS item placement on page -

i'm learning design web pages , of course of study came across adaptive design think clever. have 1 issue , it's placement of stuff on page. not sure right approach.

i have mobile version of this site i'm playing right now.

css:

.mobcontainer { display: inline-block; width: 100%; height: auto; margin-top: -10px; margin-left: auto; margin-right: auto; } .mobiletopbar { z-index: -1; left: -12px; position: relative; max-width: 900px; } .mobiletopnavigationabout { float: left; height: 150px; width: 30%; margin-left: 3%; position: absolute; margin-top: -15%; max-height:150px; }

see if can see i'm not doing quite right code side...... please gentle i'm old woman learning new tricks see if set in simple english language much possible.

html css

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -