WebsiteBaker Community Forum (upd)

General Community => WebsiteBaker Website Showcase => Topic started by: Boudi on April 06, 2011, 03:07:49 PM

Title: Finally...my first fully created <div> sites
Post by: Boudi on April 06, 2011, 03:07:49 PM
For years and years I only created custom websites with <tables>, <td> and <tr>. I was a black belt master in it. But I knew that this type of designing was already outdated and the <div> technology was the one that I had to use.

So therefore as of 2011 I stepped into the div thing. Here are some of my first fully div creations. Starting out with a blank index.php page  :lol:

here (http://www.wiebovanderschaaf.nl)
here (http://www.kobus-d.nl)
and here (http://www.skydancerexpress.com)

As for now I'm new into the div thing. So if there are any big errors feel free to correct me.

Boudi
Title: Re: Finally...my first fully created <div> sites
Post by: sky writer on April 06, 2011, 05:16:41 PM
Nice work!

I only saw issues with the first link.  Alignment issues when you view with a minimized browser window.

Hope this helps.
Title: Re: Finally...my first fully created <div> sites
Post by: Boudi on April 06, 2011, 05:29:12 PM
Thnx mate!

That's correct. That website has a minimum needed browserwidth of 970 px :)

Title: Re: Finally...my first fully created <div> sites
Post by: PurpleEdge on April 07, 2011, 03:24:24 AM
They look very good!

The issue that Sky Writer meant is that the link in the header wraps over your menu when the page is narrowed - you might fix that by specifying a width 970 in the div that contains the link?
Title: Re: Finally...my first fully created <div> sites
Post by: sky writer on April 07, 2011, 04:16:26 AM
Quote from: PurpleEdge on April 07, 2011, 03:24:24 AM
They look very good!

The issue that Sky Writer meant is that the link in the header wraps over your menu when the page is narrowed - you might fix that by specifying a width 970 in the div that contains the link?

Exactly, I should have been more specific.
Title: Re: Finally...my first fully created <div> sites
Post by: Boudi on April 07, 2011, 08:59:27 AM
ahhh ok... More clear. Thnx. I will check it out !!!