[css-d] floated column goes outside the container/content

2007-05-18 Thread Melinda Odom
Hi, Why does this floating column not stay within the container/content style in mozilla? http://www.usprayercenter.org/ministry/resources/index-test.html Looks fine in IE7 and IE6. Thanks! Sincerely, Melinda Odom Design Hosting, Inc. www.designhosting.biz 479-471-0891 No virus found in

Re: [css-d] floated column goes outside the container/content

2007-05-18 Thread Gunlaug Sørtun
Melinda Odom wrote: Why does this floating column not stay within the container/content style in mozilla? http://www.usprayercenter.org/ministry/resources/index-test.html Because floats are not supposed to be contained by default. You must tell the browser to expand to contain floats, which

[css-d] Problems with font size in Opera

2007-05-18 Thread Mari Sysimies
Hi I have a problem. I use ADx-menu in the site I'm building. For some reason menu font size is smaller (too small) in Opera than in IE or Firefox. Body font size is set to 80% and class .menu ul font size is set to 0.95em. Page can be found here: http://www.mariks.net/bullmasyhd/index.php I

[css-d] enclosing a div in another one

2007-05-18 Thread James Hague
hi .. in an example like the one below .. how can one enclose the regContainer div inside the mainFrame div irrespective of the content of the regContainer. The clearer div is not doing the trick! a large content of 'regContainer' pushes its lower edge below the main frame! Please help? James

Re: [css-d] Problems with font size in Opera

2007-05-18 Thread ~davidLaakso
Mari Sysimies wrote: I have a problem. I use ADx-menu in the site I'm building. For some reason menu font size is smaller (too small) in Opera than in IE or Firefox. http://www.mariks.net/bullmasyhd/index.php Mari Opera is like that. Target her with: @media screen and (min-width:

Re: [css-d] Problems with font size in Opera

2007-05-18 Thread Jukka K. Korpela
On Fri, 18 May 2007, Mari Sysimies wrote: I have a problem. I use ADx-menu in the site I'm building. For some reason menu font size is smaller (too small) in Opera than in IE or Firefox. There are similar font size differences elsewhere on the page as well. Though they could naturally result

Re: [css-d] font-family font sizes

2007-05-18 Thread Bruno Fassino
On 5/18/07, Philippe Wittenbergh [EMAIL PROTECTED] wrote: On May 18, 2007, at 6:44 AM, Jukka K. Korpela wrote: On Thu, 26 Apr 2007, Philippe Wittenbergh wrote: The only problem I have atm is finding the aspect value for a given font. The font contains that information, but I haven't

Re: [css-d] enclosing a div in another one

2007-05-18 Thread James Gadrow
James Hague wrote: hi .. in an example like the one below .. how can one enclose the regContainer div inside the mainFrame div irrespective of the content of the regContainer. The clearer div is not doing the trick! a large content of 'regContainer' pushes its lower edge below the main

Re: [css-d] enclosing a div in another one [correction]

2007-05-18 Thread ~davidLaakso
~davidLaakso wrote: James Hague wrote: how can one enclose the regContainer div inside the mainFrame div irrespective of the content of the regContainer. The clearer div is not doing the trick! a large content of 'regContainer' pushes its lower edge below the main frame! Please help?

Re: [css-d] enclosing a div in another one

2007-05-18 Thread ~davidLaakso
James Hague wrote: how can one enclose the regContainer div inside the mainFrame div irrespective of the content of the regContainer. The clearer div is not doing the trick! a large content of 'regContainer' pushes its lower edge below the main frame! Please help? James Does this

Re: [css-d] enclosing a div in another one

2007-05-18 Thread Brian Crescimanno
On 5/18/07, James Gadrow [EMAIL PROTECTED] wrote: James Hague wrote: hi .. in an example like the one below .. how can one enclose the regContainer div inside the mainFrame div irrespective of the content of the regContainer. The clearer div is not doing the trick! a large content of

[css-d] Multiple elements changing on hover

2007-05-18 Thread J. Decker
Hi- Hoping someone can help with a design issue that has me a bit stymied. The design calls for wide boxes containing a little flash preview, a title (h3), some description and a bunch of details. The entire box should be a link. On hover, the background of the entire box should change AND the

Re: [css-d] enclosing a div in another one

2007-05-18 Thread James Hague
On 5/18/07, Brian Crescimanno [EMAIL PROTECTED] wrote: James Hague wrote: hi .. in an example like the one below .. how can one enclose the regContainer div inside the mainFrame div irrespective of the content of the regContainer. The clearer div is not doing the trick! a

Re: [css-d] font-family font sizes

2007-05-18 Thread Jukka K. Korpela
On Fri, 18 May 2007, Philippe Wittenbergh wrote: It seems that font-size-adjust helps in some sizing issues on Firefox 2 (Windows) - - Yeah, it helps readability of articles, like when you mix two font- families in the same run of text: p text text codecode/code text text/p where code uses

Re: [css-d] Multiple elements changing on hover

2007-05-18 Thread Brian Crescimanno
Hi Jona, Change: #tracklist .track-desc h3:hover { color: #eb6810; } To: #tracklist a:hover h3 { color: #eb6810; } Tested here in IE6 and FF2/win Brian __ css-discuss [EMAIL

