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

2007-05-18 Thread James Hague
Yes, it actiually works on both FF and IE6. Thank you very much. Regards James On 5/19/07, ~davidLaakso <[EMAIL PROTECTED]> wrote: > > 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. > >

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 t

Re: [css-d] relative positioning inside absolute positionedelement-why not percentage for top?

2007-05-18 Thread Mike Wilson
Thanks again for your input and for helping me understand this! > > But extending this reasoning to the offset properties, like > > left and top, seems unfair as they cannot cause any layout > > recursion. The child height and width may cause recursion > > as the parent element may base its ow

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: > > > The menu placed in the header is meant to line up with the side > navigation menu. However, in WinIE it doesn't. Any

[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 o

[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 _

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 cod

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 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

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 XHTM

Re: [css-d] Quick XHTML Strict Question

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

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. http://www.google.com"; onclick="window.open (this.href,'google','width=800

[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] http://www.css-discuss.org/mailman/listinfo/cs

[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. ___

[css-d] Background in IE

2007-05-18 Thread Richard Brown
Hi On this site: 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] 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 fou

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

2007-05-18 Thread James Gadrow
James Hague wrote: > On 5/18/07, *Brian Crescimanno* <[EMAIL PROTECTED] > > wrote: > > The required effect is to get the outer 'main frame' div - with its > gray border - to enclose the inner 'regContainer' div, irrespetive of > 'regContainer' height. > > but yo

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: > text text code text text > where code uses a mon

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 PRO

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

2007-05-18 Thread Brian Crescimanno
The way the code rendered on my screen was to push the box below rather than to overlap; this was due to your use of relative positioning which changes where the content is displayed; but not where it "actually exists" in the flow. This code works for me in both IE and Firefox, and from your descr

[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 h

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 do

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!

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

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 > > Doe

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 mai

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

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

[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-wid

[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 appr

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", wh