[css-d] Anchors not linking

2007-09-27 Thread John Lockerbie
I'm in the process of redesigning my site but have a problem with anchors not linking to different pages. The pages are copied from my existing site which, I believe works as you would expect. This is an original page: http://www.catnaps.org/islamic/isqatold.html and

Re: [css-d] Anchors not linking

2007-09-27 Thread Fora
Neither of your links are working...? (Requested URL was not found on this server) Arno __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Cross-browser Display Issue / Problem With NOSCRIPT Validation

2007-09-27 Thread David Laakso
J Hodge wrote: Thank you, David. I am aware that scaling is problematic, and was thinking the best approach would be to write the CSS so that the content areas become scrollable once the text size is increased. RE: http://www.lostinxlation.net/sandbox3/portfolio/cybernomics1.html We are

[css-d] fixed div in IE6

2007-09-27 Thread Bob Rosenberg
Greetings: I hope this is not too trivial for comment, but searching for it in the archive has proved fruitless--it's just too hard to narrow down the search. On a page like http://users.rcn.com/rtberg/Adam/animag1.htm I have a left-column menu (div id=nav) that stays nicely fixed in FF or

[css-d] frames vs. CSS

2007-09-27 Thread Jay Rabe
Hi all, I'm a total neophyte at HTML and CSS programming, but I've been learning fast thanks to the help of the many excellent on-line tutorials. Anyway, here's my situation: I have two websites that I maintain, and one of them uses frames. I've got a top banner, a left menu column,

Re: [css-d] Anchors not linking

2007-09-27 Thread Ibrahim Y
Not Found The requested URL /islamic/isqatold.html was not found on this server. I think you misspelled the links :) On 9/27/07, John Lockerbie [EMAIL PROTECTED] wrote: I'm in the process of redesigning my site but have a problem with anchors not linking to different pages. The pages are

Re: [css-d] using a header inline in a paragraph

