Not logged in. · Lost password · Register

All posts by surecool73 (3)

topic: Problem in Firefox when changing width of body  in the forum: Customising UNB Designs
surecool73 #1
Member since Apr 2009 · 3 posts
Group memberships: Members
Show profile · Link to this post
You are not using doctypes so your page looks different in FF and IE. Google
for "CSS box model" to learn more.

This is the culprit:

#rightcolumn
{
width: 830px;
padding-left: 150px;
padding-right: 150px
...
}

IE in quirks mode takes the width... Huh, I think it takes borders and
padding into width, but not margins? Not sure, I never use quirks mode.

FF on the other hand probably does the same in quirks mode as otherwise, it
takes the width, adds padding, then borders, then margin. And you end up
with 1130px wide container.

Set the DOCTYPE to Transitional and width to 530 and you'll be fine (or at
least better .

Hope it helps.
Make money fast
Increase traffic to website
topic: How to add meta tag for iPhone? meta name="viewport"  in the forum: Customising UNB Designs
surecool73 #2
Member since Apr 2009 · 3 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 10124
If you want your content to look perfect on an iPhone you must use the viewport meta tag. Without it, your page may look like thumbnail. I had not heard of this tag until now. But it does the trick.


<meta name="viewport" content="width=320, user-scalable=yes">

Add this tag to the head section of the HTML page. If you set user-scalable to no, then your users wont be able to zoom in or out, so it is friendly to set it to yes (unless you are writing a page that is not meant to be zoomed in).
Make money fast
Increase traffic to website
topic: AdSense doesn't work  in the forum: Support General support
surecool73 #3
Member since Apr 2009 · 3 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 10298
More people lurking in this forum and learning how to deal with AS so that the pie gets smaller?
Make money fast
Increase traffic to website
Close Smaller – Larger + Reply to this post:
Special characters:
Special queries
Go to forum
This board is powered by the Unclassified NewsBoard software, 20120620-dev, © 2003-2011 by Yves Goergen
Page created in 162.7 ms (109.3 ms) · 58 database queries in 102.6 ms
Current time: 2013-05-26, 11:15:09 (UTC +02:00)