Re: [css-d] page not working in IE 7 or Vista

2007-12-27 Thread Peter Mount
I suggest you go to this web site: http://www.w3schools.com/ Start with a Strict doctype (I prefer xhtml). Learn xhtml. Learn CSS. Use external files for CSS and JavaScript. Don't use font tags. I think the above will be helpful to you. Peter Mount Web Development for Business [EMAIL PROTECTE

Re: [css-d] page not working in IE 7 or Vista

2007-12-27 Thread Rahul Gonsalves
On 28-Dec-07, at 7:43 AM, Doreen Cowan wrote: > This is a part of my coding. > Remove the 'style', so that it reads: > I changed the doctype to: > > > and I think that it is working in IE7 but maybe changing the > doctype was not the right thing to do. What is working in IE7? Using a Str

[css-d] page not working in IE 7 or Vista

2007-12-27 Thread Doreen Cowan
first problem I have not been able to see my web page in vista or IE 7 although it works fine in I.E. 6. My present operating system is windows 2000. The doctype which I used was as follows. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> This is a part of my coding. I put the

Re: [css-d] Div's not aligning right in IE7 [SOLVED]

2007-12-27 Thread Dave M G
Moxy (Tim?), Thank you for responding. > I saw that Dave was struggling with his footer layout so I gave him my > approach to layout design (without addressing his specific CSS) I appreciate you taking the time to give me your advice. It was helpful in getting me to rethink my approach. I've

Re: [css-d] Table borders not working properly

2007-12-27 Thread Philippe Wittenbergh
On Dec 28, 2007, at 7:20 AM, Steve LaBadie wrote: > I created a calendar with tables and all I want to do is control > the borders for the table. When I apply CSS all of the tables on > the page are being effected. I first surrounded the table with a > tag and then added a class attribute

Re: [css-d] IE6 - Sperling Vertical Menu

2007-12-27 Thread Jehangir Larry
David Laakso wrote: > Jehangir Larry wrote: > >> Pls see www.nayanindore.com >> The menu works first time in IE6 (XP) and then freezes! >> Grateful for suggestions to make it work. >> Thanks. >> >> >> > > > There is a reason why some of us try to avoid menus such as those. > > Isolate th

Re: [css-d] absolutely positioning an into a IE6 & 7

2007-12-27 Thread Bruno Fassino
Giuseppe Craparotta wrote: > > http://www.giuseppecraparottacv.co.uk/work-web-test-works-absolute.html > > To properly display the "works" links at the bottom-right of > the on IE6 you need to add /width:100%/ to the itself . > Of course I've also added /position:relative/ to the to activate > /

[css-d] Fwd: Re: Table borders not working properly

2007-12-27 Thread Peter Mount
> Peter Mount <[EMAIL PROTECTED]> wrote: > > > Steve LaBadie <[EMAIL PROTECTED]> wrote: > > > > I created a calendar with tables and all I want to do is control the > > borders for the table. When I apply CSS all of the tables on the page > > are being effected. I first surrounded the table wi

Re: [css-d] IE7 wraping URLs at the "?" part...

2007-12-27 Thread Anthony Ettinger
On Dec 27, 2007 1:40 PM, Anthony Ettinger <[EMAIL PROTECTED]> wrote: > I also tried { white-space: nowrap; } on the td CSS rule, but that > didn't do it either...again this is only IE7. Adding it to both rules worked :) -- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name @pets = Pet

[css-d] Table borders not working properly

2007-12-27 Thread Steve LaBadie
I created a calendar with tables and all I want to do is control the borders for the table. When I apply CSS all of the tables on the page are being effected. I first surrounded the table with a tag and then added a class attribute to the table, neither worked. Any suggestions would be apprecia

[css-d] IE7 wraping URLs at the "?" part...