2007-09-27 Thread grovesdavid
Chris Ladd Wrote: h2 { display: inline; Hello, Have you tried this Chris, and did it work? Because according to the rule book it shouldn't. Display inline only changes the way an item is displayed in the client agent, not what it is. EG P is a block element, H is a block element,

Re: [css-d] fixed div in IE6

2007-09-27 Thread David Laakso
Bob Rosenberg wrote: Greetings: I hope this is not too trivial for comment, but searching for it in the archive has proved fruitless--it's just too hard to narrow down the search. On a page like http://users.rcn.com/rtberg/Adam/animag1.htm I have a left-column menu (div id=nav) that

Re: [css-d] using a header inline in a paragraph

2007-09-27 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: h2 { display: inline; Have you tried this Chris, and did it work? Because according to the rule book it shouldn't. Just to clear that one up: it does work when fully implemented. Example: http://www.gunlaug.no/tos/comments/test_07_0926.html regards Georg --

Re: [css-d] fixed div in IE6

2007-09-27 Thread Gunlaug Sørtun
David Laakso wrote: Bob Rosenberg wrote: http://users.rcn.com/rtberg/Adam/animag1.htm I have a left-column menu (div id=nav) that stays nicely fixed in FF or IE7 (for example), but which will not behave in IE6. Simulating position fixed in IE6 ain't anything but trivial. Right. The

[css-d] IE extra space a bug or just me?

2007-09-27 Thread Amy Drayer
Dear All: I am beginning to think I have come across a lovely bug for my layout. It happens in IE6 and 7 (Firefox is fine), and there's about 100-115px of additional white space around one of my divs. Inside it are two floating columns with some more boxes inside. Can someone point me towards

Re: [css-d] frames vs. CSS

2007-09-27 Thread Ray Leventhal
Jay Rabe wrote: Hi all, I'm a total neophyte at HTML and CSS programming, but I've been learning fast thanks to the help of the many excellent on-line tutorials. Anyway, here's my situation: I have two websites that I maintain, and one of them uses frames. I've got a top banner,

[css-d] Margin vs. Padding

2007-09-27 Thread Scott Povlot
I think this is a simple question. And perhaps there is no straight answer. If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Thanks, Scott

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Ray Leventhal
Scott Povlot wrote: I think this is a simple question. And perhaps there is no straight answer. If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Hi Scott, I guess it

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Nick Fitzsimons
On 27 Sep 2007, at 14:04, Scott Povlot wrote: If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Vertical margins collapse; padding doesn't:

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Mark Story
Nick Fitzsimons wrote: On 27 Sep 2007, at 14:04, Scott Povlot wrote: If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Vertical margins collapse; padding doesn't:

Re: [css-d] configure full height iframe

2007-09-27 Thread Mark Story
Bob Meetin - www.dottedi.biz wrote: is there any way to configure the height of an iframe to expand/contract dynamically with the amount of input? i have tried general things like: height: 100%, height: auto; some various things with divs. If not declaring any height doesn't work, then

Re: [css-d] IE extra space a bug or just me?

2007-09-27 Thread Gunlaug Sørtun
Amy Drayer wrote: I am beginning to think I have come across a lovely bug for my layout. It happens in IE6 and 7 (Firefox is fine), and there's about 100-115px of additional white space around one of my divs. Inside it are two floating columns with some more boxes inside. Can someone

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Nick Fitzsimons
On 27 Sep 2007, at 14:40, Mark Story wrote: Nick Fitzsimons wrote: On 27 Sep 2007, at 14:04, Scott Povlot wrote: If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Vertical

Re: [css-d] IE extra space a bug or just me?

2007-09-27 Thread Amy Drayer
Dear All: I have now tried adding the following code with no effect: #contentbox1 { height:1%; border:1px #ff solid; min-height:275px; } #contentbox2 { min-height:600px; } I am unlucky. :-( Can anyone recommend a better way to make this layout? I really

Re: [css-d] menu test - 2nd follow up

2007-09-27 Thread JGardner
Thank you so much! When you wrote: Float the entire #menuh right, and _contain_ it. - what did you mean by and contain_it? I had to leave the float:right style on the page. If I moved it to the style sheet it didn't work. I think I remember hearing that to do a float you needed to declare

Re: [css-d] fixed div in IE6

2007-09-27 Thread David Laakso
Julia Perez wrote: The problem I think is: body { behavior: url(csshover.htc); } I can see the dropdown menu in IE7 and Firefox Mozilla but not in IE6. I´ve already put: csshover.htc The same example worked in another site and now I use it here and it doesn´t work. Whay??? The

Re: [css-d] IE extra space a bug or just me?

2007-09-27 Thread Gunlaug Sørtun
Amy Drayer wrote: I am unlucky. :-( Can anyone recommend a better way to make this layout? To make sure I understand what you're after: are you saying that IE6 and IE7 are still adding spaces to this copy with the added 'hasLayout' trigger... ?

[css-d] Question about attribute selectors

2007-09-27 Thread JonMarc Wright
Hello all, so i got the idea to play around with attribute selectors for a website... wanted to serve up transparent png shadowed background images to new browsers, and server up non-transparent gifs that i constructed to the rest. rather than place a bunch of hacks on all of my elements that i

Re: [css-d] fixed div in IE6

2007-09-27 Thread Julia Perez
body { behavior: url(csshover.htc); } El problema esta en que no se ve el desplegable del boton Servicios en IE6 y si en los demas. Ya tenia puesto el csshover.htc El mismo ejemplo lo use en otro archivo y funcionaba (en IE6, 7 , Firefox) pero al hacerlo en este sitio no funciona en Explorer

Re: [css-d] Question about attribute selectors

2007-09-27 Thread Nick Fitzsimons
On 27 Sep 2007, at 14:50, JonMarc Wright wrote: so i got the idea to play around with attribute selectors for a website... wanted to serve up transparent png shadowed background images to new browsers, and server up non-transparent gifs that i constructed to the rest. here's my code:

Re: [css-d] menu test - 2nd follow up

2007-09-27 Thread Gunlaug Sørtun
JGardner wrote: http://www.jgardnerdesigns.com/web-design-services.htm When you wrote: Float the entire #menuh right, and _contain_ it. - what did you mean by and contain_it? Contain here means to make the parent element expand (or stretch) to contain floats, and the parent element in your

Re: [css-d] IE extra space a bug or just me?

2007-09-27 Thread Amy Drayer
Dear Georg: Somehow it works on your server but not mine... I even copied the code for the science1.css you had and it still produced spacing errors on my page. I'm not sure where to go from there. :-( But yes, the layout looks fine when I view it on your server. My server just hates me. If

Re: [css-d] frames vs. CSS

2007-09-27 Thread Ingo
On Thu, 27 Sep 2007 06:11:56 + Jay Rabe [EMAIL PROTECTED] wrote: area, but as near as I can figure, the only way to duplicate the content-switching in the main frame with CSS is to duplicate, on each page of the site, the coding for the banner and menu sections, which sort of negates the

Re: [css-d] Overspill images outside of content area

2007-09-27 Thread trystano
Hi, and thanks for the reply. The issue with this the solution is that when I increase the width of' #section1 div div' (and #section2) then the rose image starts to hide behind the widened DIV. It seems to have it the way I want, which is to have the stalk of the rose to go behind some of

Re: [css-d] Overspill images outside of content area

2007-09-27 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: The issue with this the solution is that when I increase the width of' #section1 div div' (and #section2) then the rose image starts to hide behind the widened DIV. ...because I declared a white background on that div. Won't hide anything when the relevant

[css-d] a css animation?

2007-09-27 Thread Phil Turner
Hi Everyone, this is more of a thought that a question about 'how to fix my website across browserland' I am pretty new to the land of css however I have done a site here http://www.trishahills.com/home.htmlmy question for discussion is can the 3 second intro page be repeated again and

Re: [css-d] a css animation?

2007-09-27 Thread David Laakso
Phil Turner wrote: Hi Everyone, this is more of a thought that a question about 'how to fix my website across browserland' I am pretty new to the land of css however I have done a site here http://www.trishahills.com/home.htmlmy question for discussion is can the 3 second intro

[css-d] thank you

2007-09-27 Thread Raumin \Ray\ Dehghan
Colleagues Thank you very much for your help with css layout books and websites. I'm finding Meyer's css and the css anthology book especially helpful. Sincerely, Raumin Ray Dehghan West Chicago Public Library __ css-discuss

Re: [css-d] a css animation?

2007-09-27 Thread Rahul Gonsalves
On 28-Sep-07, at 4:17 AM, Phil Turner wrote: http://www.trishahills.com/home.html Phil, Is there a reason you are setting 'display: block;' on your #navigation links? It causes them to move disconcertingly. Best, - Rahul.

Re: [css-d] Question about attribute selectors

2007-09-27 Thread Mauricio Samy Silva
Hi JonMarc, Add !important directive in order to increase the specificity of the attribute selector. Actually the ID seletor rule is overriding the attribute selector rule. Regards, Maurício Samy Silva http://www.maujor.com/ --

Re: [css-d] menu test - 2nd follow up

2007-09-27 Thread Gunlaug Sørtun
As promised, I've gone through the entire set of styles again, and found that the simplest factors are the easiest to miss :-) You have an [if lt IE 7] style-block in the page head, and those styles will of course override what's in the stylesheet and make everything fail in IE6 and older

[css-d] Div not containing other divs

2007-09-27 Thread trevor bayliss
Maybe I`m tired but I can`t work this one out, I have a div called wrapimg (the one that has a tan border) which is meant to contain the divs: leftcontent, centrephoto and flashscroll stopping before the footer. I`m trying to set a containing div so that I can have a cross browser background