Re: [css-d] Float Issue In IE

2008-02-27 Thread Christian Kirchhoff
Hello, regarding the topnav image. In my Windows Firefox it is showing up. The hover effect is not working. That is because you've placed an image inside the anchor. Now when - on hover - you attach a background to the anchor, it is not visible because the image inside the anchor is painted

Re: [css-d] Rounded corners on menu

2008-02-27 Thread Loek Hilgersom
Hi Albert, Here are some more rounded corner approaches. The first I like best, the nifty corners, as it's a very easy and flexible solution, and doesn't require additional mark-up. The disadvantage is that it's pure Javascript, it may not be suitable for all situations (although it works

[css-d] Problem with footer div

2008-02-27 Thread Mark Wilson
I have a development page at http://edinburghschoolofmotoring.co.uk/index_work.php To make the problem clear, I've surrounded the necessary areas with dotted borders. The two link areas at left are in red, the footer in blue. Clearly, what I want is the footer to always begin below the

[css-d] A CSS Mystery

2008-02-27 Thread Jeff Gates
Well, it's a mystery to me. Maybe one of you can help me solve this. My styles disappeared. I've solved how to get them back. But I'd like to know why this happened. In the Web site I've presently developing most of my files are of one layout and I have separate stylesheets that define the css.

Re: [css-d] Problem with footer div

2008-02-27 Thread Christian Kirchhoff
It seems that you've set a wrong height for the #leftnav. The footer actually starts below the bottom edge of the leftnav, but the contents in the leftnav are drawn below that bottom edge. If you set overflow: hidden; for the #leftnav you'll see that the footer doesn't overlap it. What you

[css-d] Suckerfish dropdowns not working in IE6 or 7

2008-02-27 Thread Parag Jagdale
Hi, I have some suckerfish dropdowns and I cant figure out why they refuse to work. If you mouseover them - the drowdowns show up, if you mouseout, the dropdowns dont disappear. Here is the code: http://careercam.net/About-CareerCam/ No idea what the problem is and been pulling my hair out about

Re: [css-d] forcing a a tag to wrap within a table

2008-02-27 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Jukka K. Korpela Sent: Tuesday, February 26, 2008 10:55 PM To: 'css-d' Subject: Re: [css-d] forcing a a tag to wrap within a table Thierry Koblentz wrote: Of vincent pollard i

Re: [css-d] A CSS Mystery

2008-02-27 Thread Jeff Gates
Can you post a URL to the problem pages and CSS files? Without URL's it's nearly impossible to know what the problem might be. When I went to the main simplified page it looked fine BUT when I went back to

Re: [css-d] A CSS Mystery

2008-02-27 Thread Susan Grossman
http://inourpath.com/maps/index.html As I said, I've fixed the problem by reinstating the css links in the head. When they weren't there the problem occurred, as I outlined it in my original post. Jeff Try removing the title attributes in the css links and it should work Susan R.

Re: [css-d] A CSS Mystery

2008-02-27 Thread Jeff Gates
http://inourpath.com/maps/index.html As I said, I've fixed the problem by reinstating the css links in the head. When they weren't there the problem occurred, as I outlined it in my original post. Jeff Try removing the title attributes in the css links and it should work A

Re: [css-d] Suckerfish dropdowns not working in IE6 or 7

2008-02-27 Thread Gunlaug Sørtun
Parag Jagdale wrote: Hi, I have some suckerfish dropdowns and I cant figure out why they refuse to work. If you mouseover them - the drowdowns show up, if you mouseout, the dropdowns dont disappear. Here is the code: http://careercam.net/About-CareerCam/ No idea what the problem is and

Re: [css-d] A CSS Mystery

2008-02-27 Thread Susan Grossman
A question and a comment: Susan, can you tell me why taking out the title attributes would fix it? Comment: I use a switcher to switch between text sizes and I need those attributes for the js to work. It's about preference This is a good explanation by Eric, old, but good:

Re: [css-d] Suckerfish dropdowns not working in IE6 or 7

2008-02-27 Thread Parag Jagdale
ah... i knew it was something small! Thanks! PHP was 'escaping' the first '\' so I didnt realize the second '\' wasnt showing up and two are required or something like that. Typo in your script - it doesn't remove the 'sfhover' class on mouse-out, but keeps on adding new ones for each

Re: [css-d] A CSS Mystery

2008-02-27 Thread Jeff Gates
A question and a comment: Susan, can you tell me why taking out the title attributes would fix it? Comment: I use a switcher to switch between text sizes and I need those attributes for the js to work. It's about preference This is a good explanation by Eric, old, but good:

