Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-20 Thread Mark Senff
Please validate before asking for help. I get a scrollbar regardless of font
size or window size, but things like that are no surprise when the HTML is 
invalid. http://validator.w3.org/In all fairness: the scrollbar wasn't there at 
the time the question was posed. Very possible that he changed the page using 
some tips he received from us, and is currently still editing, in the middle 
between his problem and a finished page. Just a thought. 


   
-
Get easy, one-click access to your favorites.  Make Yahoo! your homepage.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Undesired wrapping when browser is not maximized

2007-11-19 Thread Big Moxy
Page - http://projects.missioninternet.com/senior/index.php

Css - http://projects.missioninternet.com/senior/css/styles.css

 

When the above page is displayed in a less than maximized browser the logo
and navbar divs wrap in an undesirable manner. The logo and navbar are 100%
css while the content below is table based.

 

Your help is appreciated!

 

Tim

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-19 Thread Mark Senff
I don't think it's an issue of the browser being maximized or not -- to me it 
looks like this undesirable thing is happening when the browser is just too 
small to show everything on one line. But that's a technicality, I guess.

The thing is, the page is doing what it's supposed to do. The LOGO div for 
example, is set to 100% of the page. But when the page is less than 700px wide 
(more or less), the actual logo and the call us toll free images don't fit 
anymore over the entire width, and so the call us toll free is put UNDER the 
logo (the width of the div is still 100%, of course). 
To avoid that (and make sure both images are always next to eachother and don't 
wrap), I'd say you'll have to give the logo div a minimum width (so that when 
the page is not wide enough, a horizontal scroll bar will appear). If you give 
the div a normal width of 700px, you'll see what I mean.

That is, if I understood the problem and question correctly! ;)


Big Moxy [EMAIL PROTECTED] wrote: Page - 
http://projects.missioninternet.com/senior/index.php

Css - http://projects.missioninternet.com/senior/css/styles.css

 

When the above page is displayed in a less than maximized browser the logo
and navbar divs wrap in an undesirable manner. The logo and navbar are 100%
css while the content below is table based.

 

Your help is appreciated!

 

Tim

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


   
-
Get easy, one-click access to your favorites.  Make Yahoo! your homepage.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-19 Thread Felix Miata
On 2007/11/19 05:47 (GMT-0800) Big Moxy apparently typed:

 Page - http://projects.missioninternet.com/senior/index.php

 Css - http://projects.missioninternet.com/senior/css/styles.css

 When the above page is displayed in a less than maximized browser the logo
 and navbar divs wrap in an undesirable manner. The logo and navbar are 100%
 css while the content below is table based.

Please validate before asking for help. I get a scrollbar regardless of font
size or window size, but things like that are no surprise when the HTML is
invalid. http://validator.w3.org/
-- 
   A patriot without religion . . . is as great a
paradox, as an honest man without the fear of God.
 John Adams

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/