Re: [css-d] Word Links

2009-03-25 Thread Blake
On Thu, Mar 26, 2009 at 3:27 PM, Alain Durocher wrote: > Scott...that is what I want to do.  In our case when words such as > Ju Jitsu, Krav Maga and Kickboxing appear in text there should be an > ref link to a particular page.  Is that possible? Not with CSS. I'd look into backend or JavaScript

Re: [css-d] Word Links

2009-03-25 Thread Alain Durocher
Scott...that is what I want to do. In our case when words such as Ju Jitsu, Krav Maga and Kickboxing appear in text there should be an ref link to a particular page. Is that possible? On Mar 25, 2009, at 5:51 PM, Scott Mueller wrote: > I assume you mean CSS, not CCS? I'm not aware of a

[css-d] Rounded corners with fixed height problem

2009-03-25 Thread Anne E . Shroeder
I've got a bit of a challenge with rounded corners - have a fixed height (it's all going into an iframe) and cannot seem to get the borders out to the edge and the rounded corners placed - an additional problem is that the comp calls for only half of a top border and a small dotted border above

Re: [css-d] Word Links

2009-03-25 Thread Scott Mueller
I assume you mean CSS, not CCS? I'm not aware of any mechanism to create links (of the sort) in CSS. How exactly do you want to link certain words to specific pages? Any appearances of "dog", "cat" and "mouse" always become links to "/animals.html"? On Wed, Mar 25, 2009 at 5:31 PM, Alain Duroc

[css-d] Word Links

2009-03-25 Thread Alain Durocher
I need to have certain words be linked to specific pages wherever they appear throughout our site. I would greatly appreciate assistance on how to write the CCS for this function. I have searched my Eric Meyer books for the answer to this question but cannot seem to find it the answer.

Re: [css-d] tabled thumbnail gallery to css?

2009-03-25 Thread Ib Jensen
2009/3/25 bill scheider : > Ib, > That looks pretty awesome. Don't know if it'll be any use for this project > (I'll look more deeply later) but I've definitely bookmarked it for the > future. Great resource. > Thanks > Bill My own site is build on YAML. With some external borrowing from other si

[css-d] Links work but Parts of Div is hidden

2009-03-25 Thread Christopher R
Alright, I have gotten my links to work but if you take a look you'll see that my big banner\logo graphic gets cut off and I'd really like to know to bring it forward ? You can see exactly what is happening at: http://www.thecreativesheep.ca/site/imagepage5.html __

Re: [css-d] IE7 fieldset bug (border repeats on radio/checkbox input elements inside)

2009-03-25 Thread Arian Hojat
Think I solved why its happening. The labels inside the fieldset had a {margin-left:20px; text-indent: -20px;} (forget y had it rule hehe). The negative text-indent for some reason caused an IE7-bug to show itself if a border was set on containing fieldset element. Its still unusual, wonder what c

[css-d] Modifying a 3 column layout.

2009-03-25 Thread Michelle Miller Shutt
I'm trying to modify a layout and am having a bit of trouble with it - I'm still pretty new to CSS. I hope someone can help me. I'm using the Holy Grail Layout, No Quirks Mode layout from Mathew James Taylor (http://matthewjamestaylor.com/blog/holy-grail-liquid-layout-no-quirks-m ode). I like

[css-d] IE7 fieldset bug (border repeats on radio/checkbox input elements inside)

2009-03-25 Thread Arian Hojat
I set a css border (through jquery) on a fieldset. it looks fine in IE6 and FF. but in IE7, i see that the green top border of the fieldset seems to repeat on form elements inside the fieldset that are radio/checkboxes. Very weird. A pic is attached: http://arianhojat.com/temp/fieldset-bug.jpg Anyo