[css-d] Opera help

2010-04-15 Thread Mike Smith
Hello list! I'm having an issue with a form and Opera. Page is here and CSS can be viewed in the normal manner: http://www.jhsph.edu/_beta/2009.10.06_health_disparities/index.html The problem is the search box. I've tested the page in FF (Mac/Win), Safari, Opera, IE6, IE7, and IE8. The form is

Re: [css-d] Opera help

2010-04-15 Thread Mike Smith
Sorry, I guess I should have specified that the issue is occurring in Opera 9/Mac On Thu, Apr 15, 2010 at 2:39 PM, T. R. Valentine trvalent...@gmail.comwrote: On 15 April 2010 13:31, Mike Smith grum@gmail.com wrote: Hello list! I'm having an issue with a form and Opera. Page is here

Re: [css-d] Opera help

2010-04-15 Thread Mike Smith
On Thu, Apr 15, 2010 at 3:09 PM, Tim Snadden li...@snadden.com wrote: To solve your immediate problem try... div.searchformDiv { overflow: auto; } FWIW I'd suggest that the way that the nav bar has been set up is a bit odd. Of course, I don't know the back story. I'm happy to elaborate if

[css-d] Padding/margin issue

2009-10-02 Thread Mike Smith
Hi list, I've been working on this site and I'm having an issue with the red banner at the top of the page. It should go across to the right border of the box it's in, but it won't. Seems to not be working in FF, Safari, Opera, or IE, and it's even worse in IE. I've been looking at the code for

Re: [css-d] Interesting issue with IE6, borders, and negative margins

2009-08-07 Thread Mike Smith
On Fri, Aug 7, 2009 at 4:29 AM, Tim Snadden li...@snadden.com wrote: Give the containing list item 'layout' ( http://www.satzansatz.de/cssd/onhavinglayout.html ). One way is with the proprietary 'zoom'. Put it in a separate stylesheet with conditional comments. .activenavpath { zoom: 1; }

[css-d] Interesting issue with IE6, borders, and negative margins

2009-08-06 Thread Mike Smith
Hello all, I have some HTML being generated by our CMS that is creating a nested list for a menu. The issue at hand: The sub-navigation on this menu is supposed to have a divider between each item. I used a border-bottom on each link to achieve this. However, the last item shouldn't not have

Re: [css-d] Interesting issue with IE6, borders, and negative margins

2009-08-06 Thread Mike Smith
On Thu, Aug 6, 2009 at 11:00 AM, Mike Smith grum@gmail.com wrote: Hello all, I have some HTML being generated by our CMS that is creating a nested list for a menu. The issue at hand: The sub-navigation on this menu is supposed to have a divider between each item. I used a border

[css-d] More IE6 hacking

2009-06-23 Thread Mike Smith
Hello all, I'm working on a page and I'm need of some assistance. Look at it in anything but IE6 to see the correct look. I'm having issues with the box borders in IE6. Specifically, in the Online Extras box, there are 2 borders at the top and in the News Briefs box, there's a border running

Re: [css-d] More IE6 hacking

2009-06-23 Thread Mike Smith
Forgot about validating. thanks On Tue, Jun 23, 2009 at 10:49 AM, David Laakso da...@chelseacreekstudio.com wrote: Mike Smith wrote: Look at it in anything but IE6 to see the correct look. Page URL: http://magazine.jhsph.edu/2009/spring/index.html CSS can be found in the usual ways

Re: [css-d] More IE6 hacking

2009-06-23 Thread Mike Smith
:00 AM, Mike Smith grum@gmail.com wrote: Forgot about validating. thanks On Tue, Jun 23, 2009 at 10:49 AM, David Laakso da...@chelseacreekstudio.com wrote: Mike Smith wrote: Look at it in anything but IE6 to see the correct look. Page URL: http://magazine.jhsph.edu/2009/spring

Re: [css-d] More IE6 hacking

2009-06-23 Thread Mike Smith
CSS is now 100% valid. Not much I can do with the XHTML at this point. On Tue, Jun 23, 2009 at 11:02 AM, Mike Smith grum@gmail.com wrote: I guess I should also have prefaced this with the fact that I'm working on a template in a CMS and the CMS tends to spit out bad code. Believe me, my

Re: [css-d] More IE6 hacking

2009-06-23 Thread Mike Smith
Kills the border, IE/6.0. * html div.rc {height: 0;} BTW, your cc is hitting IE/8.0 and down. I leave it to you, or someone else on the list, to correct the issues you have in IE/7. Please bottom post. Thanks. Sorry, I post so infrequently I forget about bottom posting on the

Re: [css-d] More IE6 hacking

2009-06-23 Thread Mike Smith
On Tue, Jun 23, 2009 at 4:42 PM, David Laakso da...@chelseacreekstudio.comwrote: RE: http://magazine.jhsph.edu/2009/spring/index.html In the head of the document, you have two conditional comments. This one target IE/6: !--[if IE 6] ... ![endif]-- And this one targets, IE/8, IE/7, IE/6.

[css-d] Extra padding in IE7 on list items

2009-05-26 Thread Mike Smith
Hello all, I'm having an issue with IE7 (go figure) and can't seem to figure out what's causing the problem (other than it being IE). But enough IE bashing, here's the issue: I have a menu that uses a ul structure. I've styled the CSS to display it the way I want it to and it looks great in FF

Re: [css-d] Extra padding in IE7 on list items

2009-05-26 Thread Mike Smith
On Tue, May 26, 2009 at 2:35 PM, David Laakso da...@chelseacreekstudio.comwrote: Add this declaration to the style sheet to lose the gap: div.divNav1 ul li {float:left;} Fix implemented. I 3 this list. :) -Mike __