[css-d] IE6 extends my Wrapper Div more than its defined Width - in Firefox it works fine.

2007-05-18 Thread Martin Möller
Hello CSS Friends, please could you take a look at my css layout. I have a problem which is bugging me for the last couple hours. The #Wrapper div (yellow) is extending far more than its defined width and i cant really figure out why. I think the bug comes from the Content Boxes but i havent

[css-d] Background in IE

2007-05-18 Thread Richard Brown
Hi On this site: http://www.sgaglobalblog.us/ http://74.53.74.2/~sgagloba/wp-content/themes/theme229/style.css The menu placed in the header is meant to line up with the side navigation menu. However, in WinIE it doesn't. Any ideas why please? Thanks. -- Rich http://www.cregy.co.uk Embracing

[css-d] Quick XHTML Strict Question

2007-05-18 Thread Spellacy, Michael
Hi All! Not really a CSS question so forgive me, but why is target=_blank not valid when using XHTML Strict Doctype? Just curious. Thanks! Spell __ css-discuss [EMAIL PROTECTED]

[css-d] IE developer toolbar

2007-05-18 Thread AG
By any chance, does anybody have the IE Dev Toolbar Beta 2 install? I've installed yesterday the v.1 of this tool, and I don't like it. Unfortunately, it overwrites the previous betas and they don't provide the old betas anymore. TIA, Ara G.

Re: [css-d] Quick XHTML Strict Question

2007-05-18 Thread Rodrigo Castilho Galvão Ferreira
For example: - HTML: a href=http://www.yahoo.com/; rel=externalEXTERNAL LINK TO YAHOO!/a a href=http://www.aol.com/; rel=externalEXTERNAL LINK TO AOL/a a href=http://www.google.com/; rel=externalEXTERNAL LINK TO GOOGLE/a - JQuery solution: $('[EMAIL PROTECTED]external]').attr('target',

Re: [css-d] Quick XHTML Strict Question

2007-05-18 Thread Kevin Murphy
Because Target is not part of the XHTML spec. If you want something that is XHTML compliant, you need to use JavaScript. Here is what I use to accomplish the same task works on javascript enabled browsers or not. a href=http://www.google.com; onclick=window.open

Re: [css-d] Quick XHTML Strict Question

2007-05-18 Thread Spellacy, Michael
Got plenty of responses to this off list. Thanks everyone. Sorry for going off topic. Spell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spellacy, Michael Sent: Friday, May 18, 2007 12:24 PM To: css-d@lists.css-discuss.org Subject: [css-d] Quick

Re: [css-d] enclosing a div in another one

2007-05-18 Thread James Hague
Thank you. It works alright on IE6. However the gray frame disappears on FF. Also, in IE6, I am not sure if the p is needed. Have tried it without it and it still gives the desired effect. I was wondering if there was an explanation for the position:relative not working? Thank you On 5/18/07,

Re: [css-d] Multiple elements changing on hover

2007-05-18 Thread James Gadrow
J. Decker wrote: The block level items I'm working on...where you see extra styling are styles I didn't bother to copy into the test doc, because they didn't impact the hover issue. Thanks again for your help! Jona You may be styling some more on that link, but as the h3 is the only item

Re: [css-d] enclosing a div in another one

2007-05-18 Thread James Hague
Thank you it works on IE6 - have just placed the line 'margin-top: 125px' in the regContainer div code instead of the mainFrame. However.. in FF the gray border disappears. Is there a hack for that . I wonder? Thanks On 5/18/07, Brian Crescimanno [EMAIL PROTECTED] wrote: The way the code

[css-d] A line over a textarea.

2007-05-18 Thread victor NOAGBODJI
As you can see here: http://tiger.towson.edu/~knoagb1/javascript/textslicer.html I'm trying to create a guideline widget for a textarea. The problem is the big space left after the textarea due to the height of the line. Do you have any suggestion? -- NOAGBODJI Kodjo Victor

[css-d] Text covered on IE7, images covered on IE6

2007-05-18 Thread Tom McNeer
I would greatly appreciate it if the folks on this list could help me with a couple of problems in the following layout: http://www.identitysciences.com/layouts/test.html In Firefox and Safari, all seems well. In IE7, the lower part of the footer text is cut off. In IE6, the images on the left

Re: [css-d] Background in IE

2007-05-18 Thread Richard Brown
Hi Guys On 18/05/07, Richard Brown [EMAIL PROTECTED] wrote: On this site: http://www.sgaglobalblog.us/ http://74.53.74.2/~sgagloba/wp-content/themes/theme229/style.css The menu placed in the header is meant to line up with the side navigation menu. However, in WinIE it doesn't. Any ideas why

Re: [css-d] enclosing a div in another one

2007-05-18 Thread ~davidLaakso
James Hague wrote: Thank you it works on IE6 - have just placed the line 'margin-top: 125px' in the regContainer div code instead of the mainFrame. However.. in FF the gray border disappears. Is there a hack for that . I wonder? Thanks I put the code I emailed to you and the list