[css-d] joining classes

2006-07-18 Thread ross
Hi, when applying more than one class is there a better way to do it than div class=button class=myclass /div And is it considered good css to add more than one class in this way? Ross __ css-discuss [EMAIL PROTECTED]

Re: [css-d] joining classes

2006-07-18 Thread Micky Hulse
[EMAIL PROTECTED] wrote: div class=button class=myclass div class=classOne classTwo classThree.../div This page might help: *CSS-Discuss: Multiple Classes* http://css-discuss.incutio.com/?page=MultipleClasses Hth, Cheers, Micky

Re: [css-d] joining classes

2006-07-18 Thread Gilles DEMARTY
hi, when applying more than one class is there a better way to do it than div class=button class=myclass /div And is it considered good css to add more than one class in this way? I'm not sure this way can validate. the 'correct' way of declaring multilple class for an element is to

[css-d] CSS mouseover?

2006-07-18 Thread David O'Neill
Hey one and all, I was wondering ifm with css, it is possible to create the kind of effect that I have made here [ www.amici-noctis.net ] whereby I can create a layer, and once it is moved over by the mouse it will hide the default layer and display a series of divs with content , links and

Re: [css-d] CSS mouseover?

2006-07-18 Thread Christian Heilmann
Hey one and all, I was wondering ifm with css, it is possible to create the kind of effect that I have made here [ www.amici-noctis.net ] whereby I can create a layer, and once it is moved over by the mouse it will hide the default layer and display a series of divs with content , links and

[css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread D. D. Brierton
Hi guys and gals. I have a peculiar problem with a site in IE6/Win which I believe is a variant on the peekaboo bug. The site is here: http://about.82ask.com/ Stylesheets are here: http://about.82ask.com/wp-content/themes/About82ASK/style.css

Re: [css-d] why reply doesn't default to list?

2006-07-18 Thread Don Miller
Try Reply All instead of just Reply. Don - Original Message - From: Peter Michaux [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, July 17, 2006 8:34 PM Subject: [css-d] why reply doesn't default to list? | Hi, | | I subscribe to many mailing lists and when I click

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread Gunlaug Sørtun
D. D. Brierton wrote: http://about.82ask.com/ The problem is to do with the border around the main page content (#page in the markup, which technically has a background image, not a border, but visually it looks like a border). In IE6/Win sometimes part of the border (and only part) is not

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 15:52 +0200, Gunlaug Sørtun wrote: The /italic bug/... http://www.positioniseverything.net/explorer/italicbug-ie.html ...gets triggered by the blockquotes in that page, and I think that's part of your problem. Thanks Georg! Unfortunately that doesn't solve the problem

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread D. D. Brierton
Just to clarify, I've posted a screenshot here: http://www.dzr-web.com/Screenshot.png Best, Darren -- = D. D. Brierton[EMAIL PROTECTED] www.dzr-web.com Trying is the first step towards failure

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 15:24 +0100, D. D. Brierton wrote: Just to clarify, I've posted a screenshot here: http://www.dzr-web.com/Screenshot.png And yet more info: I've realised that the height of the view-port seems to be a factor. When I reboot into Windows XP my screen resolution is

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread David Laakso
D. D. Brierton wrote: On Tue, 2006-07-18 at 15:24 +0100, D. D. Brierton wrote: Just to clarify, I've posted a screenshot here: http://www.dzr-web.com/Screenshot.png And yet more info: I've realised that the height of the view-port seems to be a factor...] The element in question,

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
Is it possible to have a three column layout with fixed width left and right columns , and variable width center column, WITH a minimum width, using div's ? At 06:02 AM 7/17/2006, Zoe M. Gillenwater replied: - Float one div left - Float one div right - Give middle div matching left

Re: [css-d] [IE6/Win] Strange rendering issue --possible peekaboo bug

2006-07-18 Thread Mike A
D. D. Brierton wrote: On Tue, 2006-07-18 at 15:24 +0100, D. D. Brierton wrote: Just to clarify, I've posted a screenshot here: http://www.dzr-web.com/Screenshot.png And yet more info: I've realised that the height of the view-port seems to be a factor. When I reboot into Windows XP my

Re: [css-d] CSS mouseover?

2006-07-18 Thread Dave Pierce
David wondered: ifm with css, it is possible to create the kind of effect that I have made here [ www.amici-noctis.net ] whereby I can create a layer, and once it is moved over by the mouse it will hide the default layer and display a series of divs with content , links and images. I

Re: [css-d] [IE6/Win] Strange rendering issue --possible peekaboo bug

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 16:42 +0100, Mike A wrote: As a first stop prefer a URL to see if your page validates. Screen shots don't tell the story. The URL was in my original post: http://about.82ask.com/ Best, Darren -- = D.

Re: [css-d] CSS mouseover?

2006-07-18 Thread Dave Pierce
oops...I was using Safari. Dave __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
I have updated the online version :- http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html It has been tested here on IE 6, FF, and Safari. Anyone able to test NN4 and IE5.5 ? Does not work on NN4. Does IE 5.5 support expression() syntax in CSS in HTML ? Aaron

[css-d] rounded corners issue

2006-07-18 Thread Jeralyn Merideth
Thanks to everyone who helped with my last issue. Now, I'm having problems with the rounded corners. Before I added a background image to the wrapper, it was fine. Now, after adding the image you can see the white squared corners. Looking into the code I see where the problem lies, but I am

[css-d] CSS beginner seeking help

2006-07-18 Thread Janet Chang
Hi, I just joined the listserv and am seeking help on a new site I am coding for my organization. I took an intro to CSS class a few months ago so I'm still quite a newbie, but would like to build my experience using CSS. Since this is a brand new site, I was able to start from scratch and

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 11:14 -0400, David Laakso wrote: re: http://about.82ask.com/ When I wrote off-list, I only saw the float drop on the home page. Now, I only see it on the 'management team' page. Thanks David. I've fixed that too now (on my local copy -- changes are checked into

Re: [css-d] rounded corners issue

2006-07-18 Thread MarcLuzietti
Am I destined to have a plain white background to keep the round corners? Just make the corners transparent. :-) Since you aren't using anti-aliasing, it won't be a problem. -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624

