[css-d] Client side include for Internet Explorer

2007-08-25 Thread Dave M G
CSS-d, I'd like to have a different style element, and just a little HTML content, sent to Internet Explorer 6 that will not be visible to other browsers. I know that I can put special comment tags in that only Explorer will see, such as: However, the problem with this is that the content i

Re: [css-d] Differing font-sizes between operating systems

2007-08-25 Thread Jukka K. Korpela
On Fri, 24 Aug 2007, Felix Miata wrote: > In Konqueror and all versions of IE, monospace (PRE) is the same size as > proportional. No, on IE, the default font size of pre elements, as well as tt, code, kbd, and sample elements, is about 90% of the basic font size. Things _look_ different, sinc

Re: [css-d] Insertions rather than popups

2007-08-25 Thread odder
Well, firstly, I don't know why do you hide these footnotes. There's a pretty simple solution using hrefs and ids, try something llike this: text1 text text text text sometexthere Here's an example: http://riddle.pl/-/xhtml/przypisy-dolne/. Hope it helps. Regards, -- Tomasz W. Kozłowski _

[css-d] positioning guidance - link

2007-08-25 Thread JGardner
Sorry, I forgot to include a link to the page - It is here - http://www.jgardnerdesigns.com/ Thanks, Jennifer Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http:/

Re: [css-d] positioning guidance

2007-08-25 Thread Frank Piuck
JGardner wrote: > I want three boxes lined up next to each other (the light blue boxes). > I tried floating them but somehow that made them go into the footer (which > has a red border on it while I am trying to figure this all out). So then I > absolutely positioned them inside a relati

Re: [css-d] Client side include for Internet Explorer

2007-08-25 Thread David Hucklesby
On Sat, 25 Aug 2007 19:48:43 +0900, Dave M G wrote: [...] > > In the interest of trying to save some bandwidth, I'm trying to figure out if > there is > some kind of client side include I can put inside that comment hack so that > only > Explorer will download it. > [...] Dave, The only way I kn

Re: [css-d] Differing font-sizes between operating systems

2007-08-25 Thread Felix Miata
On 2007/08/25 14:20 (GMT+0300) Jukka K. Korpela apparently typed: > On Fri, 24 Aug 2007, Felix Miata wrote: >> In Konqueror and all versions of IE, monospace (PRE) is the same size as >> proportional. > No, on IE, the default font size of pre elements, as well as tt, code, > kbd, and sample el

[css-d] extra padding? in IE 6

2007-08-25 Thread JGardner
I have the block positioning problem fixed - Thank you Frank!! But now I have some extra white padding/space on the right hand side of my main content block, only in IE 6 (that I am aware of anyway). Any suggestions? Thank you, Jennifer __

Re: [css-d] Good default font-family stacks?

2007-08-25 Thread Felix Miata
On 2007/08/20 10:32 (GMT-0400) Timothy Kelty apparently typed: > I'm trying to find a good reference to set up some good font-family default > stacks with fonts that share similar enough characteristics. Ideally, I'm > looking for some examples that contain all your basic web fonts, then a > coup

Re: [css-d] positioning guidance

2007-08-25 Thread Gunlaug Sørtun
JGardner wrote: > I want three boxes lined up next to each other (the light blue > boxes). > You're back to floats now, so you can use one of the "equal height columns"[1][2] solutions. I have used [1] in a copy of your page...

[css-d] align image to bottom right corner

2007-08-25 Thread David Merchant
I am trying to place the file cabinet image in the bottom right hand corner of a div. I've searched wiki, the web and poked around the archives and what solutions I've seen I can't get to work. Yes, I'm a bit green when it comes to CSS, green enough that maybe I am not searching correctly becau

Re: [css-d] Client side include for Internet Explorer [SOLVED]

2007-08-25 Thread Dave M G
David, Rafael, First, apologies if this question was off topic. I thought it fell under the umbrella of "ways of delivering different style to Internet Explorer 6", which gets discussed a lot here. But in any case, it seems that the cost in difficulty of delivering Explorer specific style and

Re: [css-d] align image to bottom right corner

2007-08-25 Thread Jukka K. Korpela
On Sat, 25 Aug 2007, David Merchant wrote: > I am trying to place the file cabinet image in the bottom right hand > corner of a div. I've searched wiki, the web and poked around the > archives and what solutions I've seen I can't get to work. It might be easier to analyze the situation if you pos