Is css the best way to go??

This is a discussion on "Is css the best way to go??" within the Web Page Design section. This forum, and the thread "Is css the best way to go?? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 12th, 2006, 13:27
New Member
Join Date: Apr 2006
Age: 25
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Is css the best way to go??

Hi everyone

I need to build a portfolio site for Uni and i don't know what im doing!! The site im trying to create will hopefully look like this -- http://i4.photobucket.com/albums/y14...k/siteidea.jpg -- I would be ok with tables, but I really wanted to make it in css, i've immersed myself in css and dreamweaver books for the last few days, but im still so so confused.
I also wanted a simple paypal shop on there too.
Can this be made in pure css or will i will to include tables and javascript for the image swap bit?

Any help will be greatly appreciated!

Paul
Reply With Quote

  #2 (permalink)  
Old Apr 12th, 2006, 21:10
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

That would be possible using CSS. Easy? Well, that's up to the person making it.
Reply With Quote
  #3 (permalink)  
Old Apr 13th, 2006, 07:48
New Member
Join Date: Apr 2006
Age: 25
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

Thanks for the reply, as u probably tell from my first post im a complete newbie, and i've got a maximum of a week to get this site finished! I was talking to a mate last night and he thought that using a mixture of javascript and css would be easier, any truth in that??
Reply With Quote
  #4 (permalink)  
Old Apr 13th, 2006, 10:23
Junior Member
Join Date: Nov 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

hehe .. Everything can be done in CSS ... Including the Image swap

However, if you're new to the language, and if it wont effect your grades, Id advise getting on using Tables .. and when your studies are out the way, Put some time aside to learn CSS

Sites such as www.csszengarden.com can give you some great tips / advise and inspiration.

If you did that layout yourself, then its clear you have a talent for graphics ... So get learning CSS!
Reply With Quote
  #5 (permalink)  
Old Apr 13th, 2006, 10:45
New Member
Join Date: Apr 2006
Age: 25
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

I've thought about using tables soooo much over the last few days, it would all be done by now if i did, It wont affect my grades if i use tables, but it will bug me that i gave up, and thats much worse than stoopid grades. Plus i want to use it for a portfolio site when i leave uni, so I want it to look and work well for years to come.

I think im in for some all night coffee fuelled css lovin
Reply With Quote
  #6 (permalink)  
Old Apr 13th, 2006, 12:25
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

Css is easy to learn. In theory it should not be that hard to use, and actually a lot of fun.

In practise, it's hard as hell and can be horribly frustrating, due to the various browsers refusing to implement it correctly. Not only that, but every one of them is different. I don't think I've seen a stable and vigorous template for a website using css yet -- you decide to make one little modification to a functional design and BAM, five things don't fit in browser X.
Reply With Quote
  #7 (permalink)  
Old Apr 17th, 2006, 05:02
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

Fixed positioning is your best bet to get it done fast.

Code: Select all
position: absolute;
width: ??px;
height: ??px;
top: ??px;
left: ??px;
And, just for the record, I'm a bit confused how you could be expected to create a portfolio site yet have no clue? This can't be for a class because by the time the teacher would assign such a task he would have been giving you all the knowledge to do so... someone not paying attention?

Last edited by mreine; Apr 17th, 2006 at 05:06.
Reply With Quote
  #8 (permalink)  
Old Apr 17th, 2006, 08:29
New Member
Join Date: Apr 2006
Age: 25
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is css the best way to go??

Quote:
Originally Posted by mreine
Fixed positioning is your best bet to get it done fast.

Code: Select all
position: absolute;
width: ??px;
height: ??px;
top: ??px;
left: ??px;
And, just for the record, I'm a bit confused how you could be expected to create a portfolio site yet have no clue? This can't be for a class because by the time the teacher would assign such a task he would have been giving you all the knowledge to do so... someone not paying attention?
I study illustration not webdesign, so i'm more used to pencil and paper than computers, only ever had a little dabble in dreamweaver and it's my own decision to make a website, might turn out to be a stupid decision!
Got the hang of the layout now thats not the problem, it's just the image swap that is driving me crazy
Thanks for the help though!
Reply With Quote
Reply

Tags
css, best

Thread Tools

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. The time now is 20:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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 42 43