Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »CSS Forum

Notices

CSS Forum Cascading Style Sheets (CSS) and XHTML Forum


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-03-2008, 06:03 PM
Part-time web developer
 
Join Date: Feb 2008
Location: Uk, Hampshire
Posts: 104
Default Professional Looking CSS based websites

Hi all, I've studying hard and can make static web designs/sites using only XHTML/CSS. But my sites looks plain flat and boring. I have local jobs ready for me to start, but I'm not going to do this until I'm sure i can produce the look i want.

Does anyone have advice, books ebooks to read, or sites to visit with this information.


Thanks for your help in advance.

John
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

  #2 (permalink)  
Old 09-03-2008, 06:14 PM
Experienced Member
 
Join Date: Jan 2007
Posts: 183
Default

I'd suggest posting examples of the look you want. It's a big web. It's also possible it's due to the graphics used, not CSS.

Have you tried the usual, like CSS Zen Garden? Web Creme?

A lot of those sites are using CSS and Graphics together. It's not the elements -- it's the interplay.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 09-03-2008, 06:19 PM
Part-time web developer
 
Join Date: Feb 2008
Location: Uk, Hampshire
Posts: 104
Default

Well the look im after is nothing special just the little things that nmake it look good. eg; Rounded corners, shadows on boxes, gradiants on many boxes, and images how much should or do they get used?

I know theres lots to think about but if you where to make a site from only html & css can these effects be done or is photoshop/flash required.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 09-03-2008, 06:44 PM
philjohns's Avatar
Established Member
 
Join Date: Oct 2007
Location: Ivybridge, Plymouth
Gender: Male
Posts: 581
Default

can u post a link to your website or is it not yet published?
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #5 (permalink)  
Old 09-03-2008, 06:52 PM
Part-time web developer
 
Join Date: Feb 2008
Location: Uk, Hampshire
Posts: 104
Default

Not yet up, because of these issues
thx!
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #6 (permalink)  
Old 09-03-2008, 08:11 PM
Experienced Member
 
Join Date: Jan 2007
Posts: 183
Default

Quote:
I know theres lots to think about but if you where to make a site from only html & css can these effects be done or is photoshop/flash required.
You're going to want some graphics program. Much of those little details you're probably (?) admiring are graphics. You may or may not need flash -- but you probably don't for most of it.

You really are making this needlessly difficult by not explaining what you're looking for. Try these...

Stripe generator, allows you to download a graphic image for use in your CSS layout.

Check out these tabbed navigation examples. The more glossy ones use graphics as backgrounds.

Without telepathy that's all I can do.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #7 (permalink)  
Old 09-03-2008, 08:37 PM
Part-time web developer
 
Join Date: Feb 2008
Location: Uk, Hampshire
Posts: 104
Default

Sorry all if it's a vague description, that must be my lack of knowledge. I'll try to explain with these two examples.
the first plain, flat.
the second alive, vibrant.

RedLaceDesign.com: Website Design, Graphic Design + Wedding Design: Portland, OR (plain, flat)
Brevard Web Design | Pixel Tree™ (jumps out more, smoother)

I know these aren't the best examples but i hope from these contrasting sites your better see what i mean.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #8 (permalink)  
Old 09-03-2008, 08:48 PM
philjohns's Avatar
Established Member
 
Join Date: Oct 2007
Location: Ivybridge, Plymouth
Gender: Male
Posts: 581
Default

Why not upload your website to a folder on your server called website preview - that way we will be able to visit your website through Inweb Networks


What you describe and show definately needs the use of a graphics program.

The header is made up of these two images (found them in the css code)



and



Is this starting to make sense?

The second object is set so that it repeats horizontally; this is done using the following css:

Code:
background-image: url(locationofyourimagehere);
background-repeat: repeat-x;
To repeat an image vertically you exchange "x" for "y" (like the axis on a graph)

Having a thin image reapeated means the background will saty the same whatever size the browser.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #9 (permalink)  
Old 09-03-2008, 10:11 PM
Experienced Member
 
Join Date: Jan 2007
Posts: 183
Default

Really, this is less about CSS and repeating backgrounds than a sense for design. It is, indeed about learning a graphics program and what it takes to develop such layouts.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #10 (permalink)  
Old 09-03-2008, 10:37 PM
Part-time web developer
 
Join Date: Feb 2008
Location: Uk, Hampshire
Posts: 104
Default

As I'm still learning all things web-design, I was hoping to start making really nice, clean, attractive web pages without the use of photoshop, this obviously has great advantages to it, but at the moment it is just to much to take on-board as a learning curve, once i have the basic's covered and looking and feeling great, then maybe I'll learn the graphic side of design (looks). I see from most Zen garden examples many .gif's are used.

thanks all,
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Evolution of Websites: How 10 Popular Websites Have (And Have Not) Changed Toon General Web Design Forum 0 21-03-2008 07:19 PM
Best websites on the web | CSS and Flash Graphic Design Blog Graphic Design Blog 0 18-03-2008 12:41 PM
Anyone here do Flash websites? Cwilk Design Forum Employment 11 23-10-2007 09:12 PM
Online help and websites cute-gf Graphic Design and Web Design Help 13 18-10-2007 06:19 PM
Worst Websites Ever Toon General Web Design Forum 19 20-05-2007 07:54 PM


All times are GMT. The time now is 10:17 PM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0