Re: [css-d] Newbie CSS question

2005-12-10 Thread matthijs
I need to buy a CSS book. I have the 2nd Edition of Osbourne HTML reference. Some good books on css I use myself and which I can recommend: - Cascading Style Sheets Owen Briggs et al. - Designing with Web Standards Jeffrey Zeldman (not only about css, but a must-read) - the Zen of CSS design,

[css-d] CSS only tooltip in IE appears below other elements

2005-12-10 Thread Jesper Brunholm
Hi all Im trying to make a pure CSS tooltip (or mouseover/hover- popup) on this page: http://visesangere.dk/test2.html They work very fine on the first 4 links: Ag o ... Ak,Al v ... Am B etc, but only in Mozilla and Opera, Explorer puts the absolutely positioned :hover _below_ the surrounding

Re: [css-d] CSS only tooltip in IE appears below other elements

2005-12-10 Thread Gunlaug Sørtun
Jesper Brunholm wrote: Im trying to make a pure CSS tooltip (or mouseover/hover- popup) on this page: http://visesangere.dk/test2.html They work very fine on the first 4 links: Ag o ... Ak,Al v ... Am B etc, but only in Mozilla and Opera, Explorer puts the absolutely positioned :hover

Re: [css-d] CSS only tooltip in IE appears below other elements

2005-12-10 Thread Ingo Chao
Gunlaug Sørtun wrote: Jesper Brunholm wrote: Im trying to make a pure CSS tooltip (or mouseover/hover- popup) on this page: http://visesangere.dk/test2.html They work very fine on the first 4 links: Ag o ... Ak,Al v ... Am B etc, but only in Mozilla and Opera, Explorer puts the

[css-d] text block jumps down

2005-12-10 Thread Erik Visser
This page: http://www.siebefockens.nl/corpclown/howwework/howwework3_en.html What is the idea? When you initially come to that page, in the content area (right) you see (top to bottom): 3 descriptions where each has an animation (that runs once) to the right if you click one of the animations: -

[css-d] Site Check - LittleandReid.com [Update]

2005-12-10 Thread Rahul Gonsalves
Dear All: http://littleandreid.com/rc2/ This is a second check, after David, Felix and Kates' suggestions and kind words from last week. I've tried to incorporate as many of these as possible into the design/code. @ Felix: 1 .text (font-size: .95em;} Removed. 2 .outerwrapper {font-family:

Re: [css-d] text block jumps down

2005-12-10 Thread Erik Visser
Possible due to browser caching the situation is different then stated before: The page looks good in: - windows xp: Firefox 1.07 - windows xp: mozilla 1.7.12 - windows xp: IE 6 - Linux: Firefox 1.07 - linux: mozilla 1.7.8 Page displays initially ok, but when an image is clicked, the text

Re: [css-d] Site Check - LittleandReid.com [Update]

2005-12-10 Thread Rahul Gonsalves
Felix Miata wrote: Rahul Gonsalves wrote: http://littleandreid.com/rc2/ 2 .outerwrapper {font-family: Arial, Helvetica, sans-serif;} Changed to plain {sans-serif} That had no apparent impact, because you still have: .text {font-family: Geneva, Arial, Helvetica,

Re: [css-d] CSS only tooltip in IE appears below other elements

2005-12-10 Thread Gunlaug Sørtun
Ingo Chao wrote: .linkline a:hover {z-index:2; zoom:1} ... which crashed IE. Not good. ;) Sounds *perfect* to me ;-) It's always good to learn about those combinations that may crash a browser - especially IE, so we know what to avoid in particular cases. OTOH: one should always

Re: [css-d] Need help figuring out how to implement a page layout

2005-12-10 Thread Mike Soultanian
Better: Make column 1 and 2 fixed, and column 3 width:auto, so it fills the rest of the available space. Would I still be floating all of the columns to the left in this case? Or, float column 1 and 2 left, and make column 3 have a margin-left of the combined width of 1 and 2. That should

Re: [css-d] Need help figuring out how to implement a page layout

