[css-d] Is this an IE rendering error ?

2005-08-29 Thread Tom Steenhuysen
I have 2 strange things going on in trying to design a fluid 3 and 4 column : 1) the two columns in the middle are both 50% wide - but when you change the width of IE [drag the edge], then there seems to be an intermittent 1-pixel difference which drops the second column below the first

Re: [css-d] img border madness

2005-08-29 Thread Lorraine Nepomuceno
Arrgghh... it looks like I spoke too soon. The borders on the images are gone in Safari, but I still see them on Firefox and Camino. Please help! http://www.splashscreen.com/test.html with CSS at http://www.splashscreen.com/base.css Thanks :) Lorraine Peter, Dwain... That was it! Now

[css-d] Site Check, Please.

2005-08-29 Thread Kelly Miller
http://crystalsanctuary.rpgsource.net/designs/rpgsource/final/template2.htm I've checked it in IE5, IE5.5, IE6, Firefox 1.0, Opera 7.5 and Opera 8 already. Thanks for helping out. -- http://www.mozilla.org/products/firefox/ - Get Firefox! http://www.mozilla.org/products/thunderbird/ -

Re: [css-d] img border madness

2005-08-29 Thread Paul Novitski
At 11:31 PM 8/28/2005, Lorraine Nepomuceno wrote: Arrgghh... it looks like I spoke too soon. The borders on the images are gone in Safari, but I still see them on Firefox and Camino. Please help! http://www.splashscreen.com/test.html with CSS at http://www.splashscreen.com/base.css Lorraine,

[css-d] IE: Content disappears on refresh

2005-08-29 Thread Martin Petrov
Two absolute positioned elements disappear when the page is reloaded (Internet Explorer 6). Initially it is ok but then if you refresh the absolute positioned logo ( p id=Logo) and menu (div id=Menu)disapper. http://home.comcast.net/~martinpetrov/finalproject/final.html Do you experience

Re: [css-d] img border madness

2005-08-29 Thread Lorraine Nepomuceno
Paul and Holly, Thank you so much- for presenting the solution, but especially for taking the time to explain it to me. It didn't make any sense to me until I read your emails. To avoid a time gap when the image is moused over for the first time, you can actually store both the hover

Re: [css-d] Site Check, Please.

2005-08-29 Thread David Laakso
Kelly Miller wrote: http://crystalsanctuary.rpgsource.net/designs/rpgsource/final/template2.htm I've checked it in IE5, IE5.5, IE6, Firefox 1.0, Opera 7.5 and Opera 8 already. Thanks for helping out. Some screen captures.(Safari, Mac/IE5.2, Win 2000/IE6/5.5/5.)

Re: [css-d] CSS poltergeist: Opera forcing contrast

2005-08-29 Thread Richard Grevers
On 8/29/05, Antonio Bueno [EMAIL PROTECTED] wrote: Hello all. I've been more than one hour trying to find why this code: html head title/title style s { color: black; background-color: black; text-decoration:

RE: [css-d] IE: Content disappears on refresh

2005-08-29 Thread Bruno Fassino
Martin Petrov wrote: Two absolute positioned elements disappear when the page is reloaded (Internet Explorer 6). Initially it is ok but then if you refresh the absolute positioned logo ( p id=Logo) and menu (div id=Menu)disapper.

Re: [css-d] Site Check, Please.

2005-08-29 Thread Tom Livingston
On Mon, 29 Aug 2005 09:08:12 -0400, Felix Miata [EMAIL PROTECTED] wrote: (image is only properly representative if viewed at 1792x1344 or 1800x1350 resolution) and the percentage of users in her site logs that run 1800x1350 would be interesting to know, no? -- Tom Livingston Senior

[css-d] Controlling text around an image

2005-08-29 Thread Jessica Mays
Hi all, Hopefully a quick question... I have div container and the container uses the margins auto and a set width. What I need to be able to do is control the placement of text menu within this div container. I know how to so this when my page is set to be aligned to the left on the browser

RE: [css-d] Problem with list height/width in MSIE

2005-08-29 Thread Martin Cetkovsky
after change of main page layout I get a problem in MSIE with list (fixed) height/width. With the xml declaration (?xml version=1.0?), you are throwing IE into quirks mode. You should hide the xml declaration from IE, or use a box model hack. Yes, that's it. Thanks. / Firefox

[css-d] IE6 WIN won't show my background masthead image

2005-08-29 Thread King's Cat
hi gang - as it is with these things, i was supposta go live LAST monday with this site...but..lo and behold...IE wont play nice. i would really appreciate a bit of direction. Could someone kindly help me figure out why the background image (div.masthead) won't display on these pages in IE6

Re: [css-d] Controlling text around an image

2005-08-29 Thread Steve Clay
Monday, August 29, 2005, 11:46:32 AM, Jessica Mays wrote: What I need to be able to do is control the placement of text menu within this div container. I know how to so this when my page is set to be aligned to the left on the browser using absolute placement, The key is moving your reference

[css-d] [Repost] float: left problem in IE Win

2005-08-29 Thread patrick mattison
Hello everyone! Once again I’m having trouble with IE Windows. Here’s the problem: When I float the #sidebar left, the container falls bellow the contact info. But when I leave out the width of the #footer, as it appears now, the container displays where it should be – well almost. There is a

[css-d] Creating online examples [WAS: help me with this css.]

2005-08-29 Thread Paul Novitski
M., I'm afraid that I, and I'm sure many others, can't deal efficiently with HTML inserted into an email message. Please post a web page to a public server that demonstrates your problem and then give us its URL. HTML inserted inline into email relies on the recipient's email software's

Re: [css-d] IE6 WIN won't show my background masthead image

2005-08-29 Thread Ingo Chao
King's Cat wrote: Could someone kindly help me figure out why the background image (div.masthead) won't display on these pages in IE6 windows: http://blogs.lawlib.widener.edu/delaware/ http://blogs.lawlib.widener.edu/harrisburg/ http://blogs.lawlib.widener.edu/whatsnew but it WILL on this one

RE: [css-d] SOLVED - Problem with floats and IE6

2005-08-29 Thread Dennis Bixler
Just be warned that with this approach you have to make sure that your guesstimate on the percentage width is small enough to allow all screen resolutions that you might encounter. Check the dropping float on very low resolutions and adjust that guesstimate accordingly. You might find that on

Re: [css-d] IE6 WIN won't show my background masthead image

2005-08-29 Thread Ingo Chao
Ingo Chao wrote: ... Not good. When you can't rewrite your rules, than you should overwrite them with higher specifity rules (for IE) in any other css file html .main { background-image: url('blog_library_header_dehb_lt.jpg'); ...} html .chair { background-image:

Re: [css-d] Site Check, Please.

2005-08-29 Thread Kelly Miller
Okay, I've updated an improved version with the following fixes: 1. I changed the very large link in the middle of the site layout, so it shouldn't break Safari any more. 2. I added a height to the h1 on top, so IE/Mac shouldn't be tripped up by that anymore. 3. I resized the sidebars just

Re: [css-d] [Repost] float: left problem in IE Win

2005-08-29 Thread Gunlaug Sørtun
patrick mattison wrote: There is a gap between the #sidebar and #container that won’t go away. http://004bf9e.netsolhost.com Feed IE/win corrections on both containers, like so: #sidebar {margin-right: -3px;} #content {margin-left: 0;} ... using whatever IE/win-only hack you feel

[css-d] trouble centering a span

2005-08-29 Thread joshua hough
Can someone take a quick look at http://lblesd.k12.or.us/test.php and http://lblesd.k12.or.us/default.css and help me to vertically and horizontally center the date stamp near the upper-right corner? It's outlined in red and currently says August 29, 2005. This is a span set within the div

Re: [css-d] Site Check, Please.

2005-08-29 Thread Felix Miata
Kelly Miller wrote: http://crystalsanctuary.rpgsource.net/designs/rpgsource/final/template2.htm 4. I replaced 14px with small in the top font declaration. IE should allow font resizing now. The first part of the center content includes the following text: What do you think of when you

Re: [css-d] clear divs within a div

2005-08-29 Thread Zoe M. Gillenwater
Martin Tschofen wrote: See: http://madla.home.comcast.net/tests/detail.html In the right column I list a bunch of detail information. I wrapped each detail inside a div class=row (with green border). When one of these details wraps onto two lines, the details don't fall on new lines or each

Re: [css-d] Site Check, Please.

