Re: [css-d] adjust position of hover nav tab

2011-01-20 Thread Jonny Stephens
Try this. #nav { list-style:none; margin:0; padding:19px 0 0; width:100%; text-align:center; position:relative; display:table; /* new */ word-spacing:-1em; /* new */ } #nav li { display:inline-block; background: url(.

Re: [css-d] help for rendering pages correctly on differents browsers

2011-01-11 Thread Jonny Stephens
On 11 Jan 2011, at 10:46, olivia antonin wrote: > I have a real problem with my web pages, basically They don't render the same > in Safari and firefox. The padding-bottom of the div information in the > "home" page doesn't render the same in firefox as in Safari, and the same > problem occur fo

Re: [css-d] Strange behavior in Opera 10.62

2010-09-23 Thread Jonny Stephens
Adding display:block fixes it here on Opera 10.6.2 a.scs:hover, a.scs:focus { display: block; opacity: 0.75; } a.scs:link, a.scs:visited { display: block; opacity: 0.9; } You also have an error in menu2.css: #menu h3.nine { font-size:.9em; margin-bottom.1em; /* missing colon */ text-align:lef

Re: [css-d] mac os x 10.4 :: camino/ 2.0.3

2010-06-20 Thread Jonny Stephens
On 20 Jun 2010, at 16:15, David Laakso wrote: > Not sure if this is a CSS related error, a Mac 10.4 :: Camino/2.0.3 > bug, or a js error? > > There is a menu in the right-column. > > "expand all/collapse all" works fine. > The first list item "accessibility" works fine. > > The remaining 11

Re: [css-d] Stylizing a tag within a tag, situation!

2009-03-30 Thread Jonny Stephens
On Mar 29, 2009, at 5:14 PM, Christopher R wrote: > I'm trying to stylize the text which is an tag within the id > > as seen on this page http://www.thecreativesheep.ca/site/ > animationpage2.html > so that I can move the text here but all that seems to be moving is > the flash icon here is

Re: [css-d] What is this CSS?

2009-02-19 Thread Jonny Stephens
On Feb 19, 2009, at 10:51 PM, Sarah Atkinson wrote: > Found this in one of the css files a co worker sent me with his design > templete. What is it for? Anyone know? Is it legal? And what is > with the * > > * html #facebox_overlay { /* ie6 hack */ position: absolute; height: > expression(docu

Re: [css-d] mac ie/5.2

2009-01-13 Thread Jonny Stephens
On Jan 13, 2009, at 9:51 PM, David Laakso wrote: > Nav whacked. Fix appreciated. > > ~d Not the most elegant filter, but adding this seems to pull it into shape: /*\*//*/ * #e ul li a, #e b {width:1px; white-space:nowrap} /**/ Modified

Re: [css-d] Specificity Problem

2008-12-24 Thread Jonny Stephens
On 24 Dec 2008, at 17:44, Dan Gayle wrote: > I am having a specificity problem that I need help with. I am trying > to create an info box that floats to the right within my main content > div that uses the cascade to supply the styling. The content of that > info box needs to be marked up using pl

Re: [css-d] IE Problem (naturally!)

2008-11-11 Thread Jonny Stephens
On 11 Nov 2008, at 09:37, Jonny Stephens wrote: > On 11 Nov 2008, at 08:58, wlb wrote: > >> I have a graphic decoration at the bottom of each of the following >> two pages >> and have used CSS margin-left to position them, but IE doesn't >> seem to >

Re: [css-d] IE Problem (naturally!)

2008-11-11 Thread Jonny Stephens
On 11 Nov 2008, at 08:58, wlb wrote: > I have a graphic decoration at the bottom of each of the following > two pages > and have used CSS margin-left to position them, but IE doesn't seem to > recognize the margin and places the graphic on the left side of the > screen. > I tried fiddling with

Re: [css-d]

2008-08-23 Thread Jonny Stephens
On 23 Aug 2008, at 17:08, Marc Hilt wrote: > Hi, I am trying to use a separate css sheet for ie, it works in IE > but Fire > fox displays this in the upper left corner: > it > then shows > in the upper corner of IE6, this whole thing is driving me nuts. > What is the correct syntax? I searche

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-14 Thread Jonny Stephens
On 14 Aug 2008, at 22:58, Thierry Koblentz wrote: >> From: [EMAIL PROTECTED] [mailto:css-d- >> [EMAIL PROTECTED] >> discuss.org] On Behalf Of Jonny Stephens >> On 14 Aug 2008, at 18:48, Manuel Razzari wrote: >> >>> So, using conditional comments, I produced

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-14 Thread Jonny Stephens
On 14 Aug 2008, at 18:48, Manuel Razzari wrote: > So, using conditional comments, I produced a CSS file which > targets IE6 only. > Then, due to an extremely bizarre client situation, it turns out I > can't use conditional comments > > So the question is: how can I import / link a full CSS file

Re: [css-d] background works for one page, not for other

2008-08-08 Thread Jonny Stephens
On 8 Aug 2008, at 19:49, CSSHelp wrote: > CSS background issue, I think. Has to do with cacheing possibly? > > I created a shopping cart using an animated gif as the background. > Here is > the website : > http://www.universalfulllacewigs.com/ > > Now it works fine except for the product page,

Re: [css-d] 1 pixel shift in Firefox

