Re: [css-d] Two style sheets?

2008-03-26 Thread Philippe Wittenbergh
On Mar 27, 2008, at 1:59 PM, Marcy Schaller wrote: > Can two style sheets be applied simultaneously to the same markup? Sure; 2, 3 , 4, ... the sky is the limit. > I have a "general" style sheet for a friend's website that > standardizes > the look of all her pages. One of her pages has some u

[css-d] Two style sheets?

2008-03-26 Thread Marcy Schaller
Can two style sheets be applied simultaneously to the same markup? I have a "general" style sheet for a friend's website that standardizes the look of all her pages. One of her pages has some unique layout requirements that I'm thinking of putting into a separate style sheet. If I list the gene

Re: [css-d] help with floats in Opera

2008-03-26 Thread David Hucklesby
On Wed, 26 Mar 2008 18:58:08 -0600, Debbie Campbell wrote: > Hello all, > > This page is supposed to be three floated columns, but in Opera 9 the left > float is all > the way to the right, the center one below that and all the way to the left: > >> http://www.totalvein.net/new/vein_disease.html >

Re: [css-d] getting titles to appear under image - when hovering on animage map

2008-03-26 Thread Al Sparber
From: "Stuart King" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 26, 2008 8:02 PM Subject: [css-d] getting titles to appear under image - when hovering on animage map > Hi css'erss > I am trying to get the titles of each individual gallery (gallery1; > gallery2; gallery3; gallery4; and galler

Re: [css-d] browser combatibility issues

2008-03-26 Thread Daniel Hammond
| 1) The height of your anchor is being computed to 12px even | though the | image is larger. This fixes the problem by forcing the anchor | to wrap | around the whole image ... | | photo_v a { | display: block; | } Thanks, that fixed it in Safari. IE still ignores it altogether, but

Re: [css-d] help with floats in Opera

2008-03-26 Thread Gunlaug Sørtun
Debbie Campbell wrote: > This page is supposed to be three floated columns, but in Opera 9 the > left float is all the way to the right, the center one below that > and all the way to the left: > >> http://www.totalvein.net/new/vein_disease.html The first float gets hooked up on the right edge

[css-d] help with floats in Opera

2008-03-26 Thread Debbie Campbell
Hello all, This page is supposed to be three floated columns, but in Opera 9 the left float is all the way to the right, the center one below that and all the way to the left: > http://www.totalvein.net/new/vein_disease.html I guess it's really just the first one that's out of place. Is this a

Re: [css-d] getting titles to appear under image - when hovering on an image map

2008-03-26 Thread Chris Broadfoot
Stuart King wrote: > Hi css'erss > I am trying to get the titles of each individual gallery (gallery1; > gallery2; gallery3; gallery4; and gallery5;) to appear underneath the dots > when hovering over the image above. > > URL: > http://www.adrianavargasdesign.com/pages/protfolioSK.html > > thank

[css-d] getting titles to appear under image - when hovering on an image map

2008-03-26 Thread Stuart King
Hi css'erss I am trying to get the titles of each individual gallery (gallery1; gallery2; gallery3; gallery4; and gallery5;) to appear underneath the dots when hovering over the image above. URL: http://www.adrianavargasdesign.com/pages/protfolioSK.html thank you. --s ___

Re: [css-d] Inline CSS with TD

