[css-d] Site check please, and some issues

2005-08-01 Thread j.hodge
Hi, again. I hope everyone is having a good evening. I have current working drafts of my project located at: http://www.delineations.org/sandbox/ If possible, I need site checks from every platform, for every commonly used browser later than the 4.x generation. At this time, everyt

RE: [css-d] IE6 Rendering Wierdness

2005-08-01 Thread Tatham Oddie \(Fuel Advance\)
Matt, > Sounds like you've "contracted a case" of the Peek-a-boo bug. Position > Everything has a good article on it. Fixed using the line-height solution. Thanks for the pointer. :-) > Very nice looking site. Clean code, nice colors too. Text transforms > gracefully for me. Everything but

Re: [css-d] Absolute position problem in Safari? Was: Strange float? problem in IE6

2005-08-01 Thread Philippe Wittenbergh
On 1 Aug 2005, at 11:52 pm, Tracy Shorrock wrote: I don't suppose you have any idea why the absolute-positioned photo of the couple (#couple) is appearing differently in Safari (v1.0.3) than the other browsers: http:// www.vandevelde.co.uk/WebAlbum/safari1.tiff http://www.van

Re: [css-d] Cross-Browser Issues

2005-08-01 Thread Gunlaug Sørtun
Matthew Ohlman wrote: Hey List: I've run into a problem with cross-browser compatibility on a new design I am working on. You can view it here: http://pictures.ohlman.com/cross/index.html I've put the CSS inline so it will be easier to debug. In IE6, the footer bar is not lining up on the bot

Re: [css-d] only half of the drop downs work in IE6

2005-08-01 Thread shlomi asaf
Hi Richard have you fixed the problem? I'm using IE and i don't see any problem in your menu, besides a little design issue: from my opinion, u should "margin:7px 0 0 10px" your drop-downs so they will align to the text and not sit so close to the text at the menu. Yours Shlomi Asaf. On 8/1/05, R

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Matthew Ohlman
Mark Lundquist wrote: Actually no, that's not what it does! :-) The contents of a CDATA section are declared to have no XML metacharacters. So for instance, you can just write '<' instead of '<' inside a CDATA section, or '&' instead of '&'. That's it. It has nothing to do with hiding any

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Mark Lundquist
On Aug 1, 2005, at 7:51 PM, Matthew Ohlman wrote: Jon Trelfa wrote: I didn't have the <[cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never use that an my documents validate just fine...? Correct me if I'm wrong, but I think It's optional. That

Re: [css-d] Absolute position problem in Safari? Was: Strange float? problem in IE6

2005-08-01 Thread Roger Roelofs
Tracy, On 8/1/05, Tracy Shorrock <[EMAIL PROTECTED]> wrote: > Hi Gunlaug, > > I don't suppose you have any idea why the absolute-positioned photo of > the couple (#couple) is appearing differently in Safari (v1.0.3) than > the other browsers: > > http://www.vandevelde.co.uk/WebAlbum/inde

Re: [css-d] Cross-Browser Issues

2005-08-01 Thread Andrew Gregory
On Tue, 02 Aug 2005 11:22:42 +0800, Matthew Ohlman <[EMAIL PROTECTED]> wrote: Second, in Opera 8 it looks like it's not applying the margin properties in the body declaration correctly. Opera uses padding on body, not margin. HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.sc

[css-d] Cross-Browser Issues

2005-08-01 Thread Matthew Ohlman
Hey List: I've run into a problem with cross-browser compatibility on a new design I am working on. You can view it here: http://pictures.ohlman.com/cross/index.html I've put the CSS inline so it will be easier to debug. In IE6, the footer bar is not lining up on the bottom. The faux colum

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Matthew Ohlman
Jon Trelfa wrote: I didn't have the <[cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never use that an my documents validate just fine...? Correct me if I'm wrong, but I think It's optional. That does the equivalent of what

Re: [css-d] IE6 Rendering Wierdness

2005-08-01 Thread Matthew Ohlman
Tatham Oddie (Fuel Advance) wrote: Basically, the "Navigation" and "Useful Links" boxes get rather screwed up the first time the page is loaded. Borders missing, header bars duplicated, etc. This is fixed if you highlight the region, or better still press Ctrl-A to select the whole page. Is a

Re: [css-d] Import alternate stylesheet