2008-08-07 Thread Jonny Stephens
On 7 Aug 2008, at 20:39, Annesta wrote: > In FF3, my layout is shifted to the right by one pixel and I'm not > sure why. > It seems to look OK in IE7 and Safari, but it's still driving me > crazy as I > use FF. I've tried everything... > > http://www.giveyourdreamaheartbeat.com/subpagetest.

Re: [css-d] bottom gap problem

2008-08-07 Thread Jonny Stephens
On 7 Aug 2008, at 19:46, Kevin Evans wrote: > I am using some jQuery tabs in the content area at the top on > http://www.fortheinjured.com/default_redesign.asp > but I can't seem to get rid of the bottom gap below the tabs. > THere's also a gap to the left of the 3 tabs I can't get rid of also

Re: [css-d] Overflow: hidden in IE?

2008-08-03 Thread Jonny Stephens
On 3 Aug 2008, at 09:39, Jonny Stephens wrote: > The IE7 problem appears to stem from the widths generated as inline > styles to the following divs > > > > > In Firefox, Firebug shows width: 820px. In IE7 the developer toolbar > shows width:1205px. If I remove the inl

Re: [css-d] Overflow: hidden in IE?

2008-08-03 Thread Jonny Stephens
On 3 Aug 2008, at 00:21, Jeff Ferrell wrote: > On this page, again: http://www.rchseaglesnest.org -- about midway > down is a "sports" section. It's using Bill Scott's ycarousel code > (http://billwscott.com/carousel/ > ) to do the sliding from side-to-side. > > The problem is, it works as expe

Re: [css-d] missing scrollbars

2008-08-02 Thread Jonny Stephens
On 2 Aug 2008, at 19:21, Norman Fournier wrote: > ...copy that overflows the browser window but the web browser does > not draw scrollbars. I have tried overflow: auto; in my body tag... > Any suggestions? Yes. Please make the site, or a page from the site which exhibits the described behavio

Re: [css-d] WP captions ruin leading

2008-07-30 Thread Jonny Stephens
On 30 Jul 2008, at 18:06, David Laakso wrote: > Bambi Vincent wrote: >> >> each >> paragraph in which an image is attached gets its line-spacing >> tightened. >> >> http://bobarno.com/thiefhunters/2008/07/russian-rip-off-part-5/ >> You'll see it in the first paragraph. >> > > "Live" adjustment in

Re: [css-d] Suckerfish -- jumping

2008-07-30 Thread Jonny Stephens
On 30 Jul 2008, at 17:25, Nancy Johnson wrote: > Thanks, > > Actually, I did find a page that is currently live that jumps > vertically in IE6 and IE7 , please go to > http://www-odi.nhtsa.dot.gov/ewr/interpretations.cfm. Try adding .12em margin-top to .contentcopy h1 margin: .12em .13em 0 .13em

Re: [css-d] Suckerfish -- jumping

2008-07-30 Thread Jonny Stephens
On 30 Jul 2008, at 14:10, Nancy Johnson wrote: > Hi, > > I have had a suckerfish drop down on my site for awhile, we are adding > some new interactive pages that are not live, that jump vertically in > IE6 and IE7 ever so slightly. What is live now jumps a bit > horizontally but not vertically.

Re: [css-d] li widths

2008-07-30 Thread Jonny Stephens
On 29 Jul 2008, at 16:17, Bill Brown wrote: > good one wrote: >> Bill that is execptionally kind of you I attach the file, I tried >> geocities but it is useless as it puts in all of its ads so it >> completely messes up the css and html(a bit like hotmail). Thank you >> VERY much, Kind Regards, E

Re: [css-d] Big Blue Bar

2008-07-24 Thread Jonny Stephens
On 24 Jul 2008, at 15:07, Christopher wrote: > Chris Akins wrote: >> One of the simplest requests throughout this thread which has yet >> gone >> unheeded is to provide a static graphic comp of what it is you're >> trying to achieve. Do you have one? A Photoshop file, a scanned >> hand >> dr

Re: [css-d] Round corners on borders - UPDATE

2008-07-23 Thread Jonny Stephens
On 23 Jul 2008, at 14:16, Christopher wrote: > Now I am trying to get some round corners, this is what I have done I > have my and I created some for example > Bottom Right \ Bottom Left \ Top Left \ Top Right > Now if I have the following: > > > > /* Do I create a div class nested here with 3

Re: [css-d] classes moving

2008-07-23 Thread Jonny Stephens
Christopher The path to the #location background image points to your local computer, rather than your web server. You may be able to see locationgfic.png but we can't. #location { height: 62px; background-image: url(file:///C|/creativesheep_web_files/final% 20graphics%20for%

Re: [css-d] : Scrollbar for iframe not showing up in Safari/Mac

2008-07-03 Thread Jonny Stephens
On 1 Jul 2008, at 23:32, Christian Kirchhoff privat wrote: > So, > > does anybody know whethzer this is a HTML or a CSS problem, or > both, or > something else? >> >> Yes, there is a problem in Safari 2, not in 3. >> regards, >> Ingo The W3C CSS Validator reports the following error: http://w

Re: [css-d] Anchor hover in IE 6 'absorbs' margin of above element

2008-06-10 Thread Jonny Stephens
On 3 Jun 2008, at 21:55, David Laakso wrote: > Patrick James wrote: >> http://www.patrickjames.me.uk/test.html >> >> In Internet Explorer 6 when the mouse cursor hovers over the anchor >> elements they turn red, as they should, but Link 002, Link 003 and >> Link 004 'bunch up' against the box abo