Re: [css-d] CSS rollover effect problems

2005-06-05 Thread jack fredricks
if it's an IE (only) hack, should it be escaped for IE (only)? On 6/3/05, Ingo Chao [EMAIL PROTECTED] wrote: Lea Anna Davis schrieb: Adding the code #menu a:hover {background:1%;} worked! How bizarre. I have no idea why IE needs to have this code. background:1%; tries to position a

[css-d] A colorquestion and request

2005-06-05 Thread Angus at InfoForce Services
I have a footer file at: http://infoforce-services.com/ifs_footer.php and can not figure out why I can not Get my background and foreground colors. Any Hints I have a PHP question that I would like to ask. So can a PHP person email me at: [EMAIL PROTECTED] so the list does not get littered

Re: [css-d] CSS rollover effect problems

2005-06-05 Thread Ingo Chao
jack fredricks schrieb: if it's an IE (only) hack, should it be escaped for IE (only)? Hmm, in my percentages demo I encountered the problem, and worked this out for me: background-position:1%; because constructs like #menu a:hover .menuItemBracket {color:#ff;} seem not to inform IE

RE: [css-d] expanded ie6 margins

2005-06-05 Thread Bruno Fassino
Uwe Kaiser wrote: Debbie Drechsler schrieb: I can't figure out why IE6 is expanding the margins on this menu. http://www.debdrex.com/boxmod/index.html http://www.debdrex.com/boxmod/style.css MSIE/PC seems to calculate the margins of #menu regarding it's grandparent element instead

Re: [css-d] A colorquestion and request

2005-06-05 Thread Holly Bergevin
From: Angus at InfoForce Services I have a footer file at: http://infoforce-services.com/ifs_footer.php and can not figure out why I can not Get my background and foreground colors. Any Hints Angus, In the stylesheet for the footer you have selectors listed as class selectors but you have

Re: [css-d][ADMIN OT] so-called web designers, listen to me.

2005-06-05 Thread Bob Easton
David Laakso wrote: On Sat, 04 Jun 2005 13:14:54 -0400, Uwe Kaiser [EMAIL PROTECTED] wrote: I'am really very furious with so-called web designers. On more than 25% of the pages they forgot to set text-color or background-color, but never both. If you so-called web designers don't know what

Re: [css-d] Problems maintaining correct display on IE

2005-06-05 Thread Ingo Chao
Pablo Gil schrieb: The horizontal scrolling bar isn't very important to me, but I really need the page to be seen correctly at any resolution. The links are: http://superwillyfoc.rastafurbi.org/sauco/saucoViajes.html http://superwillyfoc.rastafurbi.org/sauco/styles/estilo.css Some of

Re: [css-d] oh the plethora of Image RT - how do you make it active?

2005-06-05 Thread Kim Kruse
Hi Bob, Try to take a look at Thierrys method. http://www.tjkdesign.com/articles/tip.asp very impressive IMO. Kim Bob Easton wrote: Neal Watkins wrote: Lot of image Replacement techniques - --seen the majority how is everyone making the area active - I assume on the Gilder/Levin Method

[css-d] Eric Meyer on CSS - td#advert

2005-06-05 Thread Ian Sweeney
The first chapter of 'Eric Meyer on CSS' listing 1.1 has the following CSS rule td#advert {width: 234px;} Could that rule not simply be #advert {width: 234px;} Since #advert should refer to a unique identifier, why does the selector specify the 'td'? Ian Sweeney -- No virus found in this

Re: [css-d] Eric Meyer on CSS - td#advert

2005-06-05 Thread Kelly Miller
Ian Sweeney wrote: The first chapter of 'Eric Meyer on CSS' listing 1.1 has the following CSS rule td#advert {width: 234px;} Could that rule not simply be #advert {width: 234px;} Since #advert should refer to a unique identifier, why does the selector specify the 'td'? Ian Sweeney Well,

Re: [css-d] Eric Meyer on CSS - td#advert

2005-06-05 Thread Neal Watkins
Yes it could - The difference would be specificity td#advert is has a higher specificity and in case there is a conflict (it does happen) it will apply over #advert http://www.w3.org/TR/REC-CSS2/cascade.html#specificity Neal The first chapter of 'Eric Meyer on CSS' listing 1.1 has the

[css-d] BoxModel

2005-06-05 Thread dt°
I'm having lots of trouble trying to get my site to look fine on both (Bfirefox and internet explorer (not sure about other browsers, but it these 2 (Bwork others must look fine too *i hope*) (B (BLinks are: (Bhttp://www.billiglinser.dk/dtach/ct/ (Looks a little bad in IE, but if you