Re: [css-d] rounded corners issue

2006-07-18 Thread Jeralyn Merideth
I tried that and it didn't help...still looked the same. I simply put a {background: transparent;} on the bg that are now white but I didn't see a change. Did I miss something in the declaration? J [EMAIL PROTECTED] wrote: Am I destined to have a plain white background to keep the round

Re: [css-d] rounded corners issue

2006-07-18 Thread MarcLuzietti
I meant, make the corners in the image itself transparent in Photoshop or whichever image program you use. If the white corners are still there, then you've probably got a background color declared somewhere. I have foolishly deleted your original e-mail, so I can't take a second look --

Re: [css-d] rounded corners issue

2006-07-18 Thread Jeralyn Merideth
I didn't use images. They are css rounded corners taken from the article Nifty Corners :) [EMAIL PROTECTED] wrote: I meant, make the corners in the image itself transparent in Photoshop or whichever image program you use. If the white corners are still there, then you've probably got a

Re: [css-d] CSS beginner seeking help

2006-07-18 Thread Dave Goodchild
On 18/07/06, Janet Chang [EMAIL PROTECTED] wrote: Hi, I just joined the listserv and am seeking help on a new site I am coding for my organization. I took an intro to CSS class a few months ago so I'm still quite a newbie, but would like to build my experience using CSS. Since this is a

[css-d] CSS mouseover to look like buttons

2006-07-18 Thread Portman
Hi all, I am changing a JavaScript menu to CSS for the mouseover and wanted to make it look like it was still a button that depresses on mouseover. I tried fiddling with adding a border on mouseover (the same color as the background) but it moves all the links, not just the one I am hovering

Re: [css-d] joining classes

2006-07-18 Thread Paul Novitski
At 02:19 AM 7/18/2006, Micky Hulse wrote: [EMAIL PROTECTED] wrote: div class=button class=myclass div class=classOne classTwo classThree.../div This page might help: *CSS-Discuss: Multiple Classes* http://css-discuss.incutio.com/?page=MultipleClasses Also, go to the source: W3C CSS 2.1

Re: [css-d] rounded corners issue

2006-07-18 Thread ross
I wouldn't use that anyway as the corners look a bit ragged. Why not just use a transparent png and then apply the ie fix. R. - Original Message - From: Jeralyn Merideth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Sent: Tuesday, July 18,

Re: [css-d] CSS beginner seeking help

2006-07-18 Thread Janet Chang
At 11:21 AM 7/18/2006, you wrote: On 18/07/06, Janet Chang mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hi, I just joined the listserv and am seeking help on a new site I am coding for my organization. I took an intro to CSS class a few months ago so I'm still quite a newbie, but would

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread Ingo Chao
D. D. Brierton wrote: ... http://about.82ask.com/ ... (The pages use conditional comments instead of hacks to give IE different CSS property values to workaround its issues.) The problem is to do with the border around the main page content (#page in the markup, which technically has a

