UK Webmaster Talk - Online Marketing - SEO


 

All Css

This is a discussion on All Css within the Website Design Forum forums, part of the Website Design & Development category; I was just wondering,is it possible to make an all css layout?I mean sure the text will be in the ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Website Design & Development > Website Design Forum

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 10-04-2005, 01:52   #1 (permalink)
Cool Newbie
 
Join Date: Apr 2005
Posts: 37
iTrader: 0 / 0%
Liger is on a distinguished road
Default All Css

I was just wondering,is it possible to make an all css layout?I mean sure the text will be in the html code but the layout itself just in css.
Liger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2005, 00:04   #2 (permalink)
Newbie
 
Join Date: Apr 2005
Location: Canada!
Posts: 14
iTrader: 0 / 0%
eazman is on a distinguished road
Send a message via ICQ to eazman Send a message via MSN to eazman Send a message via Yahoo to eazman
Default

not entirly in css. but using css positioning you can place divs in diffrent places with little html.

Example:
CSS
Code:
div.this {
position: absolute;
left: 110px;
top: 30px; }
HTML
Code:
<div class="this">anything here is positioned</div>
eazman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16-04-2005, 10:45   #3 (permalink)
Newbie
 
Join Date: Apr 2005
Posts: 13
iTrader: 0 / 0%
Zaltan will become famous soon enough
Default

You can customize the entire layout of a site using "all CSS". Just take a look a the CSS Zen Garden. All the pages there are the same, except for the CSS file they use... You'll probably be amazed.

Of course you need HTML, but in the body you wont need much else beside <div>, <span>, form tags if you need them, and <a> (you don't even need the latter if you use JavaScript/DHTML) if you use a lot of CSS formatting.

CSS can set colours, widths, heights, fonts, sizes, positions, if/how things are displayed, lots of things.

If you want, you can take a look at my CSS Tutorial, which outlines the basics of CSS and how they are used.
Zaltan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
css

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


All times are GMT +1. The time now is 20:06.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41