[css-d] Borders cut short

2005-06-05 Thread Ian Sweeney
I have a div (id=copyright) within a div (id=content) within a body. The content div has left and right borders which run down the full height of the content div. If I put float:right in the copyright div then the content borders only run down as far as the top of the copyright div.

Re: [css-d] transparency in IE

2005-06-05 Thread brian ally
I would like to make a transparency for this pages background for IE6 ? I tried it and get a gray BG in IE. site : http://www.rockstar4u.com/index.html Try this (recognized by IE only): * html body { background: none; filter:progid:DXImageTransform.Microsoft.\

RE: [css-d] Borders cut short

2005-06-05 Thread Steven Costello
Ian Sweeney wrote: I have a div (id=copyright) within a div (id=content) within a body. The content div has left and right borders which run down the full height of the content div. If I put float:right in the copyright div then the content borders only run down as far as the top of the

[css-d] Class definition problem

2005-06-05 Thread Dida Kutz
I have a problem that seems exceedingly simple to solve, but I can't seem to- so hoping you can help out. The header on my pages are defined as h3 id=1 with the numbers changing per entry. To format this header in red I'm understanding that all I need to do is place this in my stylehseet:

RE: [css-d] Borders cut short

2005-06-05 Thread Ian Sweeney
On 6/5/05, James Bennett [EMAIL PROTECTED] wrote: A floated element is removed from normal flow; in other words, it suddenly stops having some of its normal effect on the things around it. One of the changes is that backgrounds and borders don't carry past a float unless there's something below

RE: [css-d] Class definition problem

2005-06-05 Thread Steven Costello
Dida Kutz wrote: I have a problem that seems exceedingly simple to solve, but I can't seem to- so hoping you can help out. The header on my pages are defined as h3 id=1 with the numbers changing per entry. To format this header in red I'm understanding that all I need to do is place this

[css-d] Thoughts on line-height

2005-06-05 Thread Ellen Herzfeld
I had never really gotten into line heights. From my readings on the subject in _CSS: the Definitive Guide_ I had retained that the best way to set line height was to use raw numbers. This I mostly did, unless it didn't work for some reason and then I used ems or percentages. But I noticed

Re: [css-d] Class definition problem

2005-06-05 Thread Felix Miata
Dida Kutz wrote: I have a problem that seems exceedingly simple to solve, but I can't seem to- so hoping you can help out. The header on my pages are defined as h3 id=1 with the numbers changing per entry. To format this header in red I'm understanding that all I need to do is place

[css-d] IE display problem

2005-06-05 Thread shawn a
If u check this page out in FF it looks fine. http://shawna.iprx.com/SETI/links-company.html but take a look at it in IE..the spacing between the lis is not right and the list-style-type circle looks like its cut in half. any suggestions? thanks agian ~shawn a

Re: [css-d] Eric Meyer on CSS - td#advert

2005-06-05 Thread Paul Novitski
At 05:24 AM 6/5/2005, Ian Sweeney wrote: td#advert {width: 234px;} Could that rule not simply be #advert {width: 234px;} Since #advert should refer to a unique identifier, why does the selector specify the 'td'? At 06:10 AM 6/5/2005, Neal Watkins wrote: td#advert is has a higher

[css-d] The clearest --pardon the pun-- explanation! (was borders cut short)

2005-06-05 Thread Barbara Dozetos
Ian, Thank you for sharing James' post with the list. This is the clearest explanation of float and clear I've seen. I've been working with them for a while, but this made the light bulb really go on! Ian Sweeney wrote: On 6/5/05, James Bennett [EMAIL PROTECTED] wrote: A floated

[css-d] Form Elements Not Appearing Correctly in FF

2005-06-05 Thread Steven Costello
Hello List, There are a couple forms that I am having trouble viewing properly in FireFox 1.0.4. These forms appear exactly like I want them to appear in IE6. The style sheet for the form is inline. The forms can be viewed here: http://www.trinityinfo.org/Contact/Email-Trinity.php and

Re: [css-d] IE display problem

2005-06-05 Thread Arnie Shafer
Hi Shawn, I am new at this game but I do recognize your problem. Others can explain it better than me but it is the IE white space bug There are several ways to fix it. Just google it for a complete answer..Arnie Shafer - Original Message - From: shawn a [EMAIL PROTECTED] To:

Re: [css-d] IE display problem

2005-06-05 Thread Linda Dunn
Happily, I just found an ultra-simple solution to the whitespace bug. In your markup, just add one extra space after each list item. Like this: liList item /li Cheers, ld Arnie Shafer wrote: Hi Shawn, I am new at this game but I do recognize your problem. Others can explain it better than

