[css-d] Calndar display in IE6

2009-10-26 Thread Mike Davies
hi,

I am having a problem with the display of an availability calendar on a
website I am working on. It is based on the Website Baker CMS software.

http://druminnor.co.uk/pages/cottage/availability.php

In Firefox this is displayed as a 3 column calendar but in IE6 only as 1
column. I didn't write the css for this but added a 'width:30%' to the
#mod_bookings .bookings_sheet rule to see if that might help.

I can't see what may be causing the problem and any help would be
appreciated.

regards,
Mike

-- 
Mike Davies
Integra Web Design, Rhynie, By Huntly, AB54 4LS
01464 861535www.integrawebdesign.co.uk

__
css-discuss [cs...@lists.css-discuss.org]
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] clearing spans?

2009-10-26 Thread Chris Blake
HI,

ul

   li class=views-row views-row-1 views-row-odd views-row-first
   span class=views-field-title
 a href=/blog-title title=This is the Blog  
Titlealt=This is the Blog TitleThis is the Blog Title/a
   /span

   span class=views-field-created
   label class=views-label-created
 Post date:
   /label
 Wed, 2009-10-14 12:49
   /span

/li /ul

How can I stop the date sitting on the same line as the title?


TITLE post date

to

TITLE
post date

I have tried to float the title and then use clear: both but it didn't  
work.

Thanks, CB
__
css-discuss [cs...@lists.css-discuss.org]
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] clearing spans?

2009-10-26 Thread Chris Blake

I had a play around and;

.views-field-created{
color: #AA;
display: block;
}

fixed the problem.




On 26/10/2009, at 6:05 PM, Chris Blake wrote:

 HI,

 ul

   li class=views-row views-row-1 views-row-odd views-row-first
   span class=views-field-title
 a href=/blog-title title=This is the Blog
 Titlealt=This is the Blog TitleThis is the Blog Title/a
   /span

   span class=views-field-created
   label class=views-label-created
 Post date:
   /label
 Wed, 2009-10-14 12:49
   /span

 /li /ul

 How can I stop the date sitting on the same line as the title?


 TITLE post date

 to

 TITLE
 post date

 I have tried to float the title and then use clear: both but it didn't
 work.

 Thanks, CB
 __
 css-discuss [cs...@lists.css-discuss.org]
 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 [cs...@lists.css-discuss.org]
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] Calndar display in IE6

2009-10-26 Thread David Hucklesby
Mike Davies wrote:
 hi,
 
 I am having a problem with the display of an availability calendar on
 a website I am working on. It is based on the Website Baker CMS 
 software.
 
 http://druminnor.co.uk/pages/cottage/availability.php
 
 In Firefox this is displayed as a 3 column calendar but in IE6 only 
 as 1 column...

Interesting. I am seeing alternate rows of two columns and one column in
all my browsers, including Firefox 3.5.

I think it would be easier to debug if you were to correct the markup
errors first, pretty please:

http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fdruminnor.co.uk%2Fpages%2Fcottage%2Favailability.php

(If that link breaks, try http://bit.ly/326R89 )

Cordially,
David
--

__
css-discuss [cs...@lists.css-discuss.org]
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/