-
-
Horizontal Scroll bar appearing! Help!
Hey, Make sure your body and html have margin set to 0! Best thing to do is set everything to margin 0. * { margin:0; }
-
css backgrounds
First you'll need to set the margins of body and html, to prevent any missing pixels html, body { margin:0; } Once you have that done you need to set the header container up. CSS: .header { width:100%; /* Makes it reach 100% of the page */ height:50px; /* Height of the header */ } HTML: <div class="header">Heading here</div> Once we have that stretching across the page we need to make the container in the middle, of 1000px. CSS: .content { width:1000px; margin-left:auto; /* Makes it centre in the page*/ margin-right:auto; height:200px; } HTML: <div class="content">Content goes in here.</div> Now we need to do the footer. The footer also has the 100% width, like the header. CSS: .footer { width:100%; height:50px; } HTML: <div id="footer"> copyright footer etc </div> Hope this helped
-
Which layout works best?
I would prefer layout 2. It's much more easier to read than having icons. It's also faster to look for a certain file, all you need to look down, unlike layout 1 you need to look all around the page.
-
Please Review My Design | Coding
Hey, nice choice of colours. The green and white really contrast with each other, giving a very nice elegant look. Although the site seems a little on the 'kidy' side, maybe choose a more professional font? Pros: - Nice fluid design - Good choice of colors, implemented nicely along side each other Cons: - Footer is too large! - Footer down the very bottom, should have the footer text inside the container, not under the footer - Bad choice of font, doesn't look professional - Under the 'here's some of my work' you should make it slide up a lot faster, and have the whole thing a link. (You spelled work wrong btw) - The picture of you, should be front on. Not looking upward, just seems weird. Hope my feedback helps! Good luck!
-
Hello, Extro here
Hey everyone! My name Josh, or more commonly known as Extro. I've ran a few web hosting companies before, including EchoHosting and ExtroHosting. I've been doing computer stuff from very young age. I would say around 11 I started actually programming, starting off with basic java game design and development. Then I moved onto web development and things like that later on. I am 16 years of age now, currently developing a Learning Management System with PHP. I run a couple servers in my home data centre, a 2U IBM server used mainly for Web serving, and the other for a fileserver for my movies and other stuff I download off the net. I am advanced in: HTML, CSS I am intermediate in: Java (probably be rusty havnt done it in ages) I am currently learning: PHP, HTML5, CSS3, Javascript, jquery, ajax Will be nice too meet new people here, share ideas and help contribute to the forums. Cheers!