css - HTML changing from Windows to Mac -


so have written portfolio website, having trouble. wrote site on windows 7 machine however, @ home use mac. windows machine 15" screen , mac 13" different resolutions admittedly. basically, issue sidebar div have, shifts down when being viewed on mac , want when viewing on windows machine. have included screen shots idea. first on windows 7 , second on mac osx.

viewed on windows

farm8.staticflickr.com/7373/8753141625_140ecbb3ce_b.jpg (viewed on mac)

i changed few things. here code, , explain have tried:

<div id="hello" class="container clearfix scroll-content">  <h1>hello!</h1>  <h2>allow me introduce myself:</h2> <h2>my name <span class="cas">dom greenslade</span></h2> <h3><span class="experience">5</span>years of web development expereince</h3> <h3><span class="me">bachelors degree</span> in <span class="me">computer science</span> specialising in programming , scripting</h3> <br> <h3>born, bred , reside in: poole, dorset</h3><br> <h3>currently employed by: foray motor group web , ecommerce developer</h3>   <br>   <div class="process"> how it's done  <img src="images/process2.png" height="460px"> </div>  </div> 

and css:

.process{ position: relative; bottom: 460px; left:900px; width: 150px; height: 500px; } 

to see full code, let me know , can copy complete website in here, or can view development site @ www.domgreenslade.webuda.com

so heres have tried: changed position absolute floated right , deleted position. changed of values percentages instead of px.

heres gets interesting. clutching @ straws see going on , within inspect element within chrome (the browser designed site in) , sizes of headings different 2 operating systems. different resolutions, when change resolution on macbook, sidebar (process) stays is. first on windows, second on mac. notice difference in sizes of h1? 46px , 43px depending on os? how can combat this? messing site up!

windows view

(http:/farm4.staticflickr.com/3707/8754266312_7921962613_b.jpg viewed on mac

really , stuck now, missing or have done wrong? appreciated.

many thanks

alternatively, can use css reset file balance out inconsistency in cross browsers.

one used css reset file meyer's css reset. http://meyerweb.com/eric/tools/css/reset/

do take note applying css reset file code mess other stuff (such bold won't bold default).


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -