[css-d] Image swapping

2005-11-02 Thread Arno @ Raketnet
Hi, Is it possible with css to swap images on hover that are located in a different div than in the div that has the anchor? Arno __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] DIV question

2005-11-02 Thread Christian Montoya
> > Is this possible? What about: text And then: div { width of image } p { width:100%; // which is a default } You just have to make the div collapse to the image, maybe with display:inline; or float. -- -- C Montoya rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com ___

Re: [css-d] Suckerfish blues (again)

2005-11-02 Thread Chris Akers
>>> http://homepage.ntlworld.com/graham.reeds/space >> >> Also, I noticed that #nav-rankings-option2a and >> #nav-rankings-option3a's background image jump up a pixel or two on >> hover. >> > That is due to me not bothering with lining up the selection's > properly. I can't decide whether the line

Re: [css-d] A Simple 2 column liquid layout problem.

2005-11-02 Thread Matthijs van de Water
> I want the right (main) div to FILL (horizontally) > the rest of the window, Instead of sitting over on the > right hand side leaving a gap between the 2 divs. The trick is using width:100% and a negative margin. You should read this article: http://www.alistapart.com/articles/negativemargins

[css-d] DIV question

2005-11-02 Thread Jason Benefield
I have a big question for the CSS gurus out there. This is something that has eluded me for several weeks now. I need to create a DIV that contains an image and text. This DIV will be part of an external CSS stylesheet. This DIV(s) will be used on many pages. Here is where it gets tricky.

[css-d] Replicating tables and onion skinning gone crazy

2005-11-02 Thread Graham Reeds
When does using CSS become a more difficult way of replicating tables? The site I am overhauling use a fancy 'piping' graphic around most on screen items. I could simply create nicer tables than the original code which used proprietry attributes, I could position the images explicitly using in

[css-d] A Simple 2 column liquid layout problem.

2005-11-02 Thread peter newton
Hello All, Basic layout: 2 divs side by side between a header bar and a footer bar. Left div fixed width called nav Right div called main Left (nav) div is FIXED width and uses float: left; Right (main) div uses float: right; Problem: I want the right (main) div to FILL (horizontally) the rest

Re: [css-d] Links in Safari aren't clickable

2005-11-02 Thread Jack Keller
I get the same issues in Mac Safari & Firefox, both the same links: Herbology & Kitchen, but both show up as sections when I type them in as a folder Issue: Your code when source is viewed is showing... http://www.blogickal.com/gods_goddesses/"; title="">Gods & Goddesses Herbology Kitchen http

Re: [css-d] "One true layout" - truly a big deal!

2005-11-02 Thread Philippe Wittenbergh
On 3 Nov 2005, at 11:42 am, Bob Easton wrote: > Icing on the cake is news of an impending fix to the Firefox bug > mentioned in the article. Alex reported it on Bugzilla a while back, > then a few others lent some weight to pushing for a fix. As of this > afternoon, one of the Mozilla developer

[css-d] "One true layout" - truly a big deal!

2005-11-02 Thread Bob Easton
Alex Robinson, a long time CSS-Discuss list member, and part-time list mom, has done a remarkable job of designing the ultimate CSS layout. (1) Don't take my word for it. Read what Eric Meyer, our list founder, has to say in his blog (2). Eric says: "One of the article’s primary aims is nothi

[css-d] Links in Safari aren't clickable

2005-11-02 Thread mary
I'm very close to finishing up a blog design for a friend, but the owner of the blog who uses Safari on a Mac tells me that she cannot click on the links in the main entry text. I've had two other Mac users test for me and neither of them had any problems - they were able to click the links. Un

Re: [css-d] CSS2: IE overflow problem

2005-11-02 Thread Philippe Wittenbergh
Forwarding this to the list, as Matthijs replied to me only. > On 11/2/05, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: >> I'm not close to a windows box, but I think [1] a strong negative >> right >> margin: >> table {margin-right: -199px} >> should do the trick. The margin should be at leas

[css-d] Firefox Print Style sheet Problem

2005-11-02 Thread Smith, Sarah
When I print, or print preview, the following page in Firefox, it doesn't display the Middle or Elementary elements. Can someone tell me what I did wrong? TIA... Sarah Page: http://www.fresnolibrary.org/teen/wp/schools.html Print Stylesheet: http://www.fresnolibrary.org/ysprint.css _

Re: [css-d] z-index not working in Opera 8.5

2005-11-02 Thread Gunlaug Sørtun
Allison Bloodworth wrote: > I am trying to position some text that is part of a banner so that > the box in which it is contained is a little higher than it normally > would be. So I am using a negative margin and z-index to place it > underneath the part of the banner that is above it. However

[css-d] improving text only versions?

2005-11-02 Thread ross
Hi, I have been creating some text only version for a website but have a few problems (i) how do I replace image with some text when these images are not a div background but an actual image . Any good techniques? (ii) I have a div which uses a css class from a linked css file. Then this sty

Re: [css-d] IE-Transparency with CSS

2005-11-02 Thread ross
The only way I know is javascript. I hate IE too. R. - Original Message - From: "Abyss Information" <[EMAIL PROTECTED]> To: "CSS-Discuss" Sent: Wednesday, November 02, 2005 8:57 PM Subject: [css-d] IE-Transparency with CSS > Hi All,, > > > I hate IE transparency, is there anyway to be

[css-d] z-index not working in Opera 8.5

2005-11-02 Thread Allison Bloodworth
Hi, I am trying to position some text that is part of a banner so that the box in which it is contained is a little higher than it normally would be. So I am using a negative margin and z-index to place it underneath the part of the banner that is above it. However, for some reason this doesn't

Re: [css-d] [Fwd: How to extend background-repeat:repeat-y to entire height of container?]

2005-11-02 Thread Gunlaug Sørtun
Guy K. Haas wrote: > How can I make the left and right edge gradations in > > http://covinahigh68.com/classpageACxx.htm > > extend all the way to the end of the viewport? Complete with IE-fix... 1: delete and with all those . 2: you already have two wrappers, so just rewrite CSS a bit... Co

[css-d] IE-Transparency with CSS

2005-11-02 Thread Abyss Information
Hi All,, I hate IE transparency, is there anyway to be able to set the PNG transparency in IE 6 without affecting the validation of a document or CSS? Thanks heaps, Abyss __ css-discuss [EMAIL PROTECTED] http://www.css-discus

[css-d] [Fwd: How to extend background-repeat:repeat-y to entire height of container?]

2005-11-02 Thread Guy K. Haas
! I viewed it in Firefox 1.0.7 before asking, but now that I look in IE, it's way outta whack. Suggestions/correctives? --Guy Original Message Subject: How to extend background-repeat:repeat-y to entire height of container? Date: Wed, 02 Nov 2005 11:17:35 -0800 From: Guy K.

Re: [css-d] List Appearing Different in IE and FF

2005-11-02 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > Why are the and styles so different from IE to Firefox? > > http://www.kustom.com/092005/support/productreviews.asp IE/win (and Opera up and including v.8.5) apply margin-defaults, while Firefox (and Opera v.9.0+) apply padding-defaults. Set margins to zero and apply

[css-d] How to extend background-repeat:repeat-y to entire height of container?

2005-11-02 Thread Guy K. Haas
Please give me a clue How can I make the left and right edge gradations in http://covinahigh68.com/classpageACxx.htm extend all the way to the end of the viewport? [Yes, the CSS is very untidy, but I wanted to get it working before getting it reorganized.] --Guy K. Haas Software E

Re: [css-d] Suckerfish blues (again)

2005-11-02 Thread Graham Reeds
Chris Akers wrote: >>The original problem is the fact that I had to reduce the size of the >>text via "font-size: 1px" to get it to render properly on IE6. To me >>that seems rather hacky and I was wondering if there was any more >>elegant way of achieving this. >> >> > >Try >#nav li { >

Re: [css-d] Site Page Check please.

2005-11-02 Thread Pringle, Ron
> > >You have half a dozen top level menu items. That should be > represented > > >as one list with half a dozen list items in it, not as half a dozen > > >lists with only a single item in each. > > > > I'm not sure what your objection is here. Are you saying there are > > rules to using a list?

Re: [css-d] Removing table cell borders

2005-11-02 Thread Kristina Floyd
Hi Christianz, Wednesday, November 2, 2005, 6:39:09 PM, you wrote: > Is there any way to remove particular border sides from one cell in > a table? (And, yes, this is an instance where genuine tabular data Give that TD a class and put the bottom and right borders on only. All the other TD's a bo

Re: [css-d] Site Page Check please.

2005-11-02 Thread tedd
David: > > And, my code is not nonsense to me -- I understand it. > >That's nice - but I would expect markup to be written for browsers, >not for its own author. :) It must make sense to the browsers, because it works. If it was nonsense, wouldn't the browsers object? And, if your reasoning is

[css-d] Removing table cell borders

2005-11-02 Thread christianz
Is there any way to remove particular border sides from one cell in a table? (And, yes, this is an instance where genuine tabular data is being presented.) My client wants a table where the first cell (upper left cell) does not show its top and left border. Actually, I guess you could say it doe

[css-d] Problems with DIV and ubication in page

2005-11-02 Thread Reynier Perez Mira
Well, recently I start to change my site from tables to DIV. I do this almost complety. Some errors with DIV and position exists and I not know how to fix them. See in this page http://www.jovenclub.cu/grm/index.php the result. Below "Noticias e Información" image are 3 DIV and it contains news

[css-d] List Appearing Different in IE and FF

2005-11-02 Thread jdreid
Why are the and styles so different from IE to Firefox? http://www.kustom.com/092005/support/productreviews.asp Also there is a 2 pixel difference in the width of the container, you can see the difference by going from IE to Firefox. This hiccup in IE, is this the box model hack?How do y

Re: [css-d] Site Page Check please.

2005-11-02 Thread David Dorward
On 02/11/05, tedd <[EMAIL PROTECTED]> wrote: > And, my code is not nonsense to me -- I understand it. That's nice - but I would expect markup to be written for browsers, not for its own author. :) > >You have half a dozen top level menu items. That should be represented > >as one list with half a

Re: [css-d] Alignment after sizing window

2005-11-02 Thread Gunlaug Sørtun
Mark Batty wrote: > http://public.softectra.com/dev/lang/markup/css/cssd/021105_1/index.html > ...What I would like is the hnav to stay the same distance above the > #filler div. You may try injecting something like: #branding { position: relative; min-height: 130px; border-bottom: solid 20px

Re: [css-d] Site Page Check please.

2005-11-02 Thread tedd
>On 01/11/05, tedd <[EMAIL PROTECTED]> wrote: > >> >Why is each top level item in a list with just one item in it? >> >> To mimic the typical menu layout David Doward wrote: >Layout is the job of CSS, you shouldn't have to write nonsensical >markup to represent that. Well... css is doing the j

Re: [css-d] an alternative to if ie hack

2005-11-02 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > Is there an alternative to the hack > > > > something I can put in the external style sheet? Yes, if you accept that it's "riding on a parsing bug" :-) ...complete with external information. It's all CSS and pre

Re: [css-d] css include

2005-11-02 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: >Jan Milz wrote: > > >>I am encountering strange css behavior right now with background >>definitions, maybe because a class or an id is defined more than >>once? >> >> > >You may define elements, id and classes in CSS as many times as you >like, but the one with the hi

Re: [css-d] css include

2005-11-02 Thread Gunlaug Sørtun
Jan Milz wrote: > Is it a problem to include several css files like this: I am encountering strange css behavior right now with background > definitions, maybe because a class or an id is defined more than > once? You may define elements, id and classes in CSS as many times as you like, but the

Re: [css-d] Tiling pictures

2005-11-02 Thread Michiel van der Blonk
It sounds like you are not considering all the possibilities of CSS (esp. css-2). It's always interesting to know what you need the fix for in the first place. If it is because you have 'sliced' your images, then you might want to rethink your approach. Take a look at some of the modern webstan

Re: [css-d] an alternative to if ie hack

2005-11-02 Thread Michael Wilson
[EMAIL PROTECTED] wrote: > Is there an alternative to the hack > > > > something I can put in the external style sheet? Hi,

[css-d] an alternative to if ie hack

2005-11-02 Thread ross
Hello, Is there an alternative to the hack something I can put in the external style sheet? R. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] FIXED CSS background added by javascript not showing in IE

2005-11-02 Thread Tony Crockford
Tony Crockford wrote: > so has anyone seen anything about not being able to set background > images on elements with Javascript in IE? it's to do with me using setAttribute ("class",classname"); IE doesn't like it. This is the *proper* way to assign a class to an element with Javascript (AFAIC

[css-d] Alignment after sizing window

2005-11-02 Thread Mark Batty
Hi all I have a couple of issues in both Firefox and Opera. Ignore IE for now as I'm still working on the IE style sheet. html: http://public.softectra.com/dev/lang/markup/css/cssd/021105_1/index.html css: http://public.softectra.com/dev/lang/markup/css/cssd/021105_1/css/good_brows ers.css (Not

[css-d] css include

2005-11-02 Thread Jan Milz
Is it a problem to include several css files like this: http://192.168.0.100/milez/eclipse/style.css";> http://192.168.0.100/milez/eclipse/style.css.php";> http://192.168.0.100/milez/eclipse/common/style.css";> http://192.168.0.100/milez/eclipse/service/style.css";> I am encountering strange css

[css-d] CSS background added by javascript not showing in IE

2005-11-02 Thread Tony Crockford
hi all, anyone know why this works in Firefox, but not IE: http://www.boldfishclient.co.uk/test/test.htm ( what's supposed to happen is that a background image gets appended to the link. the javascript is working (maybe a bit clumsy) in Firefox and works in IE according to the DOM inspector - e

Re: [css-d] Newbie in CSS Questions

2005-11-02 Thread David Dorward
On 01/11/05, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > 1) How I can put a DIV and in the side another DIV and in the side > another DIV? Something like 3 columns in HTML table. http://css-discuss.incutio.com/?page=ThreeColumnLayouts > The elements are organized side by side but not in the w

Re: [css-d] Site Page Check please.

2005-11-02 Thread David Dorward
On 01/11/05, tedd <[EMAIL PROTECTED]> wrote: > >Why is each top level item in a list with just one item in it? > > To mimic the typical menu layout Layout is the job of CSS, you shouldn't have to write nonsensical markup to represent that. You have half a dozen top level menu items. That should

Re: [css-d] CSS2: IE overflow problem

2005-11-02 Thread Philippe Wittenbergh
On 2 Nov 2005, at 4:39 pm, Matthijs van de Water wrote: > I've been struggling with a XHTML/CSS2 design that should work in both > IE and FF (recent versions) and have come accros a problem, best > explained by this example: > http://www.matthijs.net/overflow_problem.html > (Short description: tw