[css-d] styling the legend element

2006-09-11 Thread Paul Collins
Hi all, I know CSS support for the legend element is currently minimal, but I was wondering if anyone has ever managed to float it left in the major browsers? In particular, IE5+, Firefox, Safari. I've got a graphic title inside which I have also floated left, was hoping I could override the

[css-d] wrapping

2006-07-26 Thread Paul Collins
Pretty basic question: if you had an image floating right and a paragraph of text floating left, what's the best way to stop the text wrapping if it exceeds the height of the image? Can you do this without adding extra text? img src=image.gif alt= width=1 height=1 border=0 style=float:left; p

[css-d] link to a style sheet in the body of a page

2006-05-09 Thread Paul Collins
Hi all, Just wondering if anyone could let me know how to link to an external style sheet in the body of the page, using a method that validates and works for browsers back to Netscape 6, Opera 7, IE 5.0 on PC, IE 5.2 on Mac? Would appreciate your help. Paul

Re: [css-d] link to a style sheet in the body of a page

2006-05-09 Thread Paul Collins
: Ian Young To: Paul Collins Sent: Tuesday, May 09, 2006 12:08 PM Subject: RE: [css-d] link to a style sheet in the body of a page Hi all, Just wondering if anyone could let me know how to link to an external style sheet in the body of the page, using a method that validates

Re: [css-d] link to a style sheet in the body of a page

2006-05-09 Thread Paul Collins
- From: Ian Young To: Paul Collins Sent: Tuesday, May 09, 2006 12:27 PM Subject: RE: [css-d] link to a style sheet in the body of a page Thanks for your reply Ian. I've got a navigation include coming from a third party. They've got their own style sheet for this and it is a part

[css-d] height 100% XHTML

2006-03-09 Thread Paul Collins
Hi all, We have a site built using XHTML transitional. We need a footer div to sit at the bottom of the page, even when the content doesn't reach the bottom fold, so basically the body DIV which comes before it in the code needs to have a height of 100% to push it down. As far as I am aware