Re: [css-d] CSS popup not popping in IE

2008-06-10 Thread Kepler Gelotte
> When you mouse over the word "roughly," the footnote-ish text pops up. > Why doesn't it work in IE? Hi Nancy, Try changing to Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phon

Re: [css-d] Space between topper and content

2008-06-07 Thread Kepler Gelotte
per Best Regards, Kepler Gelotte __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by

Re: [css-d] padding problem

2008-06-06 Thread Kepler Gelotte
> Can't figure out what I'm missing here: > http://www.ambientglow.com/garage/pmsca/web/sample-index.html Hi, Just add: * { margin:0; padding:0 } to the top of your CSS file. It resets the padding and margin for all elements. Best regards, Kepler Gelotte Neighbor Web

Re: [css-d] how to select an element that does not contain anattrbite

2008-05-28 Thread Kepler Gelotte
N BLUE ... Here is the spec explaining the CSS cascade: http://www.w3.org/TR/REC-CSS2/cascade.html Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __

Re: [css-d] Latest Rounded Corners

2008-05-22 Thread Kepler Gelotte
ere: http://www.neighborwebmaster.com/tests/balloon.html Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __ css-discuss [EMAIL PROTECTED] http:

Re: [css-d] Bizarre behavior with id as # anchor target

2008-05-19 Thread Kepler Gelotte
ottom half from scrolling up, get rid of the "tidy" class in the div declaration: The tidy class is defined: .tidy .layout, .untidy .tidy .layout { overflow:hidden; } Which is why it "disappears" when shifted. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156

Re: [css-d] Reduce space above characters?

2008-05-15 Thread Kepler Gelotte
ock element as well: Apples --- div#test { float: left; background: #FF none repeat scroll 0%; line-height: 1em; } Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0

Re: [css-d] mysterious letter appearing only in IE6

2008-05-15 Thread Kepler Gelotte
top:-310px; . In other words you are shifting down by a percentage of the screen height and then re-shifting up by a fixed amount. This is very dangerous since you don't know the height of a user's browser. I would suggest setting top: 0px; in both .horizon and .container. Best reg

Re: [css-d] css equivalent of valign -- for use in actual tables ?

2008-05-11 Thread Kepler Gelotte
> how do i use css to make the tables behave in the way that "valign=top" > would make them behave. Hi Josh, You just need the vertical-align: top; on the td CSS definition instead of the table: td { background-color:#93C722; padding:7px; vertical-align:top; } Best regards,

Re: [css-d] Image position

2008-05-11 Thread Kepler Gelotte
> Does anyone know why in this page of mine, the images appear so far > right relative to the radio buttons group ? Hi, It is because you floated the image div right. Try an absolute position instead: #image { width:500px; position:absolute; left:12em; top:0; } Best regards,

Re: [css-d] :: CSS Code Readibility ::

2008-05-06 Thread Kepler Gelotte
You can download the code and documentation here: http://www.coolphptools.com/dynamic_css Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com www.coolphptools.com phone/fax: (73

Re: [css-d] Gif and PNG with IE6

2008-05-05 Thread Kepler Gelotte
('../graphics/1280x18.gif'); If that's not your problem, maybe you could post a link to your problem page? Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com www.coolphptools.com phone/fax:

Re: [css-d] Button element with img

2008-04-21 Thread Kepler Gelotte
> I've got a problem with a button element containing an image. Hi, It sounds like you may want to try this instead: Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732)

Re: [css-d] Help, please...

2008-04-20 Thread Kepler Gelotte
Hi Theresa, It looks like you forgot to include a in your HTML. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __ css-discuss

Re: [css-d] CSS Background Image Not Wide Enough

2008-04-15 Thread Kepler Gelotte
ze:80%; margin:10px; width:780px; } Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __ css-discuss [EMAIL PROTECTED] http://www.css-

Re: [css-d] when are 2 external css called for?

2008-04-11 Thread Kepler Gelotte
> I get the idea of different names of styles, but the actual > implementation I'm not so sure of how to do. Hi John, I created two example test pages (home.html, about.html) to illustrate the technique: http://www.neighborwebmaster.com/tests/home.html Best regards, Kepler Gelot