Re: [css-d] Extra padding in IE7 on list items

2009-05-26 Thread Mike Smith
On Tue, May 26, 2009 at 2:35 PM, David Laakso da...@chelseacreekstudio.comwrote: Add this declaration to the style sheet to lose the gap: div.divNav1 ul li {float:left;} I'm wondering if you can offer any insights as to what was actually causing this to happen. Thanks again! -Mike

Re: [css-d] clickable CSS image map and IE

2008-02-17 Thread Mike Smith
On Thu, Feb 14, 2008 at 6:15 PM, Debbie Campbell [EMAIL PROTECTED] wrote: Hello all, I've made a CSS image map that's working in FF but not in IE. I've put a border around each link so you can see it here: http://www.redkitecreative.com/projects/lakota/homes_platmap.php It's fine in FF,

Re: [css-d] Div's not lining up in IE (any :P)

2007-12-29 Thread Mike Smith
On Dec 28, 2007 11:00 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: It is a collapsing margins[1] case, where the original 20px margin-top on #spotlight escapes the #content div in non-IE browsers, while IE/win contains that margin within the #content div and thereby pushes #spotlight that

Re: [css-d] horizontal list in ie 6

2007-12-28 Thread Mike Smith
Switch margin-left to padding-left? On Dec 28, 2007 7:01 AM, Ross Hulford [EMAIL PROTECTED] wrote: I have done this and fixed it before but I cannot remember how I did it! At the moment my list steps in ie 6 Item1 Item2 Item3 The css #middleMenu li a{

[css-d] Div's not lining up in IE (any :P)

2007-12-28 Thread Mike Smith
List, Working on a site and all works as it should except for one area. I have a div floated left and it's supposed to line up vertically with the div in the content area. It does just that in FF and Netscape9, but IE6 and IE7 have the left floated div a little higher than the content one. Can

[css-d] Site test

2007-12-12 Thread Mike Smith
Hello all. First time poster. Just wondering if I could get a site check on this temp site: http://www.grum.com/temp/al/index.html I managed the HTML/CSS, not the graphics, so I'm looking to see what, if anything, breaks (I know the h1 in the banner does on increased font-sizes). Also would