Re: 2 divs on same line
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Wed, 24 Jan 2007 14:42:13 +0100
Tables won't be deprecated.
Tables (when used as a way to perform the overall layout) are quite rigid
and generally obscurs a bit the HTML source for the document.
Divs are likely more difficult to get right but you can change easily the
position without changing the HTML structure.
You'll see numerous discussions abotu their respective avantage/disavantage.
My intention is not to start yet another useless discussion. Just pick the
design your prefer...
---
Patrice
"Daniel" <DanielV@xxxxxxxxxxxxxxxx> a écrit dans le message de news:
e1uJkj7PHHA.1240@xxxxxxxxxxxxxxxxxxxxxxx
I am a developer primarily, not a web designer but i am able to do both. I
agree i did all previous sites with table designs and it does seem the new
'best way' changes all the time. But for fear of a new 'All improved IE!'
being released that depricates tables in some form i want to ensure i am
always on the latest techniques because you just never know what the future
holds.
"Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@xxxxxxxxxxxx> wrote in
message news:uWySVg7PHHA.4156@xxxxxxxxxxxxxxxxxxxxxxx
For years I have not been able to understand what's wrong with table
layout. May be because I am an application developer as opposed to a web
designer. Tables let your make a simple and neat layout and concentrate
on your application tasks. I guess web designers can achieve more with
tableless css. I prefer to leave it up to them. As far as I, the
developer, am concerned there is no reason to avoid tables.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Daniel" <DanielV@xxxxxxxxxxxxxxxx> wrote in message
news:uBG9vW7PHHA.4484@xxxxxxxxxxxxxxxxxxxxxxx
Not looking to impress anyone but i am looking to do things in the
considered 'right way' and stay on top of the present best methods and
techniques.
Thanks for all the help guys.
"Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@xxxxxxxxxxxx> wrote in
message news:Og60yS7PHHA.3268@xxxxxxxxxxxxxxxxxxxxxxx
If you want to impress someone by having a table-less css layout, be
prepare to spend next few days on learning and practicing.
If you want a simple and reliable solution, use tables.
And yes, by default a div will render on a separate line.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Daniel" <DanielV@xxxxxxxxxxxxxxxx> wrote in message
news:%23QoWSH7PHHA.3624@xxxxxxxxxxxxxxxxxxxxxxx
Hi
i have a requirement for the following layout in my masterpage:
1 div for header
1 div for footer
Between those divs i want a div for the left menu, then a div for the
content in the center, then inside each i will place a content holder
for other pages to inherit off
My problem is a div creates a new line? And everyone says not to use
tables anymore, so how do you get that look with css?
Thanks
.
- References:
- 2 divs on same line
- From: Daniel
- Re: 2 divs on same line
- From: Eliyahu Goldin
- Re: 2 divs on same line
- From: Daniel
- Re: 2 divs on same line
- From: Eliyahu Goldin
- Re: 2 divs on same line
- From: Daniel
- 2 divs on same line
- Prev by Date: Re: 2 divs on same line
- Next by Date: Re: 2 divs on same line
- Previous by thread: Re: 2 divs on same line
- Next by thread: Re: 2 divs on same line
- Index(es):
Relevant Pages
|