TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
Advertisement
Associates
Associates
techtuts Darkmindz
CSS Tutorials Tutorialsphere.com - Free Online Tutorials
Boston PHP SurfnLearn
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-09-2008, 02:37 AM   #1 (permalink)
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 38
Thanks: 9
h0ly lag is on a distinguished road
Default New design

Ok, so CSS or just design in general has never been my thing truly. Here's one of my latest attempts at a style.

CSS
__________________
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote
The Following User Says Thank You to h0ly lag For This Useful Post:
codefreek (07-09-2008)
Old 07-09-2008, 07:41 AM   #2 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
Jim is on a distinguished road
Default

Looks pretty nice mr Lag :)

Some little points though:
-In FF3 the navigation on the top dont seem to align quite right, they should be more left i would think.
-Also in FF3 the "posted by" text is so small it gets rather ugly.

Looks the same in FF as in IE 6 and 7 so thats good! :)
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote
Old 07-09-2008, 08:57 AM   #3 (permalink)
The Acquainted
 
Join Date: Oct 2007
Posts: 126
Thanks: 12
maZtah is an unknown quantity at this point
Default

I don't want to sound rude, but the layout looks quite boring.

Like Jim said, the menu doesn't align proper in FF3.

You might want to read some of the following tutorials:

CSS Beginner Tutorial | HTML Dog
Floatutorial: Step by step CSS float tutorial
A List Apart: Articles: How to Size Text in CSS
A List Apart: Articles: Faux Columns
A List Apart: Articles: Sliding Doors of CSS
A List Apart: Articles: Sliding Doors of CSS, Part II
mezzoblue Testing Grounds
maZtah is offline  
Reply With Quote
The Following User Says Thank You to maZtah For This Useful Post:
h0ly lag (07-09-2008)
Old 07-09-2008, 03:13 PM   #4 (permalink)
The Acquainted
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 180
Thanks: 34
ETbyrne is on a distinguished road
Default

On a wide screen monitor like mine the top navigation runs off the right side.

See attachment.
Attached Thumbnails
new-design-screen.jpg  
__________________
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Old 07-09-2008, 03:18 PM   #5 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
Jim is on a distinguished road
Default

Hehe ETBurne, read the two posts above you
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote
Old 07-09-2008, 04:55 PM   #6 (permalink)
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 38
Thanks: 9
h0ly lag is on a distinguished road
Default

Thanks for the tutorial links maZtah. As for sounding rude, don't worry about it. The idea, at least when it was still an idea, was for it to be clean, simple (haven't we all heard that word too much), and easy to navigate.

But that could change as I go... Oh and I updated the page a bit.
__________________
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote
Old 07-09-2008, 06:00 PM   #7 (permalink)
The Gregarious
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
delayedinsanity is on a distinguished road
Default

Your navigation menu still floats around the top of the page at will. If you set it up with the same idea as your div#wrap, you can fix it pretty quickly.

Code:
.mattblacktabs{
    margin: 0 auto;
    width: 650px;
}
-m
delayedinsanity is offline  
Reply With Quote
Old 07-10-2008, 05:32 AM   #8 (permalink)
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 38
Thanks: 9
h0ly lag is on a distinguished road
Default

Ok, what now? I did the edit delayed insanity suggested and fixed the navbar. It's now centered on the top and added some green color to the scheme too. As well as just shifting things around.
__________________
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote
Old 07-10-2008, 06:28 AM   #9 (permalink)
The Gregarious
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
delayedinsanity is on a distinguished road
Default

Suggestions?

Add some flair. Give me a reason to remember it. I like how you used a bright colour with the dark theme to make it pop, but now maybe find a way to make it all flow too. Think of your design like a photograph. You have your frame, you have your primary focal point and you have something surrounding it - what you want to do is have the surroundings integrate in such a way as to complement the focal point, but without competing for attention. Then you need to find a way to connect it all in a way that leads the eye where you want it to go, not just wander aimlessly about.

Also, try to fill up your space. I'm on a 22" monitor, and I know a lot of other people aren't, but your site takes up a very small portion of my browser. Maybe a sidebar with some more navigation in it?

I did up a quick example of where I'd go with a dark blog style design, with yours in mind to illustrate a little of what I mean, you can check it out here.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-10-2008, 09:05 AM   #10 (permalink)
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 38
Thanks: 9
h0ly lag is on a distinguished road
Default

Ok, I added .subnav and played with it a bit as a mock up. Thoughts...

CSS
__________________
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote
Old 07-10-2008, 09:17 AM   #11 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
Jim is on a distinguished road
Default

Wow that looks pretty nice mr Lag! About the stuff with an 22" (WS) monitor, i also have one at home and i've seen the website on the screen. I think its avoidable, almost all websites that are 800px or lower look small on them :)

The only thing i think needs to ba changes, is that it lacks contrast. Especially the buttons, they are a bit difficult the see.

But you are deffinetally going the right way ! :)
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote
The Following User Says Thank You to Jim For This Useful Post:
h0ly lag (07-10-2008)
Old 07-10-2008, 09:26 AM   #12 (permalink)
The Gregarious
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
delayedinsanity is on a distinguished road
Default

I like that. I kind of miss your menu tabs turning green on mouseover, but it's looking really good.
-m
delayedinsanity is offline  
Reply With Quote
The Following User Says Thank You to delayedinsanity For This Useful Post:
h0ly lag (07-10-2008)
Old 07-10-2008, 09:38 AM   #13 (permalink)
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 38
Thanks: 9
h0ly lag is on a distinguished road
Default

@delayedinsanity:
The "active" button still highlights green on mouse over.

EDIT: Oh and I forgot that .subnav doesn't align properly in IE.
__________________
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote
Old 07-10-2008, 03:40 PM   #14 (permalink)
The Acquainted
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 180
Thanks: 34
ETbyrne is on a distinguished road
Default

Quote:
Originally Posted by Jim View Post
Hehe ETBurne, read the two posts above you
You specifically stated that it didn't work right on FF3, I stated it didn't work at all for wide screens.

BTW: The design is looking good so far h0ly lag.
__________________
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
The Following User Says Thank You to ETbyrne For This Useful Post:
h0ly lag (07-10-2008)
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 12:24 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0