Frds i am learnig css and i am facing a problem
when i am trying to create a page using css ..its working properly on chrome but i am facing problem while i am opening it with mozilla ..
@vamshi Unfortunately, it would appear that you have little experience in the basics of website construction.
I would respectfully suggest you learn a little but more about the basic elements of websites and how they are placed on a page before trying anything more advanced.
For the benefit of others, I have taken the source code from your link and put it into Codepen.
Frds i am learnig css and i am facing a problem when i am trying to create a page using css ..its working properly on chrome but i am facing problem while i am opening it with mozilla ..
a.one:link,a:visited { margin-left:950px; display:block; width:150px; background-color:#484848 ; text-align:center; text-decoration:none; font-weight:bold; color:#FFFFFF; } a.one:hover { background-color:#000000; font-size:110%; width:200px; } body { font-size:100.01%; background: url(collage.jpg) no-repeat center center fixed; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; }
HOME CONTACT ME ABOUT ME
Problem is with the font size and alignement of border .. pls help me
Please, put your code on CodePen. Or JSFiddle.
http://codepen.io/anon/pen/fugoE
sir u will understand my problem when u visit thw following site using different browers http://web.iiit.ac.in/~vamshi.kolanu/index.html
Gasp.
You're not meant to put the HTML in the CSS section of CodePen, split the code up.
@vamshi Unfortunately, it would appear that you have little experience in the basics of website construction.
I would respectfully suggest you learn a little but more about the basic elements of websites and how they are placed on a page before trying anything more advanced.
For the benefit of others, I have taken the source code from your link and put it into Codepen.
Click at your peril! - http://codepen.io/Paulie-D/pen/fugoE
sorry @Paulie_D .. It was not done by me.. and i Know i am just the bengginner and thanx for your suggestion :D :D