2005-08-01 Thread Michael Landis
On 7/28/05, Mr. Kim Siever <[EMAIL PROTECTED]> wrote: > Is there a way to indicate in an import statement that a particular > style sheet is and alternate style sheet. I know how to do it using a > link tag. I want to know if it can be down using import statements. Hi, Kim, You can try the title

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Jon Trelfa
On 8/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I figured out my problem with the help of some of you wonderful folks! > > my problems were: > xhtml wasn't validated > > I didn't have the <[cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never

Re: [css-d] Hovering on text links but not images

2005-08-01 Thread Jon Trelfa
On 8/1/05, Steve Clay <[EMAIL PROTECTED]> wrote: > > Monday, August 1, 2005, 4:49:35 PM, Lst Recv wrote: > > Is there a simple way (without having to give each link a class) of > > using CSS to change the background color on text links but not images? > > CSS can't do it (selectors can't look dow

[css-d] IE6 Rendering Wierdness

2005-08-01 Thread Tatham Oddie \(Fuel Advance\)
Guys n' gals, Having some weird issues with http://testdrive.fueladvance.com/vve/ that I can't seem to fix. (Of course, they are IE6 specific.) Basically, the "Navigation" and "Useful Links" boxes get rather screwed up the first time the page is loaded. Borders missing, header bars duplicat

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Mark Lundquist
On Aug 1, 2005, at 12:30 PM, Steve Clay wrote: I get *nothing* in Opera8. The page is invalid: Move this to your CSS so you have What Steve means is that you should have body { background-color: white; } in your CSS. :-) —ml— _

Re: [css-d] block element padding ?

2005-08-01 Thread Steve Clay
Monday, August 1, 2005, 7:14:07 PM, Timothy wrote: > I've tried line-height variations along with the margin but you don't change the line-height here: > font: bold 1em Verdana, Arial, Geneva, sans-serif; try: font: bold 1em/1 Verdana, Arial, Geneva, sans-serif; but basically with a bigger fon

Re: [css-d] Forcing a footer to the bottom

2005-08-01 Thread Juanita
Schalk - Thanks alot - it worked! Juanita [EMAIL PROTECTED] on Monday, August 01, 2005 at 12:56 PM -0800 wrote: >Juanita > >Have a look at the following article: >http://www.sitepoint.com/forums/showpost.php?p=1239966&postcount=3 > >Juanita wrote: > >>This has created another issue - how can I f

[css-d] Windows font sizes vs. Mac

2005-08-01 Thread Brad Cathey
Hello all, Can someone steer me in the direction of a good discussion of the problem I'm having with the larger rendering of fonts in Windows? I build everything in BBEdit on the Mac and Safari and then have to resize everything for Windows. Thanks! _

[css-d] block element padding ?

2005-08-01 Thread Timothy Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 List, I searched the archives... but the number of hits just overwhelmed me. I thought it best to check with the collective mind on this. I'm coding my theme for blojsom (blojsom.sf.net) and I'm having a pixel-perfect moment, mentally really, I

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Scrlsawportraits
One more thing It seems I created this problem on my own. If I had linked the style sheet in the first place I wouldn't have had to bother you folks. When I fixed the embedded style so the page would validate, it knocked everything out of all the browsers except IE. Once I removed the styl

[css-d] Issue with Safari

2005-08-01 Thread Jeetu Mahtani
Hello - We had a designer create the following site for us - http://www.locobazooka.com. Unfortunately he is on vacation right now and we seem to have run into an issue with Safari. In Safari the menu items (Home, Info, Who's Playing?, etc) are not visible at all. I am not a CSS expert but I think

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Scrlsawportraits
I figured out my problem with the help of some of you wonderful folks! my problems were: xhtml wasn't validated I didn't have the <[cdata[ ... ]] around my style element I also had a misformed attribute in my body tag and it seems the netscape resize script that my editor added interfere

Re: [css-d] Hovering on text links but not images

2005-08-01 Thread Steve Clay
Monday, August 1, 2005, 4:49:35 PM, Lst Recv wrote: > Is there a simple way (without having to give each link a class) of > using CSS to change the background color on text links but not images? CSS can't do it (selectors can't look down the document tree)... OFFTOPIC ...but JS can give those li

[css-d] Hovering on text links but not images

