Re: [css-d] Adding a faux column on my blog

2007-10-25 Thread Ian Bethune
Thank you very much. I got it to work properly now. From: Rafael [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 10:02 AM To: Ian Bethune Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Adding a faux column on my blog Ian Bethune wrote: So far I did what you said and have

Re: [css-d] Image forcing div down (+ text question)

2007-10-25 Thread Kevin Stevens
The parent (wrapper) is set to display:table. Gecko (any version up to the latest nightly build) cannot use a table or an element with display:table as a containing block for absolute positioned elements. The solution is to wrap the element with display:table in another wrapper, and set

[css-d] New issue re CSS Popup not working in IE

2007-10-25 Thread wilsoncpu
OK, one further issue (sorry!)? The popup appears in IE6/Win (good), but UNDER the other photos on the real page (bad). Naturally, it's just fine in FF. I seem to remember z-index only applies to items that have been positioned, but this one has been.? What am I missing?? Thanks again...

Re: [css-d] Using YUI CSS to simplify a Web App

2007-10-25 Thread cFA
On 10/25/07, Robert James [EMAIL PROTECTED] wrote: I'm trying to get a handle on a Web App which has gotten a bit tangled, with different parts of the app using different CSS. Fonts and colors are pretty straightforward - it's the positioning which gets messy. One idea we've come across

[css-d] To set or reset?

2007-10-25 Thread cFA
I've been thinking about this alot lately and am wondering what the css community thinks about it. Yesterday I was researching the various reset css files, yahoo's, eric meyers, tantek's. The different extent each one goes to, yahoo's by far being the most extensive, tanteks the most basic. If

Re: [css-d] To set or reset?

2007-10-25 Thread David Laakso
cFA wrote: I've been thinking about this alot lately and am wondering what the css community thinks about it. Yesterday I was researching the various reset css files, yahoo's, eric meyers, tantek's. The different extent each one goes to, yahoo's by far being the most extensive, tanteks the

Re: [css-d] To set or reset?

2007-10-25 Thread Luc
Good morning David, It was foretold that on 25/10/2007 @ 09:01:05 GMT-0400 (which was 10:01:05 where I live) David Laakso would write: It is a matter of opinion on which way to go. I find, after trying both methods, only setting as necessary works far better for me-- better learning

[css-d] Background centering issue with IE

2007-10-25 Thread David Boddie
Hello all, I believe I'm having a background centering issue with IE on my new design, and I was wondering if someone could give me some pointers. IE7 shows a 1 pixel shift to the right of my drop shadow background on my container div (#containerwrapper), which makes it look like a margin or

[css-d] Help with list item spacing

2007-10-25 Thread Travis Crabtree
I always have trouble with lists, especially spacing. An example is our homepage http://www.tusculum.edu. The list under Calendar Highlights appears differently in Firefox than in IE6/7. Believe it or not, I want Firefox to look like IE6/7. I want less space between the menu items in Firefox, but

Re: [css-d] image link leaks into text

2007-10-25 Thread Sandy
I have a group of pages http://sandyfeldman.com/absolutevents.html http://sandyfeldman.com/asklenore.html http://sandyfeldman.com/bradtrent.html and some others that link to this style sheet http://sandyfeldman.com/css/sf.css These pages have a mysterious (to me) link problem. The

Re: [css-d] Background centering issue with IE

2007-10-25 Thread David Laakso
David Boddie wrote: I believe I'm having a background centering issue with IE on my new design, and I was wondering if someone could give me some pointers. IE7 shows a 1 pixel shift to the right of my drop shadow background on my container div (#containerwrapper), which makes it look like

Re: [css-d] Background centering issue with IE

2007-10-25 Thread Rick Faircloth
Can't see it here, David...IE7... Looks good...nice design. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Boddie Sent: Thursday, October 25, 2007 10:15 AM To: css-discuss Subject: [css-d] Background centering issue with IE Hello

Re: [css-d] Image Placement in CSS - Help!

2007-10-25 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: You should take a bit more care and write valid source code. For instance: an anchor is not an empty element, and should never be marked up as one. This is not correct, no matter which doctype you use... a href=http://www.e7flux.com; /Elli

Re: [css-d] IE Only Bug?

2007-10-25 Thread Gunlaug Sørtun
Information - Professional Web Pages wrote: http://www.professionalwebpages.info/ When IE is fully maximised to the screen, if you click on any property (for example Gympie Retirement village) and then click the browser back button and then scroll down the back and back up (with my

Re: [css-d] Background centering issue with IE

2007-10-25 Thread Gunlaug Sørtun
David Boddie wrote: IE7 shows a 1 pixel shift to the right of my drop shadow background on my container div (#containerwrapper), which makes it look like a margin or padding issue, but I haven't been able to find anything that would cause that type of problem.

[css-d] things disappearing in IE7

2007-10-25 Thread [EMAIL PROTECTED]
utter frustrationI hate IE./utter frustration Okay, now that I've got that out...I'm doing a REALLY simple site. I've checked it in all other stuff and it's fine, but in IE things are just disappearing. It's so weird. Anyway, I'll start by saying that this site *will not* validate. So

Re: [css-d] Table Frame Problem

2007-10-25 Thread David Hucklesby
On Thu, 25 Oct 2007 17:19:32 +0530, Byomokesh Sahoo wrote: [...] ... dont use css... So why are you asking for help on this list? Cordially, David -- __ css-discuss [EMAIL PROTECTED]

Re: [css-d] things disappearing in IE7

2007-10-25 Thread [EMAIL PROTECTED]
Well you have no head, no body, you cannot expect browsers to treat it fairly. Find another project if you cannot get the basics of a web page included in your page. Well, frankly, it *will* have a head and body (as stated in the previous email). It's included in the header and footer that

Re: [css-d] things disappearing in IE7

2007-10-25 Thread [EMAIL PROTECTED]
Ahh..Luc! Thank you! I had tried all of the has layout stuff I could think of - but I forgot about that one. #main ( height:100%} is what ended up working. Thank you :) ~Shelly __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Help with list item spacing

2007-10-25 Thread David Hucklesby
On Thu, 25 Oct 2007 10:25:16 -0400, Travis Crabtree wrote: I always have trouble with lists, especially spacing. An example is our homepage http://www.tusculum.edu. The list under Calendar Highlights appears differently in Firefox than in IE6/7. Believe it or not, I want Firefox to look

Re: [css-d] things disappearing in IE7

2007-10-25 Thread Luc
Good afternoon Shelly, It was foretold that on 25/10/2007 @ 14:33:26 GMT-0400 (which was 15:33:26 where I live) [EMAIL PROTECTED] would write: snipped a bit I had tried all of the has layout stuff I could think of - but I forgot about that one. #main ( height:100%} is what ended up

[css-d] Site Check - Footer Problem...

2007-10-25 Thread David Boddie
Ok, I'm about to pull my hair out. I don't know why my footer is doing this, but the #footercontainer section of this page keeps shrinking when the page size shrinks... It's a classic three column layout with left and right columns floated. The #floatercontainer should be 100%, followed by a

Re: [css-d] Site Check - Footer Problem...

2007-10-25 Thread Amy M. Drayer
Dear D. Boddie: Here's a screenshot for you from IE6. http://s23.photobucket.com/albums/b352/KamuiDestiny/?action=viewcurrent=screenshot.jpg -- In peace, Amy M Drayer Web Interface Designer [EMAIL PROTECTED] http://www.puzumaki.com/ For dangers untold and hardships unnumbered, I have fought

[css-d] Popup is _behind_ rather than _in_front_ in (you guessed it) IE

2007-10-25 Thread wilsoncpu
One more time... The photo app? is doing nicely, but now although the popups appear in the proper place in both FF and IE (many thanks), they're BEHIND the images in IE, despite their z-index of . The popup SPAN _is_ positioned, so shouldn't the z-index take effect? The (real) page is:

Re: [css-d] Popup is _behind_ rather than _in_front_ in (you guessed it) IE

2007-10-25 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: One more time... The photo app? is doing nicely, but now although the popups appear in the proper place in both FF and IE (many thanks), they're BEHIND the images in IE, despite their z-index of . The popup SPAN _is_ positioned, so shouldn't the z-index take