2008-03-26 Thread Ryan Doherty
On Mar 26, 2008, at 3:47 PM, Highpowered wrote: > David Dorward wrote: >> On 26/03/2008, [EMAIL PROTECTED] >> <[EMAIL PROTECTED]> wrote: >> >>> I need to embed all the CSS from below into the style="" attribute >>> of the >>> table HTML: >>> .settings td {border:1px solid #696969;} >>> >> >> Sh

Re: [css-d] Inline CSS with TD

2008-03-26 Thread Highpowered
David Dorward wrote: > On 26/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> I need to embed all the CSS from below into the style="" attribute of the >> table HTML: >> .settings td {border:1px solid #696969;} >> > > Shame, it isn't possible. > > CSS goes in one of two places.

Re: [css-d] Inline CSS with TD

2008-03-26 Thread David Dorward
On 26/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I need to embed all the CSS from below into the style="" attribute of the > table HTML: > .settings td {border:1px solid #696969;} Shame, it isn't possible. CSS goes in one of two places. (1) In a style sheet as full CSS (2) In a

[css-d] Inline CSS with TD

2008-03-26 Thread [EMAIL PROTECTED]
Hi Folks, I need to embed all the CSS from below into the style="" attribute of the table HTML: .settings td {border:1px solid #696969;} Please look here to see the finished product, and the code I need to embed. http://www.lanting.com/test.html This will be for an included piece of PHP so u

Re: [css-d] Background color on menu

2008-03-26 Thread Phoebe Taylor
To thank all the responders, both here and private, I now have a new signature. Phoebe -- Words I have learned to spell from CSS-Discussion list members - scissors, tortoise, hover (not hoover). __ css-discuss [EMAIL PROTECTED] h

Re: [css-d] Background color on menu

2008-03-26 Thread Jack Timmons
On Wed, Mar 26, 2008 at 3:34 PM, Phoebe Taylor <[EMAIL PROTECTED]> wrote: > I'm trying to build a vertical menu for a church site simply using > borders, changing background and font colors. > This is only my second CSS site. > > my CSS for the menu (so far) is this: > > /*Menu Navigation*/ > > ul

Re: [css-d] Background color on menu

2008-03-26 Thread David Laakso
Phoebe Taylor wrote: > bleh.. yes.. > > > >>> My question. Upon hoover I don't see any change in background or font >>> >> > color. Why? >> > >> > Phoebe >> > >> >> >> >> >> Could it be because you misspelled hover in the selector? >> >> >> Think of the w3c validation ser

Re: [css-d] Background color on menu

2008-03-26 Thread Jason Ogle
Cause you're trying to vacuum (Hoover) instead of hover. Correct your spelling and you should be ok. Btw Dyson's are far superior! jason ogle | designer | myspace.com 310.969.7124 | myspace.com/ogletine Dont' print this ema

Re: [css-d] Background color on menu

2008-03-26 Thread Phoebe Taylor
bleh yes. sorry. On Wed, Mar 26, 2008 at 3:41 PM, David Laakso <[EMAIL PROTECTED]> wrote: > Phoebe Taylor wrote: > > my CSS for the menu (so far) is this: > > > > > > > My question. Upon hoover I don't see any change in background or font > > color. Why? > > > > Phoebe > > > > > > > Cou

Re: [css-d] Background color on menu

2008-03-26 Thread Christian Kirchhoff
You wrote: #menu a:hoover { background-color: #F4D455; color: #000; } Shouldn't it be "hover", and not "hoover"? Kind regards, Christian *Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin www.digitale-bibliothek.de AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE

Re: [css-d] Background color on menu

2008-03-26 Thread David Laakso
Phoebe Taylor wrote: > my CSS for the menu (so far) is this: > > > My question. Upon hoover I don't see any change in background or font > color. Why? > > Phoebe > Could it be because you misspelled hover in the selector? -- http://chelseacreekstudio.com/ ___

[css-d] Background color on menu

2008-03-26 Thread Phoebe Taylor
I'm trying to build a vertical menu for a church site simply using borders, changing background and font colors. This is only my second CSS site. my CSS for the menu (so far) is this: /*Menu Navigation*/ ul#menu { list-style-type: none; padding-left: 0; margin-left:0; }

Re: [css-d] website breaks in IE6 (big surprise there), any help would be appreciated!

2008-03-26 Thread Gunlaug Sørtun
Scott Thigpen wrote: > http://www.sthig.com/api/ > you will see it works fine in all browsers but IE6 totally screws up > and pushes the menu to the wrong side. Delete: #navcontainer ul {width: 100%;} ...to prevent expansion, and add... #navcontainer {display: inline;} ...to kill that old '

[css-d] website breaks in IE6 (big surprise there), any help would be appreciated!

2008-03-26 Thread Scott Thigpen
Hello, It was foolish of me to think that my site would work in IE6 when it works flawlessly in FF and Safari. Anyway, if you point your browser here: http://www.sthig.com/api/ you will see it works fine in all browsers but IE6 totally screws up and pushes the menu to the wrong side. Can someone

[css-d] browser combatibility issues

2008-03-26 Thread Daniel Hammond
URL: http://www.objectivedesigns.com/rsdp/nwc/photos.html CSS: http://www.objectivedesigns.com/rsdp/nwc/index.css FF (mac+pc) and Opera (pc [haven't tested on mac]) displays the semi-transparent properties of the photo thumbnails correctly, but Safari (mac+pc) shows the rollover state incorrectly

Re: [css-d] drop-down nav

2008-03-26 Thread Kepler Gelotte
Hi Raymond, Try replacing spaces with   to keep the text from wrapping: The O'Brien Story Also the extra space after the menu items come from the width you specified in the CSS. I would switch to a resizable width, like em inste

Re: [css-d] drop-down nav

2008-03-26 Thread Susan Grossman
> > The entire nav is supposed to be centered but I think I need to wrap > a div around it and give the a margin: 0 auto; You can use Margin:0 auto; if you also give the UL a width - it is 100% unless you tell it otherwise - so technically it is cen

[css-d] drop-down nav

2008-03-26 Thread Raymond Rodriguez
Hi folks, I've been tooling around with a drop down nav I saw in cssplay.co.uk but it's not working out very well. Here's where I'm at with it: http://obrienfamilytree.com/index_test.html The entire nav is supposed to be centered but I think I need to wrap a div around it and give the a mar

Re: [css-d] Clears and three column negative margin layout

2008-03-26 Thread Valerie Wininger
I'm not entirely sure what this is supposed to look like, but if you want the event information aligned left with the black background, remove the 175px left margin on the #main div. Is that what you want to happen? If not, can you give more info on what it's supposed to look like? Thanks! Valer

Re: [css-d] what's the best way to add space between elements?

2008-03-26 Thread Highpowered
vincent pollard wrote: > i have a page that looks a bit like this: > > > > > Label> > > > > Label> > > > > > > Label> > > > > > > > > Label> > > > > > > so, i have no DIV that i could add padding or margin to as i normally would. > > should i add an empty p tag? an empty div? what would y

Re: [css-d] Clears and three column negative margin layout

2008-03-26 Thread Bob Cohen
On Mar 21, 2008, at 11:44 AM, Gunlaug Sørtun wrote: > Bob Cohen wrote: > >> http://www.3mbrecording.com/php/hel/events/index.php > > The #main column needs to be isolated from its surroundings, as any > 'clear' in there will otherwise clear the #left column. Thank you Gunlaug. I did as you sug

Re: [css-d] Help! I have no more hair!

2008-03-26 Thread Steven Garno
Thanks to everyone that has helped me with this problem! Alas, I have dabbed some Rogaine on my head and ended up staying with the tables rather than DIV. Why? Well, tables, thus far seem to be less problematic between browsers (at least for my case) as well as between versions of the same

Re: [css-d] what's the best way to add space between elements?

2008-03-26 Thread Jukka K. Korpela
vincent pollard wrote: > i have a page that looks a bit like this: > > > > > Text="Name"> I don't think the page contains such markup. Rather, you have a file that contains it, and the _server_ then processes the markup and generates some HTML from it. > so, i have no DIV that i could add pa

[css-d] what's the best way to add space between elements?

2008-03-26 Thread vincent pollard
i have a page that looks a bit like this: so, i have no DIV that i could add padding or margin to as i normally would. should i add an empty p tag? an empty div? what would you guys recommend? -- Vincent Pollard http://www.ithinkx.co.uk __

Re: [css-d] Sidebar height

2008-03-26 Thread Mário Gamito
Hi Christian, Thank you for your answer. It was so simple... shame on me :( Warm Regards, Mário Gamito On Wed, Mar 26, 2008 at 1:41 PM, Christian Kirchhoff <[EMAIL PROTECTED]> wrote: > Hello, > > technically, the contents of the sidebar are not all contained in one > div. You have the #navcol

Re: [css-d] Sidebar height

2008-03-26 Thread Christian Kirchhoff
Hello, technically, the contents of the sidebar are not all contained in one div. You have the #navcol that is floated right, which contains everything down to the search form. Anything else that comes below in that column (Vistantes, Escrita etc.) is only placed to the right of the main conte

[css-d] Sidebar height

2008-03-26 Thread Mário Gamito
Hi, I have this blog of mine, http://www.absinto.org If you visit the main page, for example, the sidebar is ok. But if you visit, for example again, this page: http://www.absinto.org/eu/i-am-being-followed#respond since the height of the sidebar body is greater than the bodie, part of the sideb

Re: [css-d] div background opacity

2008-03-26 Thread david
Chris Broadfoot wrote: > david wrote: >> Daniel Hammond wrote: >>> | Is there a way to reduce the opacity of the background color | of a >>> div to a percentage less than 100%, >>> | but not completely transparent? | 50% for example. >>> | Daniel Hammond >>> >>> | yes there is a way: >>> | check t