tags:

views:

111

answers:

6

Someone who can provide me good links to make a site like that.. I mean the design are really amazing, and i want to do something new and more professional, than just design in photoshop then make a frame and voila..

http://fusionmedia.dk/ http://tjenonline.dk/

again, i want to learn how to do like that site, the menubar and whole design is big and comfortable with all screen solution .. i believe its CSS and HTML normal (when i press view source, its like that)

+5  A: 

You could start by learning CSS. CSS Zen Garden is great for folks just learning the basics. Once you learn the basics, you have a foundation, which like so many other things, makes advanced topics easier.

RandomNoob
+2  A: 

Follow the advice above. Or learn JQuery and analyze the pages, both use JQuery to provide the rendering.

Obalix
+2  A: 

I recommend getting started by getting the firefox add-on "Firebug". Once you have this, you can go to the site and start looking at the structure of the web site. With Firebug, you can right click anything on the webpage, then click "Inspect Element" and it will show you how it is composed.

You are right that CSS is key for "Designing" a site. Unfortunately we can't just inject you with all the knowledge you need to build a site like that. Try to get started, and come back when you get stuck, your question will be more well received then...

cinqoTimo
A: 

I think you’re asking “How do I learn CSS?

Paul D. Waite
A: 

If I understand correctly, you are still using the "slice and dice" method ( design in some graphics program, then shove everything in a table or frameset ) and want to learn to make sites the modern way. Then you want to learn about web standards (xhtml & css), unobtrusive javascript, and ajax.

Laura
A: 

Your best bet is you just search on google for "CSS tutorials" or something similar. Or psd to css. w3c.org is a great resource as well.

wilwaldon