tags:

views:

20

answers:

1

I am fairly new to web development but currently hands on self learning. I am currently building an asp.net site using visual studio 2010 with c#. I have a master page and an external css style sheet and all content pages are aspx. I am looking for tutorials on implementing css for my particluar environment. Everything i find shows css tutorials but usually in html and everything is on "one page"so to speak, so i get confused as to what snippet of code goes where on what page and what snippet goes elsewhere on other pages, i know head and body part of it...

My main concern is the basics of positioning images precisely where i want them, (i think relative positioning), and also creating a physical layout using css with a header, footer, main content, and left column, with horizontal nav bar, and left column vertical menu, using css script in the external stylesheet with the right link code on the master page so its sitewide...

If anyone can send me videos or tutorials on my particular issue I would greatly appreciate it...

A: 

This is a pretty good link to start: http://www.cssbasics.com/

This guy provides some great CSS layouts with full explanation: http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-widths

Strelok
Thanks looks like that might help...
W S G Electronics