Re: [css-d] IE display problem

2005-06-05 Thread Arnie Shafer
Is it really that simple?? I must try that extra space. Thanks Linda! Arnie - Original Message - From: Linda Dunn [EMAIL PROTECTED] To: Arnie Shafer [EMAIL PROTECTED] Cc: shawn a [EMAIL PROTECTED]; css-d list css-d@lists.css-discuss.org Sent: Sunday, June 05, 2005 4:33 PM Subject:

[css-d] expanding ie 6 margins

2005-06-05 Thread Debbie Drechsler
Uwe Kaiser wrote: Debbie Drechsler schrieb: I can't figure out why IE6 is expanding the margins on this menu. http://www.debdrex.com/boxmod/index.html http://www.debdrex.com/boxmod/style.css MSIE/PC seems to calculate the margins of #menu regarding it's grandparent element instead of it's

[css-d] Specificity problem

2005-06-05 Thread Linda Dunn
Hi all, In my test site here: http://www.seafoodlab.cmast.ncsu.edu/index.html [xhtml] http://www.seafoodlab.cmast.ncsu.edu/styles/sflabstyles.css [css] I have a specificity problem. The last thing I added were the default link styles at the very bottom of the page. However, adding this messes

Re: [css-d] Specificity problem

2005-06-05 Thread Anthony
try putting your global style at the top, instead of the bottom. It's a top-down processing. --- Linda Dunn [EMAIL PROTECTED] wrote: Hi all, In my test site here: http://www.seafoodlab.cmast.ncsu.edu/index.html [xhtml] http://www.seafoodlab.cmast.ncsu.edu/styles/sflabstyles.css [css]

Re: [css-d] IEMac fix maybe broke IE XP???

2005-06-05 Thread David Laakso
On Sun, 05 Jun 2005 20:22:44 -0400, BJ [EMAIL PROTECTED] wrote: Site in question- http://kickasswebdesign.com/wordpress/ http://kickasswebdesign.com/wordpress/wp-content/themes/kickass-spookyblue/style.css It seems to work in all Mac browsers (with exception of Safari the footer doesn't

Re: [css-d] Specificity problem

2005-06-05 Thread Anthony
what was the original link (you removed it from the thread). I'll take a look. --- Linda Dunn [EMAIL PROTECTED] wrote: Anthony wrote: try putting your global style at the top, instead of the bottom. It's a top-down processing. I already tried that, it doesn't make a difference.

Re: [css-d] Specificity problem

2005-06-05 Thread D Ross
Try background: transparent or background: none on the li link navs http://www.seafoodlab.cmast.ncsu.edu/index.html [xhtml] http://www.seafoodlab.cmast.ncsu.edu/styles/sflabstyles.css [css] I have a specificity problem. The last thing I added were the default link styles at the very

Re: [css-d] Specificity problem

2005-06-05 Thread David Laakso
On Sun, 05 Jun 2005 18:51:21 -0400, Linda Dunn [EMAIL PROTECTED] wrote: http://www.seafoodlab.cmast.ncsu.edu/index.html [xhtml] http://www.seafoodlab.cmast.ncsu.edu/styles/sflabstyles.css [css] I have a specificity problem. [...] So, why are the default a: styles overriding these? ld I have

[css-d] Form Elements Not Appearing Correctly in FF

2005-06-05 Thread Cook, Graham R
Below is code that works in Ffox and IE - not tested in others. Please note also; it is much better to use a style tag rather than have all inline styles, style the tag wherever possible rather than surrounding the tag in a div, for accessibility use label tags and associate the label with the

Re: [css-d] IE display problem

2005-06-05 Thread shawn a
On 6/5/05, Arnie Shafer [EMAIL PROTECTED] wrote: Is it really that simple?? I must try that extra space. Thanks Linda! Arnie awesome..that fixed the spacing problem. But the list-type-style: circle is still messede up and for some reason i dont think IE is treating the a tages as

Re: [css-d] Class definition problem

2005-06-05 Thread David Laakso
On Sun, 05 Jun 2005 14:27:26 -0400, Felix Miata [EMAIL PROTECTED] wrote: Dida Kutz wrote: I have a problem that seems exceedingly simple to solve, but I can't seem to- so hoping you can help out. The header on my pages are defined as h3 id=1 with the numbers changing per entry. To

[css-d] clarification: IDS

2005-06-05 Thread Dida Kutz
Hello all- I recently posted a problem re: IDs- showing a made up example-and got a number of replies saying they must start with alphanumeric figures. Thank you; I was sloppy in showing these numbers as an example. They are auto-assigned in MovableType and do adhere to specs. My original