Help With Designing

Hello all

i need your advice as i m in a big tension. i know HTML, CSS. but the sites i create does not work very well in every browser. for example http://www.moneyzzsharma.site90.net in this when i run it in my mobile, its positioning isn’t the same as in my browser. i tried very much but it does not worked.

please suggest me any good book(1st preference) or a website(2nd preference)by which i can develop more UNDERSTANDING in web desigining.
i am very passionate for designing but these hurdles demotivate me so i want to develop more understanding,please help.

Thankyou

Hi moneyshrma. Welcome to the forums :slight_smile:

There are lots of good books on CSS—including some by SitePoint—but you are probably not looking for a beginner book, or are you? Do you want a book that stats from scratch, or one that is more advanced, such as dealing with mobile design?

Thanks Mr Ralph
yeah i am NOT looking for the beginner level. i need advanced level book. but i am very much confused like

1> in a grid web design why browser focus on the center content and the left and right side of the content we left blank is deleted(as resolution varies).

2> Why the design i created isn’t working in mobile phone correctly.

i am having these kind of doubts. please suggest what kind of book or what should i do to eliminate them.
thankyou ralph for replying

It will do that if the design is centered with margin: 0 auto.

Why the design i created isn’t working in mobile phone correctly.

We’d need t see the site, but “correctly” means different things to different people. What you mean is that it isn’t working the way you want. One of the first things to do is add this to the head of your pages:

<meta name="viewport" content="width=device-width;">

please suggest what kind of book

Maybe check out something like Responsive Web Design.

i am very very thankful to you ralph sir.

Cool, you’re welcome. :slight_smile: Feel free to ask more questions. If you have specific questions about your site, don’t hesitate to ask. :slight_smile: