Re: [css-d] Holy Grail layout + simple javascript = IE6 problems

2007-03-10 Thread ~davidLaakso
Paul Eipper wrote: > I am having problems with a variation of the Holy Grail Layout [1] > when using a very simple javascript that rewrites the innerHTML of a > DIV in the layout. > > http://lkraider.eipper.com.br/files/layout/index.html > > -- > Paul Eipper > > [1] http://alistapart.com/articles/h

[css-d] "continuity" rounded corners with sliding doors navigation

2007-03-10 Thread Web Developer
Hello all, I want to find some css tutorials/code where sliding doors navigation menu continues into another rounded corner design. The sliding doors will have borders and drop shadows, so the continuing block should have them too. An Example of mine is here: http://arihoj.freehostia.com/tabTest.h

Re: [css-d] Problems with custom image-bullets (IE of course)

2007-03-10 Thread Sarah McCall
Wow – so much (extremely useful!) information and you both helped me fix my problem! Thank you so much. I have bookmarked all these pages and will study them a bit later. It's so good to be directed to the most elegant way of doing things instead of struggling with masses of complex unnece

[css-d] AltText using CSS ?

2007-03-10 Thread Kevin J Pledger
Hi All, On this page here http://www.jdstiles.com/java/alttxt/alttxt.html , you are able to have flyout boxes containing text when you mouseover a word etc. I know the layout is .navtext using CSS, but the actual control is using JS. My question can the same type effect be done solely with CSS,

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Roger Roelofs
Kevin, On Mar 10, 2007, at 6:24 AM, Kevin J Pledger wrote: > On this page here http://www.jdstiles.com/java/alttxt/alttxt.html , > you are > able to have flyout boxes containing text when you mouseover a word > etc. I > know the layout is .navtext using CSS, but the actual control is > usin

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Joanne
My question can the same type effect be done solely with CSS, if so can I please be pointed in the right direction for some examples / tutorials etc. Kind Regards, Kevin There's a tool called Sweet Titles that may do what you're after. I haven't had a chance to have a play with it yet though.

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Jukka K. Korpela
On Sat, 10 Mar 2007, Roger Roelofs wrote: > The major drawback to css popups is that to be compatible with ie6 > and lower, you must use an [a] element as the container, which means > you can only put inline elements inside of the popup There are other drawbacks too, and they might be considerabl

[css-d] 2-column layout problems and anchor links

2007-03-10 Thread David Roberts
Hi , David, that worked a treat, thanks. Now does anybody know how to fix inconsistent anchor links re below. They are working on some pages but not others in IE. Thanks, David >> Also I am having a problem with anchor links in IE. The links >> themselves are working ok it is the (retu

Re: [css-d] 2-column layout problems and anchor links

2007-03-10 Thread ~davidLaakso
David Roberts wrote: > Hi , > > David, that worked a treat, thanks. > > Now does anybody know how to fix inconsistent anchor links re below. > They are working on some pages but not others in IE. > > Thanks, > > David > Same as yesterday. /Start/ by validating the markup on this page http:

Re: [css-d] 2-column layout problems and anchor links

2007-03-10 Thread ~davidLaakso
~davidLaakso wrote: > David Roberts wrote: > >> Hi , >> >> David, that worked a treat, thanks. >> >> Now does anybody know how to fix inconsistent anchor links re below. >> They are working on some pages but not others in IE. >> >> Thanks, >> >> David >> >> > > > Same as yesterday. /

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Gunlaug Sørtun
Kevin J Pledger wrote: > My question can the same type effect be done solely with CSS, if so > can I please be pointed in the right direction for some examples / > tutorials etc. It can be done 'solely with CSS', but browser-support may still be a problem. Generated content...

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Jukka K. Korpela
On Sat, 10 Mar 2007, Gunlaug Sørtun wrote: It can be done 'solely with CSS', but browser-support may still be a problem. Generated content... Generated content isn't supported by IE even in IE 7, but you can achieve a "tooltip" effect (often mistakenly called "AltText" phenomenon) in pure C

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Gunlaug Sørtun
Jukka K. Korpela wrote: > The idea is to include the tooltip text to that it has display: none > initially but changes (for example) to display: block when a parent > element is moused over. For a link, this could be something like the > following: > [snipped] To see something that goes well w

[css-d] site check

2007-03-10 Thread Erik Visser
Hello dear members, A site check please for this site that i finished: http://www.ottermeerhoeve.nl http://www.ottermeerhoeve.nl/css/style.css http://www.ottermeerhoeve.nl/css/makeup.css http://www.ottermeerhoeve.nl/css/menu.css

Re: [css-d] site check

2007-03-10 Thread ~davidLaakso
Erik Visser wrote: > > A site check please for this site that i finished: > > http://www.ottermeerhoeve.nl > > > Thanks, Erik Visser > Nice job, Erik. It does well in XP :: ie/7.0, ie/6.0, opera/9.1, and ff; and, read well in Lynx. There is a minor issue (if you even want to call it that) wit

Re: [css-d] site check

2007-03-10 Thread Erik Visser
~davidLaakso wrote: > Erik Visser wrote: >> http://www.ottermeerhoeve.nl > Nice job, Erik. > thanks > There is a minor issue (if you even want to call it that) with a > sidebar in place in viewing some pages with images in ie/7.0. some? not all pages with photos you viewed? if so, strange...

[css-d] Sliding Doors "Part II" Question

2007-03-10 Thread Web Developer
I was redoing alistapart's Sliding Doors Part II to get re-aquanted with it, and ran into some issues. Not sure why as my code and theirs are 'almost' the same (i move some code to IE conditional comments is the biggest change, maybe i use float:left; instead of display:inline for '#header li' rule

[css-d] rollover display problem

2007-03-10 Thread Yone
Greetings! This is my first post although I've been lurking around and learning a lot for other posters. I'm really stymied and have reached a state of utter frustration. I'm trying to get a navigation bar to appear horizontally at the top of my page, but I can't get it to work. The basic naviga