[css-d] Div Problems

2007-11-20 Thread Alan_Akhlah
I am having problems with a new page that I am designing. 
http://www.valdostatourism.com/newsitetest.html

Two things are going wrong with it.
1) The navigation drop down section should be flush with the top of the 
masthead image - in FF and IE there is a big gap
2) The main content goes under the footer

Any suggested fixes for these two would be greatly appreciated.

Al Dunbar
__
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] Div Problems

2007-11-20 Thread David Laakso
Alan_Akhlah wrote:
> I am having problems with a new page that I am designing. 
> http://www.valdostatourism.com/newsitetest.html
>
> Two things are going wrong with it.
> 1) The navigation drop down section should be flush with the top of the 
> masthead image - in FF and IE there is a big gap
> 2) The main content goes under the footer
>
> Any suggested fixes for these two would be greatly appreciated.
>
> Al Dunbar
>   


#menu   {
border: 1px solid fuchsia; float: left; 

Re: [css-d] Div Problems *whoops*

2007-11-20 Thread David Laakso
David Laakso wrote:
> Alan_Akhlah wrote:
>> I am having problems with a new page that I am designing. 
>> http://www.valdostatourism.com/newsitetest.html
>>
>>
>> Al Dunbar
>>   
>
>
> #menu   {
> border: 1px solid fuchsia; float: left; 

Re: [css-d] Div Problems *whoops*

2007-11-21 Thread Hakan K
I am not able to see any header, and menu css function on IE 6

#header {
 background:#fff url(images/valtour_top.png) no-repeat;
 height:250px;





Hakan
http://primoris.com


On 11/20/07, David Laakso <[EMAIL PROTECTED]> wrote:
>
> David Laakso wrote:
> > Alan_Akhlah wrote:
> >> I am having problems with a new page that I am designing.
> >> http://www.valdostatourism.com/newsitetest.html
> >>
> >>
> >> Al Dunbar
> >>
> >
> >
> > #menu   {
> > border: 1px solid fuchsia; float: left;  http://chelseacreekstudio.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/
>
__
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] Div Problems *whoops*

2007-11-22 Thread David Laakso
Hakan K wrote:
> I am not able to see any header, and menu css function on IE 6
>  
> #header {
>  background:#fff url(images/valtour_top.png) no-repeat;
>  height:250px;


RE: 

Good points.
The image is not on the server. Scripting is needed to make the 
drop-down work in IE6. And clear: left; /or/ clear: both; needs to be 
added to #main to clear the menu in compliant browsers.
Best,
~dL


__
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] div problems on ie mac

2005-06-24 Thread wayne
Hi

I am having trouble with divs again, I cant submit a link to the site as
I have signed an ND contract. Basically, I have some divs set-up:






The left div is floated left, and the right, right. The widths don't
conflict with the containing div and are set, but the right div keeps
dropping? As though it were too wide for its container. Its only on IE
mac also, every other browser does the good thing and display it
properly. Any ideas?

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


Re: [css-d] div problems on ie mac

2005-06-24 Thread Michael Cassidy

It would help to see the actual CSS.
Borders, Margins, Padding???


On Jun 24, 2005, at 7:47 AM, wayne wrote:


Hi

I am having trouble with divs again, I cant submit a link to the site 
as

I have signed an ND contract. Basically, I have some divs set-up:






The left div is floated left, and the right, right. The widths don't
conflict with the containing div and are set, but the right div keeps
dropping? As though it were too wide for its container. Its only on IE
mac also, every other browser does the good thing and display it
properly. Any ideas?



Jazz is freedom. - T. Monk
 www.panix.com/~cassidy
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] div problems on ie mac

2005-06-24 Thread Philippe Wittenbergh


On 24 Jun 2005, at 8:47 pm, wayne wrote:

I am having trouble with divs again, I cant submit a link to the site 
as

I have signed an ND contract. Basically, I have some divs set-up:






The left div is floated left, and the right, right. The widths don't
conflict with the containing div and are set, but the right div keeps
dropping? As though it were too wide for its container. Its only on IE
mac also, every other browser does the good thing and display it
properly. Any ideas?


guess : on #footer, you have {clear:both /* or right or left */}


Possible solutions:
insert a clearing element before the footer, or
using other clearing/float containing methods.

Philippe
---
Philippe Wittenbergh


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