2005-08-29 Thread Kelly Miller
Felix Miata wrote: Kelly Miller wrote: http://crystalsanctuary.rpgsource.net/designs/rpgsource/final/template2.htm 4. I replaced 14px with small in the top font declaration. IE should allow font resizing now. The first part of the center content includes the following text: What

SOLVED + THANKS!: [css-d] IE6 WIN won't show my background masthead image

2005-08-29 Thread King's Cat
Many thanks to ingo who helped me through this!! really outstanding folks on this list! since i am unable to access the main css files already on a remote server and i am unable to modify those css files ingo suggested (in his own words) that i add the following to a style sheet i do have

[css-d] Re[2]: CSS poltergeist: Opera forcing contrast

2005-08-29 Thread Antonio Bueno
Hello, Richard. [...] the changes it makes [...] may result in text being displayed on a different background [...] Oh, yes. When I found the cause I understood the reasoning behind this behavior. That's why I said it's not any Opera+CSS weirdness, but a feature :) BTW, having text and

[css-d] General Question

2005-08-29 Thread Colin DiBiase
Hi this is just a general question i would like to be updated on. I always thought you were supposed to put position in your Div Ids and stuff? but on the pages no one seems to be putting them at all. if it not there is there a default the tags becomes? Also, I always thought there was a

Re: [css-d] Site Check, Please.

2005-08-29 Thread Felix Miata
Kelly Miller wrote: What you have is actually: div#feature p {font-size: 90%} (standard) div#feature p {font-size: 80%} (contained in IE-only stylesheet; used because IE makes text insanely large by default). But since you're complaining, I boosted up the font size of the center

Re: [css-d] Question about the list

2005-08-29 Thread curson
On (29/08/05 18:11), Scott Glasgow wrote: Is this something in the way OE is configured (if so, why just this list?), or the way the list is configured, or have I just happened to reply to senders who have their Reply To set, or what? It's not about you, but about the way the list is

[css-d] Solved float: left problem in IE Win

2005-08-29 Thread patrick mattison
Thanks Georg for your suggestion, worked like a charm. Also, I'm having problems validating the Directions page because the link Get Directions has the symbol in the href. W3C says to add amp; after each however when I do this it still won't validate - has anyone had this problem before? or

Re: [css-d] Question about the list

2005-08-29 Thread Holly Bergevin
From: Scott Glasgow [EMAIL PROTECTED] I had hit Reply, as I do in all my other lists, but instead of picking up the list address OE picked up the sender's address. If I hit Reply All, it does go to the list, but sends a separate copy to the sender (which can be annoying to the recipient, I

Re: [css-d] Question about the list

2005-08-29 Thread Felix Miata
Scott Glasgow wrote: I wondered why my last few messages had not appeared on the list, so I went into Sent Items and looked and realized that they had gone to the original posters. I had hit Reply, as I do in all my other lists, but instead of picking up the list address OE picked up the

RE: [css-d] trouble centering a span

2005-08-29 Thread Peter Williams
From: joshua hough This is a span set within the div that contains the blue tabs. The div is text-align: left and fills the width of its parent. I'd like to center the date in the remaining 19px by 160px blue space to the right of the last tab. It refuses to be 160px wide or 19px

RE: [css-d] Simple two columns

2005-08-29 Thread Rob Agar
How do I stop col2 wrapping below col1 however when the browser window is shrunk down in size? (Has to work in IE). table cellspacing=0 tr td class=col1.../td td class=col2.../td /tr /table OK, I'm a green + knobbly troll. But it would work,

[css-d] new to css

2005-08-29 Thread Patrick Roane
Hey folks, I've been working on a site that is supposed to funtion as a pure liquid .css site: www.lessstressdoctor.com/test/index.html The problem I am having is with IE 5 and 5.2 for MAC. For some reason the words 'services' 'bio' and 'testimonials' (each on their respective pages ...see

Re: [css-d] Site Check, Please.

2005-08-29 Thread Kelly Miller
Felix Miata wrote: There's so many apparently affecting the same text it makes my head swim trying to figure it out, even with the help of Domi, Thanks to that list, now there is no font-size related cascade. On top of that, you accidentally isolated the portion of CSS that was causing IE

[css-d] Apologies

2005-08-29 Thread M Moore-Racine
I am sorry about posting the entire css yesterday. I thank all who pointed the misuse of bandwith and my faux pas. I learned a lesson. I am going to create a sample area to post. Thanks -- ___ Sign-up for Ads Free at Mail.com