Re: [css-d] Expanding tabs effect

2010-12-23 Thread Lists
Sometimes CSS is better than jQuery: http://onwebdev.blogspot.com/2010/12/css-expanding-tabs-effect.html El 23/12/2010, a las 18:28, David Laakso escribió Santa, Am I missing something or what-- demo link? Scrooge London link is at the end of the text - green word 'here'. Gabriele,

[css-d] Suckerfish issue in IE6

2008-10-16 Thread lists
Hello CSS folks, I'm having a heck of a time debugging a suckerfish menu for IE6, and was looking for some input. test/sample page is here: http://www.irregulara.org/test/dosing.htm relevant CSS is here: http://www.irregulara.org/test/css/nav.css http://www.irregulara.org/test/css/main.css

Re: [css-d] To pass javascript argument to css?

2008-05-07 Thread STiplady | Mailing Lists
That's probably classed as off-topic for this list, I imagine what you are looking for is something like this document.getElementById('some-id').className = 'cssClassName'; Or document.getElementById('some-id').style.color = 'red'; If you want to discuss this off the list, send me an email.

Re: [css-d] Background Color doesn't show up

2008-04-22 Thread STiplady | Mailing Lists
How do I get the background color to show up in Sidebar A One? Your id is set incorrectly, in the css it is sidebar_a and in the html it is set as sidedbar_a (theres an extra d before bar) Why doesn't the content div show up at the proper width? What is the proper width?

Re: [css-d] Background Color doesn't show up

2008-04-22 Thread STiplady | Mailing Lists
Why doesn't the content div show up at the proper width? What is the proper width? The width of masthead.gif is supposed to be 760px, though it shows up I think as 750 px, I don't know why. So the total width of sidebar_a and content should be 760px. The content is not wrapped by anything

Re: [css-d] checkbox margins

2008-04-16 Thread STiplady | Mailing Lists
Checkbox is not an element, so you can not use checkbox. Depending on the browsers you are targetting you could try input[type=checkbox] { margin-right: 40px; padding-right: 40px; } -Original Message- checkbox {margin-right:40px; padding-right:40px;} It didn't work.

Re: [css-d] Creating inner border on hover

2008-04-02 Thread STiplady | Mailing Lists
The other method of doing it, without changing the image size, is to set 2px padding on all sides, and then on :hover set padding to 0 and add the 2px border. img.border { padding: 2px; } Img.border:hover { padding: 0px; border: 2px; } Simon

Re: [css-d] How to keep Caps Caps?

2008-04-02 Thread STiplady | Mailing Lists
In your css styles in the file marsB.css on line 10 you declare the styles for the h2 tag and set all letters to lowercase with the statement text-transform: lowercase Removing that statement will restore the d of 2d to upper case. -Original Message- for my site (www.coffeeonmars.com) I

[css-d] Repeat problem in IE6 OK in Firefox

2006-06-20 Thread Lists
__ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] Background repeat problem in IE6 works OK in Firefox

2006-06-20 Thread lists
Hi folks, I am new to CSS but am a 'believer' I am trying to construct a style sheet to layout the graphics on my new site. I have an issue with the sidebar.gif that will not repeat in IE6 unless the DocType statement is commented out, not good for validation! It is fine in Firefox.. My guess is

Re: [css-d] no background-color with your color warnings

2006-06-15 Thread Dale Lists
Thank you for the reply, David Dorward wrote: On 15/06/06, Richard Allsebrook [EMAIL PROTECTED] wrote: The problem is that the validator seems to ignore the 'Cascade' part of cascading style sheets Actually, its the exact opposite. BECAUSE of the cascade, you can end up with your

[css-d] no background-color with your color warnings

2006-06-14 Thread Dale Lists
Hello, Sorry if this is a foolish question, but I haven't found the answer elsewhere so far. I have a small site at http://www.bear.net/ - the css is at http://www.bear.net/css/default.css When I run it through the Wc3 css validator at

Re: [css-d] How to float definition list items?

2006-05-26 Thread lists
-- From: Paul Annett [EMAIL PROTECTED] Subject: [css-d] How to float definition list items? This definition list looks great in Firefox, but the positioning of the definitions is consistently not what I want across all versions of IE.

[css-d] spacing problem in IE windows

2006-05-22 Thread Dale Lists
Hello, Having a spacing problem with IE 6.x on Windows. the URL is: http://www.conditioncritical.net/test.php the CSS is: http://www.conditioncritical.net/css/test.css The spacing 'problems' are with the top random image along the top, there is more white space in IE that doesn't appear in

[css-d] site check / images in header question

2006-05-21 Thread Dale Lists
Hello all, I hope this is not too foolish of a question. I am working on a site for a friend (I didn't select the colors g). The site is located at: http://www.conditioncritical.net/ and the css is at http://www.conditioncritical.net/css/style.css What I would like to do on this site can be

Re: [css-d] First load problem

2006-05-04 Thread lists
For some reason the screenshot didnt go through. here it is again, http://uniquethrudesign.com/aamml_problem.jpg Thanks Brian Quoting [EMAIL PROTECTED]: I know a majority of you have a major problem with this site that I coded. But was wondering if anyone has any experiance with the problem

[css-d] Right Column not rendering in IE

2006-04-30 Thread lists
After fixing my escaping margin problem I decided to test across platform. Here is what I have found: Safari, FF 1.5 on a Mac - OK FF 1.5 on a PC - OK IE on a PC - No Good I have for the past day been trying to figure out what the problem is. Seems like I am out of the zone with this project.

[css-d] This is driving me nuts (dont know what to call it)

2006-04-28 Thread lists
I am in the process of developing this site and the wrapper div is 10 px lower then it shoudl be. (I made the background blue so that it was more visible) The blue should be touching the top of the browser. http://ad.aaml.uniquethrudesign.com/ This is really driving me nuts any help would

[css-d] looking for Suggestions/Gotcha's to avoid for a multi-stylesheet template type site.

2006-03-07 Thread Dale Lists
Hello, I have done a few projects with css, but still consider myself a moderate beginner with especially css2. I have finally convinced the other people where I work to embrace css2 for a couple of specific projects. This is the reason for my question/request for recommendations/suggestions.

[css-d] trying to put h1 text at the bottom of an image

2006-03-06 Thread Dale Lists
Hello, Trying to do something new (for me) with css. Using various bits and pieces I have learned from various sites (including Eric Meyer's great css/edge) I am trying to place header text at the bottom of the background image as shown on the below linked page.

Re: [css-d] centering text and left justifying text on one line

2006-01-03 Thread jim lists
I became interested in this and started fooling around a bit. Came up with this: http://www.heartland-design.com/storage/maillist/cssd/diverse_align/ It may help you with a css based solution. Honestly I'm not sure its worth it since you are using tables for the rest of the site. Anyhow you

Re: [css-d] Text Overflow

2006-01-03 Thread jim lists
You are correct. Its the same as margin and margin-right or padding and padding-left. On 1/3/06, Storm, Dan [EMAIL PROTECTED] wrote: In a recent post someone on this list cited the ext-overflow property with a value of ellipsis. I went to the W3C material on CSS3 and found the following:

Re: [css-d] Centering issues in IE6

2006-01-02 Thread jim lists
Chuck, Have you tried adding text-align:center; to your body declaration or adding margin: 0 auto 0 auto; to your #header declaration? I'm not sure if this is the best way to implement this but it may get you moving towards the middle. From there I'm sure you'll be able to figure out the details.

[css-d] site check - *ie mac assistance

2005-12-05 Thread Web Lists
Hello, The skeleton layout for this site appears to work fine in most everything except for mac IE (which I've heard is not good!). I would greatly appreciate some assistance to make the necessary stylesheet adjustments to accommodate browsers appropriately. html: http://layout.dev.l-s.com/ css: