[css-d] hello this is my first post i just can get this to look right in IE-any

2009-10-30 Thread andre petyan
i know i have a lot of mistakes. please ignore anything that will not fix or help me. look at this page in Firefox and then in IE i want the page to look exactly like it does in Firefox. the site is actually already published. princesslimousine.net the link to the css file is http://princesslim

Re: [css-d] p.someclass:hover { ...change paragraph border }

2009-10-30 Thread David Hucklesby
Colin (Sandy) Pittendrigh wrote: > Quirks mode? Interesting. Maybe. The code validates at w3c validator > without errors. Each page begins with: > > > [...] Yah. That DOCTYPE is incomplete. You need a full DOCTYPE declaration to switch browsers to standards mode. (FWIW - non-IE browsers still b

Re: [css-d] p.someclass:hover { ...change paragraph border }

2009-10-30 Thread JWN
Colin You wrote: Quirks mode? Interesting. Maybe. The code validates at w3c validator without errors. Each page begins with: Robopages... etc You're using an incomplete doctype. to avoid quirks mode use a complete doctype like http://

Re: [css-d] p.someclass:hover { ...change paragraph border }

2009-10-30 Thread JWN
Afternoon Colin You wrote: > At http://robopages.sourceforge.net/index.php?page=README.htm > > is a page display governed by CSS that (in Firefox and Safari) > changes the border (from outset to inset) on any enclosing paragraph, when > ever > an enclosed link is hovered. This makes the but

Re: [css-d] p.someclass:hover { ...change paragraph border }

2009-10-30 Thread Colin (Sandy) Pittendrigh
Quirks mode? Interesting. Maybe. The code validates at w3c validator without errors. Each page begins with: Robopages... http://robopages.sourceforge.net/dirLCSS.css>" type="text/css"> etc -- /* Colin (Sandy) Pittendrigh >--oO0> */ _

[css-d] p.someclass:hover { ...change paragraph border }

2009-10-30 Thread Colin (Sandy) Pittendrigh
At http://robopages.sourceforge.net/index.php?page=README.htm is a page display governed by CSS that (in Firefox and Safari) changes the border (from outset to inset) on any enclosing paragraph, when ever an enclosed link is hovered. This makes the button-like link look like it has been depre

Re: [css-d] verticle expandable menu

2009-10-30 Thread David Laakso
Nancy Johnson wrote: > Can some one point me to a css-based verticle menu that expands with a > hover, yet is keyboard accessible? It can also use jquery or > javascript. > > Thanks in advance > > Nancy > Google. Subject line: jQuery accessible expand collase Third down from top: "Experimen

[css-d] verticle expandable menu

2009-10-30 Thread Nancy Johnson
Can some one point me to a css-based verticle menu that expands with a hover, yet is keyboard accessible? It can also use jquery or javascript. Thanks in advance Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css

[css-d] Layout Basics: Floats, Position, Overflow

2009-10-30 Thread John Gribben
Hello, I have a question involving the effect of the position and overflow properties on floats. My example is a simple two-column layout. The left column, called "Main_Nav," is floated left and assigned a width (270px); the right column, called "Details," not floated nor assigned a width, is

Re: [css-d] Issues in IE

2009-10-30 Thread Alan Gresley
taestrada wrote: > > From: Alan Gresley [mailto:a...@css-class.com] > > taestrada wrote: >> >> http://foundations-aba.com/index2.html >> > > Strange case, Something to do with the wide image in the page header. > Clear left on div#navigation brings IE7- into line. > > #navigation { >width