Re: [css-d] when are 2 external css called for?

2008-04-10 Thread Kepler Gelotte
rules that stay the same between pages. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __ css-discuss [EMAIL PROTECTED] http://www.css-

Re: [css-d] Still nav problems (background seems fine)

2008-04-04 Thread Kepler Gelotte
One of these days I'll screw my head on right. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __ css-discuss [EMAIL PROT

Re: [css-d] drop-down nav

2008-03-26 Thread Kepler Gelotte
ke em instead of a fixed width px. This allows you to resize the text without chopping off the menu items: li.story { width:10.5em; } Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302

Re: [css-d] wrapper width and IE

2008-03-25 Thread Kepler Gelotte
> What about widening the #topwrapper instead to 90em? > Would that have the same effect? I would *assume* so. My guess is that IE has some float rounding error when figuring how much room is available in divs. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Pisc

Re: [css-d] wrapper width and IE

2008-03-25 Thread Kepler Gelotte
6em } into an 89em div: #topwrapper { WIDTH: 89em } By relaxing the left margin slightly solves the problem: #wrapper { PADDING-BOTTOM: 3em; MARGIN-LEFT: 2em; WIDTH: 66em } Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08

Re: [css-d] Text size issue in IE6 and IE7

2008-03-14 Thread Kepler Gelotte
at 100%: .head img {margin: .19em 0 .19em 0; width: 41.3125em; height: 3.125em; } 41.3125 * 16 = 661 3.125 * 16 = 50 Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 30

Re: [css-d] one pixel line to much, and a serious ie6/ie7 problem

2008-02-22 Thread Kepler Gelotte
Hi, Add: position: relative; to either: #navbar { - and/or - #navbar ul { Positioned elements are positioned relative to the next higher positioned element. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732

Re: [css-d] problem with borders

2008-02-20 Thread Kepler Gelotte
x 0px; } Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] Float problem in IE

2008-02-09 Thread Kepler Gelotte
tion to inline as in: #main_nav UL { FLOAT: right; MARGIN-RIGHT: 20px; LIST-STYLE: none } #main_nav UL LI { DISPLAY: inline } Regards, Kepler Gelotte __ css-discuss [EMAIL PROTECTED] http://www.css-discu

Re: [css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Kepler Gelotte
> I'm sure it's an easy fix but I'm missing it... Hi Mike, Try getting rid of the "height: 165px;" from the "#content div.tab_section" style definition. Regards, Kepler Gelotte __ css-di

Re: [css-d] BG Image doesn't sit correctly in my div when I have a forminside (Firefox problem)

2008-01-20 Thread Kepler Gelotte
ct.css: fieldset.submit { border-style:none; padding-bottom:10px; } Regards, Kepler Gelotte http://www.neighborwebmaster.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Alignment Problem

2008-01-11 Thread Kepler Gelotte
> Can you all tell me why in Firefox this page is dropping the content down. > This is not happening in IE. Hi Brian, You need to remove the top margin from the #menu definition. Try this: #menu { color:#FF; font-weight:bold; margin: 0pt 0pt 40px; } Best Regards, Kepler Gelott

Re: [css-d] page is broken AGAIN in IE6, please, please help!

2008-01-09 Thread Kepler Gelotte
ing no padding and no margins. If you still have problems try shaving a few pixels off of #n3/#c3's width. Regards, Kepler Gelotte __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/

Re: [css-d] IE6/7 and Firefox CSS issue driving me mad

2008-01-09 Thread Kepler Gelotte
description of positioning. Regards, Kepler Gelotte http://www.neighborwebmaster.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Blake Sent: Wednesday, January 09, 2008 8:24 AM To: css-d@lists.css-discuss.org Subject: [css-d] IE6/7 and Firefox CSS i

Re: [css-d] IE6 and 7 giving me fits. Please help? - a furtherexplanation

2008-01-08 Thread Kepler Gelotte
Hi Scott, Try setting the width to 29% for #nav3 and #picture. This should fix the wrapping problem in IE7. IE6 doesn't recognize the max-width and min-with properties so you will need to add an expression to calculate the width for IE6. Regards, Kepler Gelotte http://www.neighborwebmaste