Re: [css-d] broken text in FF - gecko overflow bug

2005-06-20 Thread Ingo Chao
The bug was confirmed as new: https://bugzilla.mozilla.org/show_bug.cgi?id=298219 Thanks to David, Susan, Roger, and Philippe. regards, Ingo __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d L

Re: [css-d] IE & border

2005-06-20 Thread Gary Turner
Luc wrote: Hello Gary, It was foretold that on 20-6-2005 @ 16:37:49 GMT-0500 (which was 23:37:49 where I live) Gary Turner would write: GT> It's a bit impolite to scattershoot, posting to multiple fora and lists. Give GT> one a chance before trying another. That wasn't my post :-)

RE: [css-d] Default Button "Padding" in IE

2005-06-20 Thread Tatham Oddie
Mark, 1. Make the button invisible (no border, no background) 2. Wrap it in a or 3. Style the wrapping element span { display: block; height: 25px; width: 75px; padding: 0; margin: 0; border: solid 1px red; background-color: #00F;

[css-d] Metallic website

2005-06-20 Thread Greg Morphis
A friend of mine would like to see his site look like the attached.. The header is easy becase its a solid color, heh, but can someone help with the metallic look of it? Is it possible? Thanks! __ css-discuss [EMAIL PROTECTED] htt

[css-d] IE & border: solved

2005-06-20 Thread Luc
Hello list, The 1 px in IE is solved. Somehow i messed up with the width on my wrapper and logo div. I'm a happy camper now. Tnx to all who answered my question :-) -- Best regards, Luc http://www.dzinelabs.com Need a website? http://www.w-orx.com Powered by

[css-d] IE z-index problem

2005-06-20 Thread Bill French
hello, i'm having a hell of a time with some z-index code. take a look at http://www.sims.berkeley.edu/~french/css/result.html to see the problem and what i'm trying to do. (click the first link, "by author"). i'm only worried about IE for now. thank you in advance for any help. --bill ___

Re: [css-d] IE & border

2005-06-20 Thread Luc
Hello Gary, It was foretold that on 20-6-2005 @ 16:37:49 GMT-0500 (which was 23:37:49 where I live) Gary Turner would write: GT> It's a bit impolite to scattershoot, posting to multiple fora and lists. Give GT> one a chance before trying another. That wasn't my post :-) -- Best reg

[css-d] What is wrong with my "myhover.htc" ?

2005-06-20 Thread Uwe Kaiser
Hi list When I look at Peter Nederlof's "csshover.htc", I ask myself, why this snippet is doing the same. // myhover.htc attachEvent('onmouseover', Over); attachEvent('onmouseout', Out); function Over() { Originalvalue = element.className; element.className += ' over'; } function

Re: [css-d] Large gap appearing in IE6

2005-06-20 Thread Gary Turner
Luke Mackenzie wrote: Hi, I am having an issue with IE6 which I just can't seem to resolve. The page in question is here: http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4 e95852105ad46eafad See It's a

Re: [css-d] IE & border -- apologies

2005-06-20 Thread Gary Turner
Luc wrote: Good evening list, I inadverdantly replied on this thread in answer to another. My apologies. gary -- Anyone can build a usable web site. It takes a graphics designer to make it slow, confusing, and painful to use. __

Re: [css-d] IE & border

2005-06-20 Thread Gary Turner
Luc wrote: Good evening list, http://www.dzinelabs.com/Pages/template_metallica.php Op, Moz & FF show the wrapper right border. IE does not. Can somebody shed some light on this? See It's a bit impolite to scattershoot, postin

Re: [css-d] Blank space between divs in mozilla not in IE

