Re: [css-d] IE 6 7 css problems

2007-01-26 Thread Jesse Skinner
John M Shepard wrote: I have a problem with a practice site I put up at: www.mypracticesite.com. There seems to be a problem in the css for the subpages rendering properly in IE 6 7 on a Windows based machine. I believe you have one too many /div tags immediately before the element div

Re: [css-d] photo gallery not appearing in IE6

2007-01-21 Thread Jesse Skinner
Peggy Coats wrote: Anyone have any idea why the photo gallery on this page won't show in IE6? CSS for the gallery is internal on the page. http://www.silverspotink.com/portfolio.html There's a problem with the HTML markup that's breaking the page. Every link with rel=lightbox that wraps

Re: [css-d] Specificity

2007-01-19 Thread Jesse Skinner
by #one because #one has it's own declaration. If, on the other hand, you were doing the following: table #one {background: purple;} #one {background: blue;} you'll find that #one is purple, because the first rule is more specific. Hope this helps, Jesse Skinner www.thefutureoftheweb.com

Re: [css-d] mir help

2006-11-17 Thread Jesse Skinner
suggesting the following technique (which is totally great and works perfectly): h1 { background: url(i/branding_h1.jpg) no-repeat; width: 650px; height: 0; padding-top: 180px; overflow: hidden; } Try that out, it should work wonderfully. All the best, Jesse Skinner http

Re: [css-d] Including List Bullets Inside Links

2006-03-20 Thread Jesse Skinner
a { position: relative; left: -20px; padding-left: 20px; } Cheers, Jesse Skinner http://www.thefutureoftheweb.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] Flash or No Flash switch?

2005-12-15 Thread Jesse Skinner
had to download such an image to test their speed, they might as well download the flash in the first place. Jesse Skinner www.thefutureoftheweb.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] Clickable image

2005-12-15 Thread Jesse Skinner
/nh_logo2005.gif); } Cheers, Jesse Skinner www.thefutureoftheweb.com If you look at the new heights logo on the upper left of the layout,it's a background image, but I'd like to make it clickable. Problem is, I haven't found a way to put that image there without throwing off the rest of the layout

Re: [css-d] Flash or No Flash switch?

2005-12-14 Thread Jesse Skinner
/javascript-speed-detection Good luck! Let me know how it goes, Jesse Skinner www.thefutureoftheweb.com brushstreet-Duke wrote: I have used css for the first time to rebuild my church’s site, and love it. I would like to include a Flash header on the homepage, but switch to a standard gif header

Re: [css-d] Font-size inheritance error in IE

2005-11-28 Thread Jesse Skinner
Susan, As far as I can tell, it does this in Firefox and IE6 as well. Try this to make tables inherit properly (I haven't tested in IE5): table { font-size: 100%; } Cheers, Jesse Skinner www.thefutureoftheweb.com Susan Tilley wrote: IE 5x table cells (at least) incorrectly does not inherit

Re: [css-d] Old HTML guy takes a beating...

2005-11-28 Thread Jesse Skinner
. Good luck, Jesse Skinner www.thefutureoftheweb.com Bruce Searl wrote: to get this: http://www.thememagic.com/phototidings/testartscraps/Prod_Detail_float.asp (CSS no tables) to look like this: http://www.thememagic.com/phototidings/testartscraps/Prod_Detail.asp (tables locked at 5

Re: [css-d] Flash and css

2005-10-07 Thread Jesse Skinner
I tried using a flash movie as a background (just experimenting away) in the wrapper div. I set an extra div id=background where the movie's playing. Then I start in a new div with the menu and content. I think I tried everything, absolute positioning, relative, float, z-index, but the