[css-d] need help, IE on XP is messing up everything when overwrite some css of an a tag

2008-02-27 Thread laviniaebert
Hello, i made a side where hovering an a tag an enlarged images shows up. In the same page I hover links with background images and links with text only. The css for the link with text only is different to the css for the links with background images. Everything is working fine for firefox and

Re: [css-d] forcing a a tag to wrap within a table

2008-02-27 Thread vincent pollard
Hey Thierry, thanks for your help. I'll try that out asap. Vince On 27/02/2008, Thierry Koblentz [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] discuss.org] On Behalf Of Jukka K. Korpela Sent: Tuesday, February 26, 2008 10:55 PM

[css-d] form elements in 2 columns using css

2008-02-27 Thread Rob freeman
Hi everyone, I was wondering how I can create a 2 columns form without adding extra markup. Here is the link to the form: http://www.coloursense.net/testfolder/contact.php I would like to bring the comments name and field up on the same level as the name label and field. At the moment I cant

Re: [css-d] form elements in 2 columns using css

2008-02-27 Thread Gunlaug Sørtun
Rob freeman wrote: http://www.coloursense.net/testfolder/contact.php I would like to bring the comments name and field up on the same level as the name label and field. Is subtracting markup ok? http://www.gunlaug.no/tos/alien/rf/test_08_0227.html

Re: [css-d] form elements in 2 columns using css