Re: [css-d] CSS mouseover to look like buttons

2006-07-18 Thread Alex Foley
Many times when you add a border onmouseover, it's adding something that wasn't there before. Give the item a margin of the border width, then take the margin away and replace it with a border on mouseover. Alex Foley Portman wrote: Hi all, I am changing a JavaScript menu to CSS for the

Re: [css-d] rounded corners issue

2006-07-18 Thread Jeralyn Merideth
I'm not familiar with how to do this graphically. I know I would have to use PS to make the image (of course) but I wouldn't know the appropriate size for the boxes I need...and then wouldn't I have to position them relative or absoute? Not sure what to do. Any other suggestions anyone?

[css-d] Flexible div w/min- max-widths and Safari

2006-07-18 Thread Marcus Duke
http://fish.washington.edu/people/template/index1.html I'm wondering why min- and max-width don't work for Safari (1.3.2) on the #banner (banner w/green bkgd color and white-colored font). These properties do, however, work for the #content div. (I don't have Tiger, so I can't run Safari 2.x,

Re: [css-d] [IE6/Win] Strange rendering issue -- possible peekaboo bug

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 19:12 +0200, Ingo Chao wrote: D. D. Brierton wrote: ... http://about.82ask.com/ ... (The pages use conditional comments instead of hacks to give IE different CSS property values to workaround its issues.) The problem is to do with the border around the main

Re: [css-d] CSS beginner seeking help

2006-07-18 Thread David Laakso
Janet Chang wrote: If someone wouldn't mind taking a look at what I've done so far and letting me know if there are any glaring errors I've made or improvements I could make, I would be most grateful. Welcome to the list. You are doing exceptionally well, Janet :-) ! Also, I'm having

Re: [css-d] Three column div

2006-07-18 Thread Dave Pierce
Aaron anxiously asked: Right, very logical. That works, thanks alot everyone. I have updated the online version :- http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html It has been tested here on IE 6, FF, and Safari. Anyone able to test NN4 and IE5.5 ? Aaron,

Re: [css-d] CSS mouseover to look like buttons

2006-07-18 Thread Paul Novitski
At 09:37 AM 7/18/2006, Portman wrote: I am changing a JavaScript menu to CSS for the mouseover and wanted to make it look like it was still a button that depresses on mouseover. I tried fiddling with adding a border on mouseover (the same color as the background) but it moves all the links, not

Re: [css-d] rounded corners issue

2006-07-18 Thread ross
Just make the exact image dimensions and radius with the heading 'news1' . Save it as a transparent png (no background) in your image editing program. Fireworks is the best for this Create the div as before but put the img in. I rember trying to put it in as a background-image but this does

Re: [css-d] Scalability with bottom-stuck footer

2006-07-18 Thread Michael Landis
On 7/12/06, Geoffrey Alan Colbath [EMAIL PROTECTED] wrote about http://www.id.iit.edu/~colbath/v2: The main problem that I'm having, is getting the div that contains the right-hand background graphic to extend the full height of the viewport. The footer is to be positioned at the bottom of the

Re: [css-d] rounded corners issue

2006-07-18 Thread Gunlaug Sørtun
http://216.119.67.187/js/index.htm Now, you are using an ID over and over again, #sidebar, so that should be changed into a class since IDs should only appear once in each page. Regarding the above... my mistake, sorry. However, it should work just fine as one class instead of 3 different

Re: [css-d] Side-scrolling mystery with overflow-x

2006-07-18 Thread Michael Landis
On 7/13/06, Jesse Keller [EMAIL PROTECTED] wrote: Hi -- I'm trying to make a horizontal-scrolling div that contains other divs. I can make a side-scrolling div containing images, but putting divs into the mix always forces the line to break, even with overflow-x set to scroll. Easier to

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html It has been tested here on IE 6, FF, and Safari. Anyone able to test NN4 and IE5.5 ? Aaron, in Mac IE5.2.whatever, the columns act correctly, except the words left and right are hugging the left side of each of their

[css-d] Highlighting Nav Links

2006-07-18 Thread Joseph Lorenzini
Hi all, I am working on a web design that has three different columns of navigation that are persistent throughout the site. I would like to find a way to have the link of the page you are on be highlighted while the rest are grayed out. For example, say I had a main nav of About US which led

