Re: [WSG] IE layout problem

2007-01-28 Thread Vladislav Gorodetskiy

I defined table width as 757px (the size of the main div) and everything
works fine.
Auto width also works fine.
Thank you!

2007/1/27, Christian Montoya [EMAIL PROTECTED]:


On 1/27/07, Vladislav Gorodetskiy [EMAIL PROTECTED] wrote:
 Hi there,

 My layout is :
    _
 ||   ||
 ||   ||
 | sidebar |   |  main  |
 ||   ||
 |___|   ||

 There is a big div .wrapper who contains .sidebar and .main divs.
sidebar is
 left-floated and main is right-floated
 I have a 100%-width table in .main div
 In firefox everything works fine but in IE table becomes 100% of body
but
 not 100% of .main...

Why does the table have 100% width? Why not auto width? If you are
explicitly applying a width of 100% to the table, in the markup or the
CSS, take it away.

--
--
Christian Montoya
christianmontoya.net .. designtocss.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Love and Light,
Vladislav.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

[WSG] IE layout problem

2007-01-27 Thread Vladislav Gorodetskiy

Hi there,

My layout is :
   _
||   ||
||   ||
| sidebar |   |  main  |
||   ||
|___|   ||

There is a big div .wrapper who contains .sidebar and .main divs. sidebar is
left-floated and main is right-floated
I have a 100%-width table in .main div
In firefox everything works fine but in IE table becomes 100% of body but
not 100% of .main...
Can you help me?

--
Love and Light,
Vladislav.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] IE layout problem

2007-01-27 Thread Dwain Alford

can you float the table without the main div?
are you using the table for layout inside the main div or does it have
tabular data?
a url would be most helpful.

dwain

On 1/27/07, Vladislav Gorodetskiy [EMAIL PROTECTED] wrote:


Hi there,

My layout is :
   _
||   ||
||   ||
| sidebar |   |  main  |
||   ||
|___|   ||

There is a big div .wrapper who contains .sidebar and .main divs. sidebar
is left-floated and main is right-floated
I have a 100%-width table in .main div
In firefox everything works fine but in IE table becomes 100% of body but
not 100% of .main...
Can you help me?

--
Love and Light,
Vladislav.
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
dwain alford
p.o. box 145
winfield, alabama  35594
u.s.a.

tele:  205.487.2570
cell:  205.495.5619


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] IE layout problem

2007-01-27 Thread Christian Montoya

On 1/27/07, Vladislav Gorodetskiy [EMAIL PROTECTED] wrote:

Hi there,

My layout is :
   _
||   ||
||   ||
| sidebar |   |  main  |
||   ||
|___|   ||

There is a big div .wrapper who contains .sidebar and .main divs. sidebar is
left-floated and main is right-floated
I have a 100%-width table in .main div
In firefox everything works fine but in IE table becomes 100% of body but
not 100% of .main...


Why does the table have 100% width? Why not auto width? If you are
explicitly applying a width of 100% to the table, in the markup or the
CSS, take it away.

--
--
Christian Montoya
christianmontoya.net .. designtocss.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***