2005-08-01 Thread Lst Recv
Is there a simple way (without having to give each link a class) of using CSS to change the background color on text links but not images? Otherwise you get funny behavior when using transparent background images. I tried a img {background-color: #ff;} and a:hover img {background-color: #fff

Re: [css-d] Problem with lists in IE

2005-08-01 Thread Schalk Neethling
Michelle If all you want is a normal displaying list and merely changing the padding and list-style. You can safely remove the display:block. Also I saw in your stylesheet that you have: #soclist { display: block; list-style: square; padding-left: 0; margin-left: 0; width: 400px; padding: .7em

Re: [css-d] IE Background-Image Problem

2005-08-01 Thread Ingo Chao
Richard Garbutt schrieb: The problem is that the background images for the links at the top of the 2nd and 3rd columns (next to the text "Black and Blue" and "Octopussy") seem to be repeating vertically and also overflowing their container. This happ

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Thierry Koblentz
Tanya Renne wrote: > Thanks Steve - I fixed the markup but the menus are still jumpy in IE > ... is there anything I can to do the styles? Jumpy? Do you mean "flickering"? http://www.fivesevensix.com/studies/ie6flicker/ HTH, Thierry | www.TJKDesign.com

Re: [css-d] Forcing a footer to the bottom

2005-08-01 Thread Schalk Neethling
Juanita Have a look at the following article: http://www.sitepoint.com/forums/showpost.php?p=1239966&postcount=3 Juanita wrote: This has created another issue - how can I force the footer to the bottom of the pages that have less content? Here's a page where you can see the footer stays right

[css-d] Problem with lists in IE

2005-08-01 Thread Michelle Tarby
I'm having a problem with the way my list looks in IE: Human Services Research and Theory Criminology and Criminal Justice Education Seems like it is displaying inline in IE 6. Here's the snip from my stylesheet: #soclist { display: block; list-style: square; padding-left: 0;

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Steve Clason
On 8/1/2005 11:44 AM Tanya Renne wrote: Thanks Steve - I fixed the markup but the menus are still jumpy in IE ... is there anything I can to do the styles? http://extranet.ariamedia.com/projects/ariamedia/extranet/conductor/interfac I guess I don't understand "jumpy". The menus act like norm

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Steve Clay
Monday, August 1, 2005, 2:52:32 PM, [EMAIL PROTECTED] wrote: > http://www.advancedscrollsawpatterns.com/indexwithdiv.htm I get *nothing* in Opera8. The page is invalid: Move this to your CSS so you have Steve -- http://mrclay.org/ : http://frenchhorns.mrclay.org/ _

[css-d] FF impossible resize bug

2005-08-01 Thread Michiel van der Blonk
Hi, I have a problem in FireFox on this page: http://www.cbaruba.org/cba/do/category/4/type/NEWS/getArticleList.html When starting out the page looks fine. Then, when you resize below 70% (or somewhere around the figure) of the browser width, suddenly the select boxes become wider. After that

[css-d] Forcing a footer to the bottom

2005-08-01 Thread Juanita
Thanks to all who answered my page - jumping problem ( scroll bars came & went depending on length of page content.) I decided to use height:100% margin-bottom 1px to make the pages to a length that would require a scroll bar regardless of content length, so pages wouldn't 'jump.' This has crea

[css-d] Newbie needs help PLEASE

2005-08-01 Thread Scrlsawportraits
I am trying to update my "functional" albeit very ugly HTML site and trying to implement CSS. I am doing this in baby steps so bear with me. I have posted the in progress page to this URL http://www.advancedscrollsawpatterns.com/indexwithdiv.htm I am having problems with the z-indexed div (

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Tanya Renne
Thanks Steve - I fixed the markup but the menus are still jumpy in IE ... is there anything I can to do the styles? Tanya Steve Clason wrote: On 8/1/2005 7:41 AM jordan WOLLMAN wrote: I¹m working on an interface for my company¹s new CMS, and my Suckerfish dropdowns work just fine in IE, but

[css-d] full height tables - what's the best way?

2005-08-01 Thread CJ Larson
I'm using an xhtml doctype on my pages and am not able to have table height be 100%. When I change the doctype to an html traditional with no url, though, the table displays "correctly" at the full page height. According to the chart on http://hsivonen.iki.fi/doctype/ however, my no-url, html doct

[css-d] Floated, Two-Column, Liquid Layout IE Woes

2005-08-01 Thread Matt Harris
I have a two-column liquid layout with a header and footer. The columns are floated and defined with a 70% / 30% width. All works well except for one small problem... If I open up my layout ( http://publicinterest.eresources.ws/) in Internet Explorer and slowly drag the window smaller, the float

Re: [css-d] gap on right side of page

2005-08-01 Thread David Laakso
Scot Schlinger wrote: Hi all, I have a small gap, looks to be 1 px or 2 at most) on the entire right side of my layout when viewed in ie 6.x (xp) but is correct when viewed in ff. Page: http://www.rell.com/test/index.html CSS: http://www.rell.com/test/style/default.css Scot Hi Scot, I'm old

Re: [css-d] Odd boxing with html form

2005-08-01 Thread Adam Kuehn
Keith Sader wrote: I've got a strange layout issue with IE 6.0 and a form. When I layout a form ala Man in Blue: http://www.themaninblue.com/experiment/InForm/margin.htm, I get really strange box sizing. The red-outline shows that the box for the is huge. It's much larger than a plain old el

Re: [css-d] Scroll bars show through absolutely positioned background images

2005-08-01 Thread Justin Makeig
This does, in fact, appear to be a Mac OS X-only bug in Firefox. I've posted a test case at http://www.makeig.com/lineDetails/ Firefox on Suse and Windows as well as Safari 2.0 seem to render fine. It doesn't look to be fixed in the nightly build of DeerPark that I downloaded yesterday.

[css-d] IE7 beta 2 Expected CSS Support

2005-08-01 Thread Pringle, Ron
Originally posted by Aardvark on TheList, but I felt it was helpful and appropriate to this list as well. Note that the list below pertains to BETA 2, which has not been released yet. However, a few of the bug fixes apparently are in Beta 1. Regards, Ron the IEblog has the following post: http:/

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Steve Clason
On 8/1/2005 7:41 AM jordan WOLLMAN wrote: I¹m working on an interface for my company¹s new CMS, and my Suckerfish dropdowns work just fine in IE, but not in FF or Safari. Any help would be appreciated. http://extranet.ariamedia.com/projects/ariamedia/extranet/conductor/interfac e/ The problem

[css-d] Float Problem in IE Mac... display:inline-block

2005-08-01 Thread Tracy Shorrock
Spoke too soon... I've fixed the problem in IE 5.2 where the right floated content dropped below the left floated content when you resized the window using * html>body div.floatbox {float:none; display:inline-block} However, I'm now getting this problem (screenshot): http://www.vandevelde.co

[css-d] Q: Son of a Suckerfish

2005-08-01 Thread Tanya Renne
I'm using son of a sucker fish foldouts here: http://www.orchidsuites.net/aham ... in IE 6.0 (gasp) they are flashing/blinking as you roll over them (top navigation) ... any suggestions? Thanks, Tanya __ css-discuss [EMAIL PR

[css-d] Absolute position problem in Safari? Was: Strange float? problem in IE6

2005-08-01 Thread Tracy Shorrock
Hi Gunlaug, Sorry I didn't get back to you sooner. I've implemented your suggestion, and it seems to have corrected things in IE6. Thank you for the link, it lead me to a page which helped solve my IE 5.2 problem as well. And to Gunlaug and CSS List Gurus: I don't suppose you have any ide

[css-d] gap on right side of page

2005-08-01 Thread Scot Schlinger
Hi all, I have a small gap, looks to be 1 px or 2 at most) on the entire right side of my layout when viewed in ie 6.x (xp) but is correct when viewed in ff. Page: http://www.rell.com/test/index.html CSS: http://www.rell.com/test/style/default.css Once again I would like to thank every

