Old 11-26-2003   #1 (permalink)
culex
Guest
 
Posts: n/a

Layouts - Preference

In the website I going to start out on, I want to use layers but I don't know the best way to appoarch my design. (Which is like a basic 3 column with a header on top that is within a box centered in the window....too complicated?)

Should I use Adobe/ImageReady or CSS?

Any other way is much appreciated.

The websites I want to emulate is like ngemu.com. I just like the look of the box being in the center instead of being attached to the left.

Last edited by culex; 11-26-2003 at 09:28 AM..
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #2 (permalink)
culex
Guest
 
Posts: n/a

By the way, I also have Dreamweaver.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #3 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
If you mean using css to absolute position tables and stuff like that... do not do it.. it is not supported on a lot of browsers like mozilla or netscape..

I would stick with using tables..
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #4 (permalink)
culex
Guest
 
Posts: n/a

Cool. Thanks for the tip Digital. You've been a real help.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #5 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by culex
Cool. Thanks for the tip Digital. You've been a real help.
It is my job as moderator, and I take my jobs seriously, any time you need help, just post
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #6 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

Digital is definetely the coding guru around here.

Digital already mentioned posting, but I want to explain. It's better to post than (private) message because we can keep posts as future references to point other members to.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #7 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by SuBjEcT2fAiLuRe
Digital is definetely the coding guru around here.

Digital already mentioned posting, but I want to explain. It's better to post than (private) message because we can keep posts as future references to point other members to.
Hmm.. I seem to remember a "If you need help, pm me" from you.. interesting change of views
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-26-2003   #8 (permalink)
Read my sig and hire me
 
Evdawg's Avatar
 
Join Date: Oct 2003
Location: Canada, eh!
Posts: 775

Send a message via MSN to Evdawg
its definetely better to post rather than PM, because other people do benefit from it, for example right now, i didn't NEED to know if it's better to use CSS or tables, but it's something that i'm happy i now know!
__________________
Yes, I do freelance design. Feel free to PM me if you want to , or visit my Website.
Evdawg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-27-2003   #9 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

Digital, it says that in my signature. I was mainly talking about general community help. Like learning how to do something on the message board, etc.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-27-2003   #10 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
Really Digital?

I'm reading a Sams book and it says to use CSS for layouts because W3C recommends it and because CSS gives you extra power. He says that pretty much all recent browsers support CSS, but some older versions do not, but that is rare.
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-27-2003   #11 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

http://www.w3schools.com

Read over that site, I think TekVex is right.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-28-2003   #12 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
Quote:
Originally posted by SuBjEcT2fAiLuRe
http://www.w3schools.com

Read over that site, I think TekVex is right.
I believe that is a place to learn CSS (among other things), maybe thats what you were going for. But the W3C are the people who try to make all browsers support HTML the same so it looks the same more universally or whateverm and their site is www.w3c.org

Last edited by Young Spartan; 11-28-2003 at 02:59 AM..
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-28-2003   #13 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by TekVex
Really Digital?

I'm reading a Sams book and it says to use CSS for layouts because W3C recommends it and because CSS gives you extra power. He says that pretty much all recent browsers support CSS, but some older versions do not, but that is rare.
CSS is useful.. that I can agree, but layers and the more advanced and often misused areas of css can really screw up a page... I was talking on layers, not on CSS in total
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-28-2003   #14 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

TekVex, thanks for correcting me. That's what I meant lol.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-28-2003   #15 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
Quote:
Originally posted by Digital
CSS is useful.. that I can agree, but layers and the more advanced and often misused areas of css can really screw up a page... I was talking on layers, not on CSS in total
But isn't it better if used correctly? Tables are being pushed out by W3C and they are slower as well. W3C is also welcoming the future CSS brings. What do you think?

Quote:
TekVex, thanks for correcting me. That's what I meant lol.
lol, no problem.
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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
Forum Jump


All times are GMT +1. The time now is 03:25 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT