Re: [css-d] page review :: ~dL

2005-12-28 Thread Richard Brown
Hi David On 29 Dec 2005, at 03:42, David Laakso wrote: > Comments and suggestions appreciated. It has changed a little :-P . The > first person who saw it thought it was "too weird." Totally off-beat but simply brilliant. You have a remarkable eye. HaPpy nEw yeaR to you and eVerYone eLse. -- R

Re: [css-d] absolute positioning inside table cells

2005-12-28 Thread Jesper Brunholm
Sarah Waterson wrote: > I'm building a page that requires large tables of small table cells. > Inside those cells, I need to layer images on top of one another. I think that, in your place, I'd set-up the images relative to one big div, and let some serverside scripting handle the position-number

Re: [css-d] page review :: ~dL

2005-12-28 Thread Gunlaug Sørtun
David Laakso wrote: > Comments and suggestions appreciated. It has changed a little :-P . > The first person who saw it thought it was "too weird." > The "next" person who saw it thought it was weirder, but liked it nevertheless. Many times the same

Re: [css-d] Content shifting in IE

2005-12-28 Thread Dan Jallits
Your web page should not shift when you open an IE menu item. The only thing that shifts is the "IE 3 Pixel Shift". This is documented through-out the web. This effect is when the page renders correctly in a standards-compliant browser (Mozilla Firefox) but is slightly off when viewed in IE. I am

[css-d] Content shifting in IE

2005-12-28 Thread Iorhael
Is there any way, other tnan using absolute positioning, to keep content from shifting downward in IE when the Favorites menu bar is displayed? If not, I'll go with the absolute positioningbut I've got this positioned just how I want it so I hate to change it to absolute unless I have to. w

[css-d] page review :: ~dL

2005-12-28 Thread David Laakso
Comments and suggestions appreciated. It has changed a little :-P . The first person who saw it thought it was "too weird." Thanks, ~davidLaakso __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] position: absolute; width: 100%, IE width not 100%

2005-12-28 Thread francky
Hi all, Allison wrote (28-12-05 19:48), resumé: 1> ... Paul's code + Tony's fix breaks FF: horizontal scrollbar to much & top to short. and before (28-12-05 18:07): 2> ... [berkeley-site:] I got everything working in FF & Opera without having to change the nesting of the lists (thus, keeping it

Re: [css-d] absolute positioning inside table cells

2005-12-28 Thread Philippe Wittenbergh
On 29 Dec 2005, at 7:59 am, Sarah Waterson wrote: > 'm building a page that requires large tables of small table cells. > Inside those cells, I need to layer images on top of one another. I've > found two ways to do this with the position attribute: > > OPTION 1: use a inside each table cell wit

[css-d] absolute positioning inside table cells

2005-12-28 Thread Sarah Waterson
Hello everybody, I'm building a page that requires large tables of small table cells. Inside those cells, I need to layer images on top of one another. I've found two ways to do this with the position attribute: OPTION 1: use a inside each table cell with a position:relative and place all of the

Re: [css-d] Drop-down menu doesn't work in IE

2005-12-28 Thread francky
Freaking Crazy wrote: > I am creating an AJAX-powered Bookmark Manager. My drop-down menu is > working great in Opera and Firefox, but not in IE on Windows... > http://www.auriance.com/docs/css/bookmarks/ > Any idea? Thanks, > > Freaking Crazy. Guess it has something to do with the javascrip

[css-d] Drop-down menu doesn't work in IE

2005-12-28 Thread Freaking Crazy
I am creating an AJAX-powered Bookmark Manager. My drop-down menu is working great in Opera and Firefox, but not in IE on Windows... http://www.auriance.com/docs/css/bookmarks/ Any idea? Thanks, -- Freaking Crazy. __ css-discuss [

Re: [css-d] 3 same height columns layout problem

2005-12-28 Thread Jesper Brunholm
Hi Extremely briefly as I'm too tired: The Wiki has these two entries that you do not seem to have seen, if Dan's answer does not help you, they might :-) (and if you have seen them then please accept my apologies ;-)) # ThreeColumnLayouts - these people suffered so you don't have to

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread David Hucklesby
Hi Yazmin, So far I don't see a direct reply to your question. With limited functionality, the answer is yes. Try using :active as well as / instead of :focus on the link to condition the visibility of the SPAN inside it. Cordially, David -- David Hucklesby, on 12/28/2005

Re: [css-d] 3 same height columns layout problem

2005-12-28 Thread Dan Jallits
I am not going to write it all out for you since it has been done many times before but you should check out the following article . On 12/28/05, Samatason Ltd <[EMAIL PROTECTED]> wrote: > Hi > > Adding > > margin: 0 0 0 0; > > to the body

Re: [css-d] 3 same height columns layout problem

2005-12-28 Thread Samatason Ltd
Hi Adding margin: 0 0 0 0; to the body seems to sort the top gap but only in FF... Confused... ATB Chris __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discu

Re: [css-d] alt tag works, title not working

2005-12-28 Thread David Dorward
On 28/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Warning: This Doctype will fail to trigger Standards mode in some browsers. This will cause them to emulate bugs in earlier browsers (such as the serious problem with the width property in MSIE. HTML 4.01 Strict (with the URL to the DTD)

Re: [css-d] position: absolute; width: 100%, IE width not 100%

2005-12-28 Thread Allison Bloodworth
Yes, I did see your response, Tony. However, I tried putting your fix into Paul's code and it breaks Firefox 1.5. - there is a horizontal scrollbar and the top div (containing the tabs) now isn't long enough. Am I missing something? Also as I think you pointed out, hardcoding a 92px right margin

Re: [css-d] How to set the same height to diferent divs

2005-12-28 Thread ale
Well.. it works, but not completely.. I have lost the bottom borders... :-( http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en">                 #right, #left, #center { margin-right: 10px; padding-bottom: 32767px; margin-bottom: -32767px; float:

Re: [css-d] How to set the same height to diferent divs

2005-12-28 Thread ale
I Found the solution about this problem here: http://www.positioniseverything.net/articles/onetruelayout/equalheight And I make a example above: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en">                 #right, #left, #center { margin-r

Re: [css-d] position: absolute; width: 100%, IE width not 100%

2005-12-28 Thread {tonyFelice}
Allison - 404 for me. The original problem posted by Paul yesterday, used this example: http://www.paulwalker.tv/tabs.htm which is now fixed. It originally showed the background for the subnav (white with black lower border) not filling the screen to 100% My final response follows: #menu ul {

Re: [css-d] position: absolute; width: 100%, IE width not 100%

2005-12-28 Thread Allison Bloodworth
Hi Franky, I was trying to do something similar to what you were, and was watching this thread for a solution to the IE using the wrong width problem. I got everything working in FF & Opera without having to change the nesting of the lists (thus, keeping it more accessible): http://mms.media.berk

[css-d] How to set the same height to diferent divs

2005-12-28 Thread ale
Hi people... I Have 3 columns (that may have the same height) with changeable content. Using tables, is very easy to auto-put they in the same height, but I have to use tableless code. Look at the code below (the divs have different heights): http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";

Re: [css-d] Double Margin Bug in WinIE

2005-12-28 Thread Uwe Kaiser
On 28.12.2005 06:51, Richard Brown wrote: > Hi All > > I was informed that I might have the double margin bug for the > following site: > > Site url: > Site css: > > I applied the P.I.E. solution to the sidebar

Re: [css-d] Box Model

2005-12-28 Thread Tod
Holly Bergevin wrote: >Tod, > >Georg has provided you with some good information, and I agree with him that >in order to help you, we'll need to see the page. > > > Thanks to everybody for all of the information so far. Here is a link to the test page: http://www/madtoon.net/testNav.html.

Re: [css-d] alt tag works, title not working

2005-12-28 Thread Rimantas Liubertas
2005/12/28, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > This is a Firefox problem. I have been using alt to display alternate > text in IE and title to do the same in Firefox/Mozilla. This was > working until I'm guessing I made a windows or firefox config change on > my windows pc. I looked throug

[css-d] alt tag works, title not working

2005-12-28 Thread [EMAIL PROTECTED]
This is a Firefox problem. I have been using alt to display alternate text in IE and title to do the same in Firefox/Mozilla. This was working until I'm guessing I made a windows or firefox config change on my windows pc. I looked through my Firefox settings (tools/options), don't see what h

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread Jesper Brunholm
David Dorward wrote: > On 28/12/05, Jesper Brunholm <[EMAIL PROTECTED]> wrote: >>#tester a:link div { > > That selector matches div elements that descend from a elements. In > HTML div elements are not allowed to descend from a elements. you're absolutely right, make it a span instead. I am sure

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2005-12-28 Thread francky
Thomas Peklak wrote: > There is still a problem. > The 'pure css drop down menus'-article uses a fixed width of 250px. > I would prefer to avoid a fixed width, because you cannot for sure say > how large the width of the container has to be. Happily, it goes straight forward with relative width

Re: [css-d] Double Margin Bug in WinIE

2005-12-28 Thread Gunlaug Sørtun
Richard Brown wrote: > I was informed that I might have the double margin bug for the > following site: > Site url: Double margin fix is working, but you have triggered a serious IE-bug with a flaw in your CSS. body, html { font-size: 100.01%/1.2; } ...is ignored by al

[css-d] to position absolutely or float???

2005-12-28 Thread ron zisman
http://www.ricochet.org/flippingpixels/images/gallery_bloco_dos_sujos/ index.html on the above page i needed a seconday navigation that i wanted discreetly to sit in the upper left corner of the page regardless of the browser window. My original intent was to position the div absolutely, t

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread David Dorward
On 28/12/05, Jesper Brunholm <[EMAIL PROTECTED]> wrote: > #tester a:link div { That selector matches div elements that descend from a elements. In HTML div elements are not allowed to descend from a elements. -- David Dorward _

[css-d] 3 same height columns layout problem

2005-12-28 Thread Samatason Ltd
Hi - I hope everyone had a good Christmas! Thanks to everyone who replied to my first post "Reassurance or otherwise required for first efforts in CSS!" - I took on board all that was said and I have spent the time since reading what feels like 1000+ articles and posts in this list on CSS layouts

Re: [css-d] Double Margin Bug in WinIE

2005-12-28 Thread David Laakso
Richard Brown wrote: >Hi All > >I was informed that I might have the double margin bug for the >following site: > >Site url: >Site css: > >I applied the P.I.E. solution to the sidebar and would like to know >tha

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread Jesper Brunholm
Yazmin Media wrote: > Is there a way to hide/show text by clicking a link that can be done solely > with CSS? Or is this something in the DHTML realm and if so, what would I > google to get more information? You can show/hide text (and images etc) on _hover_ with pure CSS. If you want a click, a

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-28 Thread francky
Yazmin Media wrote: >Has anyone seen an example of pure CSS tooltips being used on an image map? >I keep finding plenty of examples using JavaScript, but none with just CSS. >Is my search a lost cause? > >Thanks! >-- >Yazmin Wickham >Contractor - Internet Development >http://www.yazmin.net >__

Re: [css-d] Active link styling with php

2005-12-28 Thread Kenoli Oleari
David -- Thanks for the effort you've put into reviewing this. Do any thoughts jump out at you about the source of IE's issue with the CSS. It seems to not get "inline" correctly. The list item with the "span" tag is dealt with anomalously. Anyone else have any ideas? I'd love to be able

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2005-12-28 Thread Thomas Peklak
On 12/28/05, Ian Young <[EMAIL PROTECTED]> wrote: > Not a problem > > Try the attached: > > It's one I found somewhere and is a variation on suckerfish. > > Works fine for me across all browsers. > Of course it will need an IE fix, which I am sure you wil already have. [Ian pointed me to the pure

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread mat
Yasmin, I found http://www.wait-till-i.com/& http://onlinetools.org/ very helpful for the DHTML. Christian may agree. On 12/28/05, David Dorward <[EMAIL PROTECTED]> wrote: > > On 28/12/05, Yazmin Media <[EMAIL PROTECTED]> wrote: > > Is there a way to hide/sh

Re: [css-d] Hide/Show Text with a click

2005-12-28 Thread David Dorward
On 28/12/05, Yazmin Media <[EMAIL PROTECTED]> wrote: > Is there a way to hide/show text by clicking a link that can be done solely > with CSS? Umm. You might be able to rig something with :focus ... but it would be a pretty ugly solution. > Or is this something in the DHTML A somewhat vagely def