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
Nice work!
I only saw issues with the first link. Alignment issues when you view with a minimized browser window.
Hope this helps.
Thnx mate!
That's correct. That website has a minimum needed browserwidth of 970 px :)
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?
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.
ahhh ok... More clear. Thnx. I will check it out !!!