2005-12-10 Thread ron zisman
newbie response here. my approach might be to place 2 divs in a container, floating everything left or right; then enclosing the container in a wrapper with the third column floated opposite the inner container. the wrapper could have a fixed width or be flexible. div id=wrapper div

[css-d] 2 pages, same layout, different display in FF1.5

2005-12-10 Thread Elaine Jordan
Ok, I'm stumped. I have a single layout table with 3 rows and 2 columns, at a fixed width. For some reason, pages with an unordered list won't display column widths correctly. See here: correct: http://www.wpwd.net/test/index.html incorrect: http://www.wpwd.net/test/artists.html css:

[css-d] Safari Bug: Crash on Certain CSS-Generated Content

2005-12-10 Thread Mr. Meitar Moscovitz
Hi all. While designing a web site for a client, I ran into what appeared to be a rather odd Safari bug. Each time I hovered over a link which had some embedded content in the title attribute, the browser would crash. After a few hours of bug hunting, I believe I've found the culprit, and

[css-d] Problems with form

2005-12-10 Thread MARG
Hi, If you care to visit http://www.tuxdoit.com/proto.php i have two questions: 1) Why is there a break line after E:mail ? 2) Why the border all around the form ? Any help would be apreciated. Warm Regards, MARG __

[css-d] centering a div that floats above everything

2005-12-10 Thread Abyss Information
Hi all I am trying to center a div but ontop of another div.. here is my code div style=width:700px; margin-left:auto;z-index:20; margin-right:auto;background-color:#000;position:absolute; padding-top:40px; asdfdsafdsfdf /divit works in IE giving it centered exactlybut in FF it is on the left

Re: [css-d] centering a div that floats above everything

2005-12-10 Thread Christian Montoya
On 12/10/05, Abyss Information [EMAIL PROTECTED] wrote: Hi all I am trying to center a div but ontop of another div.. here is my code div style=width:700px; margin-left:auto;z-index:20; margin-right:auto;background-color:#000;position:absolute; padding-top:40px; asdfdsafdsfdf /divit

Re: [css-d] centering a div that floats above everything

2005-12-10 Thread Christian Montoya
On 12/10/05, Abyss Information [EMAIL PROTECTED] wrote: that didn't work, now its in line with all other elements and not above them, so that it is above it... thanks anyway for your help You need to read up more about CSS, because what you are trying to do is not simple. You can't combine

[css-d] The mind boggles (IE)

2005-12-10 Thread MARG
Hi, Why does this page: http://www.tuxdoit.com/newsletter.php renderes correctly in Firefox and gives a completely white page in IE 6 ? I'm bezerked! Would someone help me please ? Warm Regards, Mári Gamito __ css-discuss

Re: [css-d] The mind boggles (IE)

2005-12-10 Thread Donna Jones
MARG wrote: Hi, Why does this page: http://www.tuxdoit.com/newsletter.php renderes correctly in Firefox and gives a completely white page in IE 6 ? I'm bezerked! Would someone help me please ? Warm Regards, Mári Gamito Hi Mari: I'm seeing it fine in IE6, maybe you just needs to

Re: [css-d] The mind boggles (IE)

2005-12-10 Thread Gunlaug Sørtun
MARG wrote: Why does this page: http://www.tuxdoit.com/newsletter.php renderes correctly in Firefox and gives a completely white page in IE 6 ? The page shows up in IE, but not all of it is stable. Weak source-code and styling on #footerline2 makes it come and go depending on font-size in

Re: [css-d] text block jumps down (Update)

2005-12-10 Thread Erik Visser
All reported problem fixed. But a new one has arised. The background color on the li's in the menu in the left column should be the same as the left-column. Al browsers display it like this. But not WinXP IE 6. There the li's are grey. I worked almost through the night and I'am out of ideas or

Re: [css-d] text block jumps down (Update)

2005-12-10 Thread Gunlaug Sørtun
Erik Visser wrote: http://beta.erikvisser.net/clown/welcome/welcome_en.html If you want the column's background-color to shine through in IE, then 'background-color: transparent;' looks like a better choice on /everything/ in that list. regards Georg -- http://www.gunlaug.no