2007-12-27 Thread Anthony Ettinger
It works everywhere else (FF, Opera, Safari), but IE7 seems to not like the "?" in a url, and wraps it within a table cell. Markup is a cell in a table like this: foo.com?long_url=here CSS is: td.pan { overflow: hidden; width: 12em; } td.pan > *:first-child { display: block; overflow: hidden; w

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Gunlaug Sørtun
Big Moxy wrote: > I saw that Dave was struggling with his footer layout so I gave him > my approach to layout design (without addressing his specific CSS). > Again this is my opinion and I was sharing what works for me. Fair enough. That we have different opinions is most often a good thing, as

Re: [css-d] IE6 - Sperling Vertical Menu

2007-12-27 Thread David Laakso
Jehangir Larry wrote: > Pls see www.nayanindore.com > The menu works first time in IE6 (XP) and then freezes! > Grateful for suggestions to make it work. > Thanks. > > There is a reason why some of us try to avoid menus such as those. Isolate the menu (pull the menu from the page, and put it

[css-d] absolutely positioning an into a IE6 & 7

2007-12-27 Thread Giuseppe Craparotta
Is there something wrong in absolutely positioning within a an tag displayed as a block? Of course problems arise on Internet Exploder (I'm quoting Georg :-) ), both 7 and 6. If you try it this is the crap result on the browsers just mentioned: http://www.giuseppecraparottacv.co.uk/work-web-t

[css-d] CSS Resources

2007-12-27 Thread Gabriele Romanato
http://www.css-zibaldone.com/risorse/ skip the italian writings. there are about 2957 useful links on 'bookmarks'. bye :) ernie -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED]

[css-d] IE6 - Sperling Vertical Menu

2007-12-27 Thread Jehangir Larry
Pls see www.nayanindore.com The menu works first time in IE6 (XP) and then freezes! Grateful for suggestions to make it work. Thanks. -- Best, JL Jehangir Larry __ css-discuss [EMAIL PROTECTED] http://www.css-d

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Big Moxy
I don't double div everything just the sections (e.g. content, menu, footer). I still sub-divide those divs. For example: I saw that Dave was struggling with his footer layout so I gave him my approach to layout design (without addressing his specific CSS). Again this is my opinion and

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Gunlaug Sørtun
Big Moxy wrote: > You're exactly right. This approach does require extra divs but > according to the advice I frequently get from experts-exchange.com > that is the best technique. Pardon my ignorance, but how can adding more divitis to a case of already quite extensive divitis be characterized

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Big Moxy
Dave, You're exactly right. This approach does require extra divs but according to the advice I frequently get from experts-exchange.com that is the best technique. Here's an example: Me: "I had a top margin on the left menu to bring it down but the top part of the text is hidden under the to

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Gunlaug Sørtun
Dave M G wrote: > Following on my own post, I saw on the web that there might be a bug > in IE7 that prevents margins from working properly. It was > recommended that one could use padding instead, depending on the > circumstances. What you're seeing in your page is not a browser-bug, but a des

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Dave M G
Moxy, Thank you for responding. > I was advised to use padding early in my CSS learning. The > recommendation was to create a "boundary div" specifying margin:0 and > padding:0 as shown in #leftMenu and then define internal margins, > padding in a "padding div" as shown in #leftMenuPad below.

Re: [css-d] CSS tooltip hidden by other elements

2007-12-27 Thread Gunlaug Sørtun
Giuseppe Craparotta wrote: > if you open > http://www.giuseppecraparottacv.co.uk/work-web-tooltip.html with IE7 > or 6 and hover the first "let me tell you something more" link you > realize immediately what's wrong. The CSS tooltip pops up below the > boxes containing text. This of course doesn't

Re: [css-d] CSS tooltip hidden by other elements

2007-12-27 Thread Bob Easton
Giuseppe Craparotta wrote: > Hi, this is irritating... > if you open > http://www.giuseppecraparottacv.co.uk/work-web-tooltip.html > with IE7 or 6 and hover the first "let me tell you something more" link > you realize immediately what's wrong. > The CSS tooltip pops up below the boxes containing

[css-d] CSS tooltip hidden by other elements

2007-12-27 Thread Giuseppe Craparotta
Hi, this is irritating... if you open http://www.giuseppecraparottacv.co.uk/work-web-tooltip.html with IE7 or 6 and hover the first "let me tell you something more" link you realize immediately what's wrong. The CSS tooltip pops up below the boxes containing text. This of course doesn't happen in