[css-d] Non-Flickery Image Rollovers (in an un ordered list)

2005-11-12 Thread Steve Tchorzewski
Greetings fellow CSS worshipers, I created this link menu to replace an: images / JavaScript menu. It works in all of the browsers I can get my hands on. Can I get a site check? Just take a quick look in at the menu across the top (especially if you can check on a mac, I am very interested to kno

Re: [css-d] Class and id used together

2005-11-12 Thread Christian Heilmann
> Doing this presupposes that you will only have one blue item and one red > item on a page. What if you want to create anything else on the page with a > blue background? I would keep them all classes and use the structure below > > .box {border: 1px solid black; } > .blue{background-color: blu

[css-d] absolute positioned div not the same in IE as Firefox

2005-11-12 Thread Eric Porter
Hello everyone, My first post here. Been lurkin and learnin. I have a 2 part question: 1: On this page- http://streamingink.com/docs/contact.htm There is an absolute positioned div (flower, bottom left), that shows up in different locations vertically in IE vs. Firefox. About an em difference I'

Re: [css-d] Class and id used together

2005-11-12 Thread Graham Cook
Hi Kerry, Doing this presupposes that you will only have one blue item and one red item on a page. What if you want to create anything else on the page with a blue background? I would keep them all classes and use the structure below .box {border: 1px solid black; } .blue{background-color: blu

[css-d] Class and id used together

2005-11-12 Thread Kerry Kobashi
Is the use of classes and id together well supported in browsers today? Any thing to be aware of that will end up in gotchas later on through its use? For example: .box { border: 1px solid black; } #blue { background-color: blue; } #red { background-color: red; }

[css-d] Style Switcher Help

2005-11-12 Thread Angus at InfoForce Services
I think this is off topic, however, I did not know who to ask. Please reply to [EMAIL PROTECTED] I have been trying to follow "build a PHP switcher" at "A list apart" and nothing is working. can some one please look at the code and suggest fixes? Thank you. HTML: http://infoforce-services.com/t

Re: [css-d] Hover problem

2005-11-12 Thread Schalk
Thanks Donna I will try this. Let's see if anyone else has some additional advise as well. Working within the Joomla framework is not always a pleasure :( Donna Casey wrote: >Schalk wrote: > > >>Greetings All >> >>Please have a look at the following site: http://elpasoreading.us/joomla/ >> >>

Re: [css-d] Hover problem

2005-11-12 Thread Donna Casey
Schalk wrote: > Greetings All > > Please have a look at the following site: http://elpasoreading.us/joomla/ > > For some reason the :hover state does not fill the entire area, in > Firefox, have not checked in IE. Can someone see why not? What am I > missing here? Thank you in advance. > Yo

Re: [css-d] Deamweaver Template issue

2005-11-12 Thread Al Sparber
Dreamweaver "Templates" technology uses comments to mark editable regions. The CSS could not possibly effect those. It is probably burping on the unusual CSS - but only in Design View. Edit your content in Code View and you should have no problems. If DW actually does remove the editable commen

[css-d] Hover problem

2005-11-12 Thread Schalk
Greetings All Please have a look at the following site: http://elpasoreading.us/joomla/ For some reason the :hover state does not fill the entire area, in Firefox, have not checked in IE. Can someone see why not? What am I missing here? Thank you in advance. -- Kind Regards Schalk Neethling W

[css-d] Deamweaver Template issue

2005-11-12 Thread Kenoli Oleari
Does anyone on this list work with DreamWeaver? I would like to implement the "true" equal column height solution circulated on the list. http://www.positioniseverything.net/articles/onetruelayout/equalheight I have a "wrapping" div along with container divs with make up the columns. In add

Re: [css-d] bottom align text with background image in

2005-11-12 Thread Trish Meyer
At 12:40 PM -0500 11/12/05, Roger Roelofs wrote: > > >> Invalid number : background-position 9px is not a background-position >> value : left 9px; > >I don't remember the exact wording of the spec, but my rule of thumb is >to use either the words top left... or units like 0 9px or 2em 5em or >p

Re: [css-d] bottom align text with background image in

2005-11-12 Thread Roger Roelofs
Trish, On Nov 12, 2005, at 12:14 PM, Trish Meyer wrote: > i.e., the css says "left 9px" instead of "left top" or "left bottom". > > see the little red bullet to the left of "Breaking News" at > > > However, when I validated the CSS, I get an error: > > E

Re: [css-d] bottom align text with background image in

2005-11-12 Thread Trish Meyer
At 4:14 PM + 11/12/05, Barnaby Scott wrote: >I have been having a number of problems styling the following site: > >http://www.southdevons.co.uk/ >The stylesheet is here: http://www.southdevons.co.uk/style/grove.css > >In order to avoid confusion, I guess I'd better tackle them one at a time. >

[css-d] IE Repeat Background Problem

2005-11-12 Thread Brittany Richards
I'm trying to find a solution to yet another IE problem, which is probably not even new. I am trying to make a site with a repeating gif set as a background-image in its left and right columns. It looks beautiful in Safari and Firefox on my mac, but in IE Mac the gifs aren't even displaying, as tho

[css-d] bottom align text with background image in

2005-11-12 Thread Barnaby Scott
I have been having a number of problems styling the following site: http://www.southdevons.co.uk/ The stylesheet is here: http://www.southdevons.co.uk/style/grove.css In order to avoid confusion, I guess I'd better tackle them one at a time. So, the first is the and : I set the background image

Re: [css-d] clearing clears sidebar too

2005-11-12 Thread Trish Meyer
> > "Know your shizzle" as in, know your stuff > You guys know your shizzle and are so sharing to boot! Thanks for all the great advice and links. I know I can solve this now one way or the other! thank you thank you thank you, Trish -- ___ \ Trish & Chris Meyer/CyberMotion: Motio

Re: [css-d] img clip on text zoom

2005-11-12 Thread David Laakso
Gunlaug Sørtun wrote: >David Laakso wrote: > > >>On this page poor Leonardo >>gets clipped at the bottom when the font-size is /reduced/. css: >> What to do? >> >> > >Give him some space... > >[...] > >...only tested

Re: [css-d] Background image in page element

2005-11-12 Thread Greg Maruszeczka
Ian Young wrote: > This is my first time and have had a a search for this topic and didn't find > anything recently. > > I need to have a background image within the "banner" element of my page. > Easy huh? > > If the style commands are included in the page it works fine not if imported > from an

[css-d] Background image in page element

2005-11-12 Thread Ian Young
This is my first time and have had a a search for this topic and didn't find anything recently. I need to have a background image within the "banner" element of my page. Easy huh? If the style commands are included in the page it works fine not if imported from an includes file. here is script:

Re: [css-d] img clip on text zoom

2005-11-12 Thread Gunlaug Sørtun
David Laakso wrote: > On this page poor Leonardo > gets clipped at the bottom when the font-size is /reduced/. css: > What to do? Give him some space... div#header-minor, div#footer-minor { background: url(images/leonardo

[css-d] img clip on text zoom

2005-11-12 Thread David Laakso
On this page poor Leonardo gets clipped at the bottom when the font-size is /reduced/. css: What to do? Thanks. ~dL __ css-discuss [EMAIL PROTECTED]

Re: [css-d] clearing clears sidebar too

2005-11-12 Thread Gunlaug Sørtun
Michael Hulse wrote: > Hehe, that should be: > > "Know your shizzle" as in, know your stuff *My* stuff - yes :-) > I still think that Sitepoint link is excellent info, esp. for > beginners. > > http://www.sitepoint.com/forums/showthread.php?t=171943&page=1&pp=25 I agree. Some good info t

Re: [css-d] clearing clears sidebar too

2005-11-12 Thread Michael Hulse
Hehe, that should be: "Know your shizzle" as in, know your stuff I still think that Sitepoint link is excellent info, esp. for beginners. http://www.sitepoint.com/forums/showthread.php?t=171943&page=1&pp=25 Cheers, Micky On Nov 12, 2005, at 12:35 AM, Michael Hulse wrote: > Good informatio

Re: [css-d] clearing clears sidebar too

2005-11-12 Thread Michael Hulse
Good information Georg, you obviously know you shizzle. ;) Cheers, Micky > Michael Hulse wrote: >> If you read that Sitepoint post about floats you should be able to >> tackle the float-drop issue with ease. > > Comment: floats don't drop in IE/win in a fixed-width layout, *unless* > some of th

Re: [css-d] clearing clears sidebar too

2005-11-12 Thread Gunlaug Sørtun
Michael Hulse wrote: > If you read that Sitepoint post about floats you should be able to > tackle the float-drop issue with ease. Comment: floats don't drop in IE/win in a fixed-width layout, *unless* some of the content pushes a float outwards so it becomes too wide. That's one of IE/win's weak