2005-06-20 Thread Roberto Gorjão
Rick It comes from the h2 heading. Either use: h2 { margin:0; background: #f2f4ff; font-size: 100%; } or * { margin:0; padding:0; } Roberto -- Rick Pasotto wrote: Where does the blank space after the top horizontal navbar

Re: [css-d] Floated blocks inside list items

2005-06-20 Thread Mike
On 6/20/05, Jason Mark Roehrig <[EMAIL PROTECTED]> wrote: > Mike wrote: > > >li div { float: left; } > > > Change to: > > li div {display:inline;} thanks for the response. However, that wouldn't produce the desired result. that would just make the button appear at the end of the question text be

Re: [css-d] Blank space between divs in mozilla not in IE

2005-06-20 Thread Lauri Raittila
On Mon, 20 Jun 2005 22:05:10 +0200, Rick Pasotto <[EMAIL PROTECTED]> wrote: Where does the blank space after the top horizontal navbar and the main body come from? It's there only in Mozilla/Firefox but not in IE. I've got 'html,body {margin:0; padding:0}'. I've tri

[css-d] Text alignment, full justification.

2005-06-20 Thread Dan R. Hunt
I would like to allign the text of our company name / logo using css rather than an image of the text. Here is the look I am trying to reproduce: http://www.tillagetools.com/ads1/images/logo2b3.jpg So far all I have is the text sized and placed big letters over little letters but I would like t

Re: [css-d] How to avoid hovering named anchors?

2005-06-20 Thread Lauri Raittila
On Sun, 19 Jun 2005 20:33:58 +0200, Kelly Miller <[EMAIL PROTECTED]> wrote: a:link:hover, a:visited:hover {} Unfortunately, the problem with doing that is IE, which doesn't understand :link:hover and :visited:hover. You mean older versions than IE6, as it works in it. Is it really that imp

Re: [css-d] Floated blocks inside list items

2005-06-20 Thread Jason Mark Roehrig
Mike wrote: li div { float: left; } Change to: li div {display:inline;} __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.

Re: [css-d] Recommendations?

2005-06-20 Thread Holly Bergevin
From: Rahul Gonsalves <[EMAIL PROTECTED]> >http://jaithirtha.net/rahul/CFLeducation.htm > >The only problem that I'm having is that in IE, the right float >(#indented) is pushing the content to the left, while in FF, the content >flows. I would like the content to not flow around this indentatio

Re: [css-d] IE Bug - HELP!

2005-06-20 Thread Holly Bergevin
From: "David R. Moulton" <[EMAIL PROTECTED]> >http://staff.valpo.edu/dmoulton/test/oia-comm/ and I >am having a IE display issue. If you scroll down and refresh the page >you will see that the middle column does not show up. Any ideas? David, the first thing I'd suggest before attempting extens

[css-d] Blank space between divs in mozilla not in IE

2005-06-20 Thread Rick Pasotto
Where does the blank space after the top horizontal navbar and the main body come from? It's there only in Mozilla/Firefox but not in IE. I've got 'html,body {margin:0; padding:0}'. I've tried adding margin:0 everywhere that seems relevant. What silly thing have I ove

[css-d] Floated blocks inside list items

2005-06-20 Thread Mike
Hi all, I've never written here but I have yet to find a solution to this, or even anyone trying to do it. I have a list of questions in a learning management app, marked up as an ordered list. Containing them in the list is important not just because of semantics, but because it should be number

[css-d] navigation list and other issues

2005-06-20 Thread saul straussman
Hello, I was asked by my boss to create a new layout for our site and thought I'd take the opportunity to create it in CSS. I've looked at a lot of web sites and red a bit too and for a novice have gotten it pretty far. First-off, I am having a bear of a time with the main horizontal navigat

[css-d] IE Bug - HELP!

2005-06-20 Thread David R. Moulton
All, I've been testing http://staff.valpo.edu/dmoulton/test/oia-comm/ and I am having a IE display issue. If you scroll down and refresh the page you will see that the middle column does not show up. Any ideas? David -- David R. Moulton | [EMAIL PROTECTED] Associate Director of Electronic Co

RE: [css-d] aligning text in floated div

2005-06-20 Thread Pringle, Ron
Category Title .category { float: left; padding: 0 20px 20px 0; width: 150px; } .category h2, .category h3, .category p { text-align: center; } .category img { margin: 0 auto; } Marty- I would suggest marking up your code a bit more semantically instead of usin

[css-d] spacing problem

2005-06-20 Thread William Doyle
I am working up a mock-up for my company and for some reason i can't the spacing to work right on IE6 /WIN. it is confusing me. I have done all the pixel calculations and it should be right, but it is shifted one pixel to the left. Can someone please offer me help? if you check this url you ca

[css-d] aligning text in floated div

2005-06-20 Thread Marty Martin
I have a set of s that look like this: src="#request.images#/sample_products/watch_thumb.jpg" width="100" height="105" alt="PRODUCT TITLE SHOULD GO HERE" border="0" /> Category Title The

[css-d] Recommendations?

2005-06-20 Thread Rahul Gonsalves
Dear All: Moving a little bit closer to standards compliance everyday! I have a page set up here : http://jaithirtha.net/rahul/CFLeducation.htm The reference pages for this is (table-based) here: http://cfl.in/CFLEducation.htm The only problem that I'm having is that in IE, the right float

Re: [css-d] ADMIN: test message please excuse & disregard

2005-06-20 Thread Adam Kuehn
At 12:16 PM +1000 6/20/05, IDS wrote: not sure if my messages are reaching the list, hence this test message. Please do not, under any circumstances, send "test" messages to the list. If you need to send an actual, pertinent message to the list, please do that. If that didn't work, please s

[css-d] Default Button "Padding" in IE

2005-06-20 Thread Mark Hurlburt
I think I'm stumped. When you set a border and a background image on a button (input tag or button tag) in Internet Explorer there is a 1px gap between the background image and the border. Setting the padding (and the margins) of the button/input tag have no effect on this "default" padding.

Re: [css-d] How to avoid hovering named anchors?

2005-06-20 Thread Adam Kuehn
At 2:33 PM -0400 6/19/05, Kelly Miller wrote: How can I avoid that modern browsers displays hover-color on named anchors? I just avoid using named anchors (in favour of ids on arbitary, but apropriate, elements), since I don't care much about Netscape 4. The other option is: a:link:hover,

[css-d] re: reusing a style definition for another ID (martin f krafft)

2005-06-20 Thread David Storrs
From: martin f krafft <[EMAIL PROTECTED]> If not, what other means do I have to work around the problem of the duplicated ID? Obviously, duplicating all the CSS... but I'd rather avoid that for obvious reasons. How about giving the hanging tabs a different id, and then just adding that id

[css-d] [participation wanted] Good CSS tutorials wanted

2005-06-20 Thread Christian Heilmann
Hello there, at @media2005, I bounced an idea off some people (Molly Holzschlag, Andy Budd, ppk, and whoever was unfortunate enough to listen). The idea is an RSS repository of _good_ tutorials that authors of outdated articles can link to. That way we can reuse the high google ranks of the old a

Re: [css-d] Terminology Question

2005-06-20 Thread Christian Heilmann
> I must not have done a very good job of describing it. > > I've looked at css dropdown menus, but this isn't really a menu. It's more > like a a big formatted box that zooms out at you when you mouseover the > link. > > Usage: In an out of the box web application, user has a more details link

Re: [css-d] Terminology Question

2005-06-20 Thread Jason Mark Roehrig
You just need to look for 'javascript' solutions, as effects/animation are scripted with JS. Some people are working on a JS library, supporting exactly the kind of effects you are looking for, to be implemented with RAILS (in Ruby programmed web framework): http://prototype.conio.net/ Hope

RE: [css-d] Terminology Question

2005-06-20 Thread Brown, Melonie
It's more like a tooltip on steroids... (and when I typed that, the lightbulb went off. I started hunting for tooltips and came across this site. The correct term for searching seems to be "dhtml tooltip") http://www.walterzorn.com/tooltip/tooltip_e.htm -Original Message- From: [EMAIL

RE: [css-d] Terminology Question

2005-06-20 Thread Brown, Melonie
I must not have done a very good job of describing it. I've looked at css dropdown menus, but this isn't really a menu. It's more like a a big formatted box that zooms out at you when you mouseover the link. Usage: In an out of the box web application, user has a more details link that they can

Re: [css-d] rounded corner problem

2005-06-20 Thread Roger Roelofs
Martin, On Jun 20, 2005, at 7:24 AM, Marty Martin wrote: *Resent, never received any responses* I saw it the first time, but when I lookeed at the pages I didn't see a problem, so I assumed you fixed it. I am using CSS and images inspired by a tutorial at alistapart.com to create rounded

Re: [css-d] rounded corner problem

2005-06-20 Thread Ingo Chao
Marty Martin schrieb: *Resent, never received any responses* Basically, the problem is in FF when I insert content into the s controlling the box, it pushes my corners down if the element is a block-level element. I can get around this if the first item in the is a by applying a left float

[css-d] Terminology Question

2005-06-20 Thread Brown, Melonie
Amazon has a very nifty zoom out box that I see when I mouse over their "See all 31 product categories" tab. I need to accomplish something similar and would prefer to use something like that instead of a traditional popup. The problem is that I don't know what search terms to use when looking f

Re: [css-d] reusing a style definition for another ID

2005-06-20 Thread Parker Torrence
I think what you are look for would look like #portal-globalnav li.selected, #portal-hangingnav li.selected { ...the old css... } #portal-hangingnav li.selected { border-style: solid none none none; } > > #portal-hangingnav li.selected { > include: #portal-globalnav li.selected; >

Re: [css-d] rounded corner problem

2005-06-20 Thread Prabhath Sirisena
> Basically, the problem is in FF when I insert content into the s > controlling the box, it pushes my corners down if the element is a > block-level element. I can get around this if the first item in the > is a by applying a left float to the . However, if the > element is a the float doesn'

[css-d] rounded corner problem

2005-06-20 Thread Marty Martin
*Resent, never received any responses* I am using CSS and images inspired by a tutorial at alistapart.com to create rounded box corners for elements on a site I am designing but am running into problems when I insert content into the box. Basically, the problem is in FF when I insert content int

[css-d] Re: Please help with Print Page break problem

2005-06-20 Thread Julian Voelcker
Please ignore this, problem now solved. Cheers, Julian Voelcker Cirencester, United Kingdom __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Sup

RE: [css-d] Pure CSS popups - follow up

2005-06-20 Thread colin.walls
Sorry - I obviously didn't phrase what I meant to say properly. I wasn't getting at you, but a company that believes that "CSS is a broken standard". Your initial solution works quite nicely and this is the one I have started coding for. I don't want to use the title attribute, since I can't be

[css-d] Please help with Print Page break problem

2005-06-20 Thread Julian Voelcker
I have a page that is rendering a series of letters that I need to print out. I have added the following to the end each letter to provide the printing pagination, however I am finding that the browser is printing all the letters on one page and then printing x blank pages - where x is the num

RE: [css-d] Pure CSS popups - follow up

2005-06-20 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> >This works, but having to style every button surely defeats the whole idea of >CSS (or perhaps that is the idea). The idea is a practial one, not one designed to defeat CSS. I'm pretty sure the individual z-indexes are needed to get IE to do what you want. The ancho

RE: [css-d] Pure CSS popups - follow up

2005-06-20 Thread colin.walls
A good job I generate the HTML programmatically :-) This works, but having to style every button surely defeats the whole idea of CSS (or perhaps that is the idea). From: Holly Bergevin [mailto:[EMAIL PROTECTED] Sent: Mon 20/06/2005 09:57 To: css-d@lists.css-d

Re: [css-d] Pure CSS popups - follow up

2005-06-20 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> > a suitably anonymised example > http://murorum.demon.co.uk/mwr/. > >Hovering over each of the status buttons on the left hand side of the table >should pop up an appropriate message. This works fine on Firefox and >Konqueror. As you can see IE lets the background ima

[css-d] Pure CSS popups - follow up

2005-06-20 Thread colin.walls
I am no further forward with the pure CSS popup implementation I am trying. However, I now have a suitably anonymised example, you can find it at http://murorum.demon.co.uk/mwr/. Hovering over each of the status buttons on the left hand side of the table should pop up an appropriate message. T