Re: [css-d] Faking float: center, or making blocks flow centered. Impossible?

2008-02-26 Thread Bruno Fassino
On Tue, Feb 26, 2008 at 8:51 AM, Sander Marechal wrote: I want something that behaves sort of as float: center if that would exist. Or as an inline block. Say I have two divs of 200x200 pixels. When the page is 500 pixels wide I would like these blocks to be next to each other, but

[css-d] Rounded corners on menu

2008-02-26 Thread Albert van der Veen
Hi list, I would like to round the corners, using css, on this site: http://www.ediec.org Menu should size when one increases/decreases the font. Examples of sites that do this (rounded corners on all corners, not just tabs) are much appreciated. thanks, Albert

Re: [css-d] Rounded corners on menu

2008-02-26 Thread Jake Churchill
http://jake.cfwebtools.com/index.cfm/2008/2/13/CSS-Rounded-Corners _ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert van

[css-d] When printing: How to use page-break-inside et al.]

2008-02-26 Thread Christian Kirchhoff
Hello, I am adding additional css code for printing. An exemplary webpage can be found here: http://www.zeno.org/Kunstwerke/A/C%C3%A9zanne,+Paul http://www.zeno.org/Main.css I would like to prevent the browser from breaking a page within the thumbnail boxes, which is what FF and IE7 do right

Re: [css-d] Float Issue In IE

2008-02-26 Thread Elli Vizcaino
Thanks Guys! http://e7flux.com/new/new.html Adding a complete URI helped fixed the broken layout. I'm encountering a couple of other problems however: The logo NJ.com in the upper left in the #topnav div is not showing up in Windows FF. It is a link and I also need it to swap out on hover with

[css-d] Getting Rid of White Background

2008-02-26 Thread Jeff Gates
I am trying to port over a menu I have on the main part of my site to a page that is outside the site template. But in adapting the css so the menu text is white I seem to be having a problem with IE6/7. It is showing the whole block as white (the text is there but it, too, is white (which is what

Re: [css-d] Getting Rid of White Background

2008-02-26 Thread Usamah M. Ali
On Tue, Feb 26, 2008 at 8:45 PM, Jeff Gates [EMAIL PROTECTED] wrote: I am trying to port over a menu I have on the main part of my site to a page that is outside the site template. But in adapting the css so the menu text is white I seem to be having a problem with IE6/7. It is showing the

Re: [css-d] Getting Rid of White Background

2008-02-26 Thread Gunlaug Sørtun
Jeff Gates wrote: I've tried commenting out all indications of colored backgrounds in any menu nav element (the menu that appears on the rest of the site has a lot of background: #fff;) but that doesn't seem to help. I don't know where that white background is coming from. Can anyone

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

2008-02-26 Thread vincent pollard
what's the best way to do this? thanks in advance. -- Vincent Pollard __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] Getting Rid of White Background

2008-02-26 Thread Jeff Gates
Jeff Gates wrote: I've tried commenting out all indications of colored backgrounds in any menu nav element (the menu that appears on the rest of the site has a lot of background: #fff;) but that doesn't seem to help. I don't know where that white background is coming from. Can anyone

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

2008-02-26 Thread Christina Hawkins :: GlobalSpex
Thank you for noticing and bringing it to my attention. I reverted to your CSS solution. I believe it solved other issues I was having. Thank you!! Christina Hawkins www.globalspex.com From: Christina Hawkins :: GlobalSpex [EMAIL PROTECTED] Thank you, Al. I'll be sure to see if it'll work. I

Re: [css-d] Faking float: center, or making blocks flow centered. Impossible?

2008-02-26 Thread Sander Marechal
Bruno Fassino wrote: On Tue, Feb 26, 2008 at 8:51 AM, Sander Marechal wrote: I want something that behaves sort of as float: center if that would exist. Or as an inline block. I have some pages with several hacks to try to get this effect, you can have a look: [1], [2]. [2]

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

2008-02-26 Thread Jukka K. Korpela
vincent pollard wrote: what's the best way to do this? You need to ask a more specific question. The content of a table cell, whether within an a element (not tag) or not, automatically wraps when needed, unless you prevent this somehow - provided that there is a space inside the content, or

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

2008-02-26 Thread vincent pollard
i have a table with a bunch of links in it, a tags. one of the links is long and has no spaces so the a tag is pushing out the table beyond it's set width. how do i force the a to wrap? On 26/02/2008, Jukka K. Korpela [EMAIL PROTECTED] wrote: vincent pollard wrote: what's the best way to do

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

2008-02-26 Thread Thierry Koblentz
Of vincent pollard i have a table with a bunch of links in it, a tags. one of the links is long and has no spaces so the a tag is pushing out the table beyond it's set width. how do i force the a to wrap? You can plug a WBR element in the URL:

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

2008-02-26 Thread Elli Vizcaino
Hello, The logo NJ.com in the upper left in the #topnav div isn't swapping out with it's highlighted counterpart on hover. Not sure I set the CSS right but that's the effect I'm aiming for. Also, the image doesn't show up sometimes in Windows FF. Or at least it wasn't showing earlier though it

[css-d] Opacity Filter Not Working in IE

2008-02-26 Thread Elli Vizcaino
Hello, I have a bottomright div that I'd like transparent - it works in FF but not in IE. Can someone take a look and provide any suggestions? Any help is greatly appreciated!! http://e7flux.com/new/new.html Elli

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

2008-02-26 Thread Usamah M. Ali
On Wed, Feb 27, 2008 at 6:20 AM, 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. Not sure I set the CSS right but that's the effect I'm aiming for. Also, the image doesn't show

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

2008-02-26 Thread Jukka K. Korpela
Thierry Koblentz wrote: Of vincent pollard i have a table with a bunch of links in it, a tags. one of the links is long and has no spaces so the a tag is pushing out the table beyond it's set width. how do i force the a to wrap? You can plug a WBR element in the URL: Which URL? I saw no