2008-02-27 Thread Kathy Wheeler
On 28/02/2008, at 9:47 AM, Rob freeman wrote: Hi everyone, I was wondering how I can create a 2 columns form without adding extra markup. Here is the link to the form: Add a float:left and a width to your label declaration. For eg: label{ display:block; float: left;

Re: [css-d] form elements in 2 columns using css

2008-02-27 Thread Rob freeman
Hi thats fine, but i would like the comment title and field to come up and sit along side the name and email field. i hope this makes sense Thanks.. On 27/02/2008, Kathy Wheeler [EMAIL PROTECTED] wrote: On 28/02/2008, at 9:47 AM, Rob freeman wrote: Hi everyone, I was wondering how I can

[css-d] dropdowns appearing behind content

2008-02-27 Thread Rebecca Richter
Hi, I'm wondering why my css dropdown menus are appearing behind the white content area at http://www.blackfootchallenge.org/3col.html. Anyone know? Thanks! Most Sincerely, Rebecca Richter, Owner Green Valley Designs (406)546-9658 [EMAIL PROTECTED] www.greenvalleydesigns.com

Re: [css-d] Image Background On Hover Isn't Working

2008-02-27 Thread Stephan Wehner
On Tue, Feb 26, 2008 at 7:20 PM, Elli Vizcaino [EMAIL PROTECTED] wrote: Hello, The logo NJ.com in the upper left in the #topnav div isn't swapping out with it's highlighted counterpart on hover. Would this help? http://www.tutorio.com/tutorial/pure-css-image-rollovers Your logo wouldn't

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Parag Jagdale
Hi Rebecca, Try adding a z-index:1000; to: .topnav:hover div.dropdown so your ending code should look like this: .topnav:hover div.dropdown { left: -1px; z-index:1000; } it worked for me in FF. Didnt test in IE. Try it. I'm wondering why my css dropdown menus are appearing behind the white

Re: [css-d] form elements in 2 columns using css

2008-02-27 Thread Rob freeman
I think Ive cracked it.. I have added a little bit more markup but keeping it semantically correct. I included one fieldset for name and email and one fieldset for comments and floated them left and right., should have thought of this first.. thanks for the quick response.. this list rocks..

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Rebecca Richter
Hi Parag, That worked great in FF! Not in IE, though. Any more ideas for that? Most Sincerely, Rebecca Richter, Owner Green Valley Designs (406)546-9658 [EMAIL PROTECTED] www.greenvalleydesigns.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Parag

Re: [css-d] Font name

2008-02-27 Thread Maurizio Pedriale
Hi Màrio, It's Gill Sans MT, it should be a default one in windows installations. Maurizio. Mário Gamito wrote: Hi, Does anyone know the font name that is used in this picture ? http://www.absinto.org/einstein.010.png I'd like to use it in a site, but I can't figure out what it is. Any

Re: [css-d] PVII Tab hitting below navigation

2008-02-27 Thread Al Sparber
From: Christina Hawkins :: GlobalSpex [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, February 25, 2008 11:03 PM Subject: [css-d] PVII Tab hitting below navigation http://www.globalspex.com/clients/rosemount/business-banking-savings.php Having a heck of a time understanding

[css-d] give a solution for font family and size

2008-02-27 Thread parameswaran marimuthu
Hi friends I have the problem plz hepl me to find a solution *Here is that problem *div id=spotlightText a class=spotlightTextHeading href=`readMoreURL``spotLightTitle`/abr /br / font face=Helvetica size=3p *some text here* /p /div it is

Re: [css-d] Floated Column Getting Pushed Down in IE6

2008-02-27 Thread NM Public
Sur 2008-02-23, Gunlaug Sørtun e'crit: Add... #inner {display: inline;} ...to kill the margin-doubling on floats bug in IE6. That'll fix the drop-problem I also am having this problem on my blog, which is here: http://deflexion.com/ And the stylesheet is here:

Re: [css-d] Opacity Filter Not Working in IE

2008-02-27 Thread Ray Costanzo
FWIW, it looks the same in Firefox, IE7, and IE6 for me. Here are screenshots of what I see. http://www.lane34.com/css-discuss/elli/ Sorry about the bitmaps. All I have is MS Paintbrush on this computer. :) Ray -Original Message- From: Elli Vizcaino Sent: Tuesday, February 26, 2008

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Shirley Hicks
On 27-Feb-08, at 6:54 PM, Rebecca Richter wrote: Hi, I'm wondering why my css dropdown menus are appearing behind the white content area at http://www.blackfootchallenge.org/3col.html. Anyone know? Have you checked your layering order (the z number) to see which divs are higher and

[css-d] FW: dropdowns appearing behind content

2008-02-27 Thread Rob Emenecker
Rebecca, Try removing the [float:left;] from your [div.colmask]. My *guess* is that the float is causing it to overlap. Again, I'm guessing, but removing the float does not seem to have a detrimental effect. ...Rob __

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Gunlaug Sørtun
Rebecca Richter wrote: I'm wondering why my css dropdown menus are appearing behind the white content area at http://www.blackfootchallenge.org/3col.html. Anyone know? It is normal that the last element gets stacked visually in front when elements occupy the same area and no

Re: [css-d] Floated Column Getting Pushed Down in IE6

2008-02-27 Thread Gunlaug Sørtun
NM Public wrote: I also am having this problem on my blog, which is here: http://deflexion.com/ Soon I'm going to embark on a structured learning of CSS, especially liquid design, but for now a quick dirty answer would be great. Add as separate style-rule... * html div#mainClm{ width:

[css-d] Magic Margin (IE bug, 6 and 7)

2008-02-27 Thread Blake
Hi List, I have a strange but in IE6 and IE7 where I have an LI and inside that there is a DIV. The LI has no padding and the DIV has no margin. The DIV has a background image which is set to display at the bottom, and because there is no margin and padding it should be sitting at the bottom of

Re: [css-d] dropdowns appearing behind content - fixed

2008-02-27 Thread Rebecca Richter
Thank you, that worked! Most Sincerely, Rebecca Richter, Owner Green Valley Designs (406)546-9658 [EMAIL PROTECTED] www.greenvalleydesigns.com -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 7:39 PM To: Rebecca Richter Cc:

[css-d] Dropdowns not appearing in IE

2008-02-27 Thread Rebecca Richter
Not sure what I did now, but my dropdowns from Who We Are and Participate are not appearing at all in IE at http://www.blackfootchallenge.org/3col.html. Becca __ css-discuss [EMAIL PROTECTED]

Re: [css-d] give a solution for font family and size

2008-02-27 Thread Jukka K. Korpela
parameswaran marimuthu wrote: *div id=spotlightText a class=spotlightTextHeading href=`readMoreURL``spotLightTitle`/abr /br / font face=Helvetica size=3p *some text here* /p /div There is no CSS code in your snippet. On the contrary, it

Re: [css-d] give a solution for font family and size

2008-02-27 Thread Tudor Hariton
Jukka K. Korpela wrote: parameswaran marimuthu wrote: *div id=spotlightText a class=spotlightTextHeading href=`readMoreURL``spotLightTitle`/abr /br / font face=Helvetica size=3p *some text here* /p /div There is no CSS code

Re: [css-d] give a solution for font family and size

2008-02-27 Thread Jukka K. Korpela
Tudor Hariton wrote: If you use CSS the sequence /*font face=Helvetica size=3 */must not be written in you html code... That's incorrect. The use of CSS does not affect the least the issue what you are allowed to write in your HTML code. Some people and organizations, including the W3C, say