Re: [css-d] Formating Table Columns

2006-08-15 Thread James Denholm-Price
Hi Anas & [EMAIL PROTECTED] :-) On 14/08/06, Anas R. <[EMAIL PROTECTED]> wrote: > I'm trying to give a table colum some special attributs using CSS, Good use of but I'm afraid that Firefox (and Opera) are following the spec. [1] and IE is not, e.g. see [2] which links to a nice explanation at [3

Re: [css-d] CSS page breaks when printing even small tables

2006-02-02 Thread James Denholm-Price
On 02/02/06, James Golden <[EMAIL PROTECTED]> wrote: > Hello there, first post here so I hope all goes well. Hi James -- welcome to the list :-) or happy de-lurk ;-) > I am building an online home price quote application styled with CSS. [..] > There are any number of options selected. This lends

Re: [css-d] Fieldset or Legend how to?

2005-11-15 Thread James Denholm-Price
Hi Reynier & [EMAIL PROTECTED]: On 11/15/05, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > ... > How I can check if this CSS is well formed and perform CSS Standars from W3C? Just thought it was worth advertising the W3C's CSS validator: http://jigsaw.w3.org/css-validator/ There you can check

Re: [css-d] Footnotes

2005-07-12 Thread James Denholm-Price
On 7/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > At 10:30 AM 7/8/2005, Stephen R Laniel wrote: > >I'd like to create CSS2 footnotes ... > > See http://web.tampabay.rr.com/bmerkey/examples/print-endnotes.html. The JS > used only works for IE. I've quickly hacked a version that is less IE

Re: [css-d] Print CSS Expandable Menu buggy

2005-07-11 Thread James Denholm-Price
Hi Melissa & [EMAIL PROTECTED], On 7/11/05, Craddock, Melissa <[EMAIL PROTECTED]> wrote: > I am using a expanding menu based on > http://www.gazingus.org/html/menuExpandable.html >... I would like to have the menu print expanded even though it is collapsed > on the screen. > When I first go to the

Re: [css-d] Float killing links?

2005-07-05 Thread James Denholm-Price
Hi Wade & [EMAIL PROTECTED]: On 7/5/05, H. Wade Minter <[EMAIL PROTECTED]> wrote: > I'm running into an oddity. I'm using divs to create pseudo-tables... > My page is at http://beta.comedyworx.com/showshow.php?show_id=17 > The HTML and CSS validate, but the links aren't clickable. > ... I've narr

Re: [css-d] Submit Button Styling

2005-07-04 Thread James Denholm-Price
On 7/4/05, Olly Hodgson <[EMAIL PROTECTED]> wrote: > On 7/4/05, Hershel Robinson <[EMAIL PROTECTED]> wrote: > > > Anyone know why they render differently? And more importantly, how to > > get IE to match Firefox? > > I've not yet figured out why, or a solution to it for that matter ... > Sorry I

Re: [css-d] A4 Print page

2005-06-29 Thread James Denholm-Price
On 6/29/05, Richard Brown <[EMAIL PROTECTED]> wrote: > I need to create an output from a sql database through php to an html > doc. The output needs to print out on A4. How can is I find out the css > needed to arrange this to happen? This page from the css-d wiki may help: http://css-discuss.incu

Re: [css-d] Overlapping divs

2005-06-29 Thread James Denholm-Price
Hi Brett & css-d, On 6/28/05, Brett Lucas <[EMAIL PROTECTED]> wrote: > In a link list I have on my site I have a problem in > Mozilla browsers..The title line(style=searchtitleevent) is wrapping on lower > screen recolutions...and overlapping the next div > (searchvenue) causing an unplanned and a

Re: [css-d] Absolutely positioned menu displays in FF but not IE

2005-06-29 Thread James Denholm-Price
Hi David & css-d, On 6/29/05, David Wang <[EMAIL PROTECTED]> wrote: > The site I'm working on has an absolutely positioned menu at the top of each > page. However, within the markup, the menu is actually at the end of the > page. The menu (#smenu) shows correctly in Firefox but not in IE. Bizarre