[css-d] Odd boxing with html form

2005-08-01 Thread Keith Sader
Greetings, I've got a strange layout issue with IE 6.0 and a form. When I layout a form ala Man in Blue: http://www.themaninblue.com/experiment/InForm/margin.htm, I get really strange box sizing. The red-outline shows that the box for the is huge. It's much larger than a plain old element by

[css-d] Suckerfish Dropdown Problem

2005-08-01 Thread jordan WOLLMAN
Hello all, I¹m working on an interface for my company¹s new CMS, and my Suckerfish dropdowns work just fine in IE, but not in FF or Safari. Any help would be appreciated. Link to site: http://extranet.ariamedia.com/projects/ariamedia/extranet/conductor/interfac e/ Sincerely, Jordan WOLLMAN //

Re: [css-d] Site Check Please - sagefish.com

2005-08-01 Thread Jade True
I wanted to publicly thank those who replied; your comments were helpful and made the site better. I have one more issue; here are some browsercam views of it: http://www.browsercam.com/public.aspx?proj_id=180317 My css forms are not rendering at all in NN 6.2. I can't figure out why! The first

[css-d] IE Background-Image Problem

2005-08-01 Thread Richard Garbutt
A couple of the background images on the below linked page are doing something strange in IE6. The problem is that the background images for the links at the top of the 2nd and 3rd columns (next to the text "Black and Blue" and "Octopussy") seem to b

[css-d] only half of the drop downs work in IE6

2005-08-01 Thread Rich Points
Howdy, I'm working on a design and I'm having trouble getting all the drop downs to work in IE6. The first three menus are dropping like they should but the next three, starting with 'techniques' don't work. Has anyone see this problem before? http://gatewaygourmet.com/Test/index.htm Thanks

[css-d] Fluid box - without box model

2005-08-01 Thread Augusto Murri
Hi all, i'm trying to create a box with CSS.. but i've several problems to make it. :\ The final result should be like that http://www.opent.it/cms/bazar/box.gif this what i'm doing now http://www.opent.it/cms/bazar/box.htm but i'm not sure if it's correct.. :? Some css god can help me?? Tnx

Re: [css-d] absolutely positioned menu vanishes with IE

2005-08-01 Thread rupert
On 31 Jul 2005, at 12:11, Ingo Chao wrote: rupert schrieb: http://www.rupespad.com/test3.php your bug trigger is similar to case #2 in Bruno Fassino's great test page: http://www.brunildo.org/test/IE_raf3.html #2 float - ap - clearer: Thanks Ingo - hadn't seen Bruno's page - looks very