[css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Micky Hulse
Hi all, Just quick q: Will putting zoom in an IE-specific style sheet fix the errors a buddy of mine is getting via the Firefox Javascript console? He is using some of the YUI CSS, which uses zoom for a menu... I am just not sure if things will validate once you put zoom into a conditional IE

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 13:03 -0700, Micky Hulse wrote: Hi all, Just quick q: Will putting zoom in an IE-specific style sheet fix the errors a buddy of mine is getting via the Firefox Javascript console? He is using some of the YUI CSS, which uses zoom for a menu... I am just not sure

[css-d] trouble with menu div placement

2006-07-18 Thread Lord Khaos
I've got a page for which the content has a two-column layout, with the left column being fixed at 300px and the right being fluid. I've accomplished this well enough, but I need some drop-down menus in the navigation at the top. So, I need to position the menu1 and menu2 divs such that they

[css-d] Position text inside DIV

2006-07-18 Thread webmaster
I am having trouble positioning the text inside the div. Maybe I have the wrong markup? HTML - http://oit.sfasu.edu/test/frame2.html CSS - http://oit.sfasu.edu/test/template.css Thanks - Travis Killen __ css-discuss [EMAIL

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Micky Hulse
D. D. Brierton wrote: Anything inside a conditional comment, including a linked stylesheet, is precisely that -- a comment -- and so will be ignored by all other browsers. Hi Darren, Great, that is what I thought... I did not know if the Firefox Javascript console would read-past the IE

[css-d] Varying text parameters on same line

2006-07-18 Thread Ian Young
Using a list and want to specify the tab, text color of both texts. If I use p class=test it will clearly drop a line. Tried using span but it doesn't work at all. Here is what I mean: head titletest area/title style type=text/css .members{margin-left:25px;color:navy;} li

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Gunlaug Sørtun
Micky Hulse wrote: But, as long as the online CSS validator is happy, then so am I (and I am sure my friend will be too.) The online CSS validator doesn't know the 'IE-only' styles are there once they are hidden through a 'conditional comment', so you can add all the non-valid garbage you

Re: [css-d] rounded corners issue

2006-07-18 Thread Bob Meetin
just curious, why do you choose to use a transparent .png and apply the ie fix rather than use a transparent .gif? quality, less jagged? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] Varying text parameters on same line

2006-07-18 Thread Paul Novitski
At 04:04 PM 7/18/2006, Ian Young wrote: Using a list and want to specify the tab, text color of both texts. If I use p class=test it will clearly drop a line. Tried using span but it doesn't work at all. Here is what I mean: head titletest area/title style type=text/css

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Ingo Chao
Micky Hulse wrote: D. D. Brierton wrote: Anything inside a conditional comment, including a linked stylesheet, is precisely that -- a comment -- and so will be ignored by all other browsers. Hi Darren, Great, that is what I thought... I did not know if the Firefox Javascript console

Re: [css-d] Varying text parameters on same line

2006-07-18 Thread Ann Adamcik
- Original Message From: Ian Young [EMAIL PROTECTED] head titletest area/title style type=text/css .members{margin-left:25px;color:navy;} li {font-weight:bold;color:red; list-style-type:none} /style /head body liTest:span=members Here we

[css-d] Ascendant selectors in CSS2

2006-07-18 Thread Adam George
Does anyone know if there are going to be ascendant selectors in CSS2+? Thanks - Adam - Original Message - From: Peggy Coats [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, July 17, 2006 7:22 AM Subject: [css-d] CSS validation question When I'm validating my CSS, I

Re: [css-d] Ascendant selectors in CSS2

2006-07-18 Thread Kenny Graham
Does anyone know if there are going to be ascendant selectors in CSS2+? Not in any current drafts, as far as I know. (hopefully someone will correct me, because I want to be wrong) __ css-discuss [EMAIL PROTECTED]

[css-d] making div as large as it needs to be

2006-07-18 Thread Marlene T. Yogerst
I'm having a brain drain and need some help. I have a div that I want to have automatically resize itself down the page as content is added to it. I want to be able to continue to add paragraphs or images in the div and in doing so, have the content move down the page as needed. I tried

Re: [css-d] making div as large as it needs to be

2006-07-18 Thread Els
Marlene T. Yogerst wrote: I'm having a brain drain and need some help. I have a div that I want to have automatically resize itself down the page as content is added to it. I want to be able to continue to add paragraphs or images in the div and in doing so, have the content move down the