Re: [css-d] Div's not lining up in IE (any :P)

2007-12-28 Thread Gunlaug Sørtun
Mike Smith wrote: > Temp site: http://www.grum.com/temp/j/index.html > I have a div floated left and it's supposed to line up vertically > with the div in the content area. It does just that in FF and > Netscape9, but IE6 and IE7 have the left floated div a little higher > than the content one

[css-d] Div's not lining up in IE (any :P)

2007-12-28 Thread Mike Smith
List, Working on a site and all works as it should except for one area. I have a div floated left and it's supposed to line up vertically with the div in the content area. It does just that in FF and Netscape9, but IE6 and IE7 have the left floated div a little higher than the content one. Can a

Re: [css-d] horizontal list in ie 6

2007-12-28 Thread Mike Smith
Switch margin-left to padding-left? On Dec 28, 2007 7:01 AM, Ross Hulford <[EMAIL PROTECTED]> wrote: > I have done this and fixed it before but I cannot remember how I did it! > At > the moment my list steps in ie 6 > > Item1 >Item2 >Item3 > > > The css > > #middleMenu li

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

2007-12-28 Thread Doreen Cowan
thank you all for your recommendations. I willl follow through. I must have looked at the line: "" a thousand times without seeing that style was there twice. Doreen Cowan __ css-discuss [EMAIL PROTECTED] http://www.css-discu

Re: [css-d] newbie question | css drop down

2007-12-28 Thread dg
this works on mac, might need some checking for win and a little editing to fit in right http://www.w3.org/TR/html4/loose.dtd";> Untitled #menuh-container { width: 121px; } #menuh { font-size: 12px; font-family: arial, helvetica, sans-serif; width: 127px; float:left; margin:

Re: [css-d] IE6 background image positioning issue

2007-12-28 Thread Gunlaug Sørtun
Rebecca Richter wrote: > The site I'm working on currently is www.montola.com. My problem is > with my css "hover" and "active" states on the navigation menu in IE > 6. Make you 'ie6.css' styles look like this... /* CSS Document */ #flashcontent { margin-right: 0px; padding-ri

[css-d] IE6 background image positioning issue

2007-12-28 Thread Rebecca Richter
Hi, The site I'm working on currently is www.montola.com. My problem is with my css "hover" and "active" states on the navigation menu in IE 6. Please check IE 7 or FireFox to see how it should work. On mouseover, a yellow flower (background image) should appear to the left of the list items, l

[css-d] newbie question | css drop down

2007-12-28 Thread conner huff
Hello all, I am in search of someone who knows more about this stuff than me. I have one CSS button that I want to just simply copy and paste inside this table with image buttons. But I am not having much luck. Here's the code: conner huff #menuh-container { width: 127px;

Re: [css-d] CSS Drop Shaow for Div techiques

2007-12-28 Thread Thierry Koblentz
> On Behalf Of Karen Davis > > I'm wanting to add a drop shadow around a contentWrapper div and would like > to know which technique is superior. > Any links to preferred tutorials would also be appreciated, > as well as reasons for the recommendations. This may help: http://tjkdesign.com/article

Re: [css-d] Ordered list dilemma

2007-12-28 Thread Ibrahim Y
hello, basically, you have problems in your div(s) simply this will work, add the following to your div(s): - leftCol --> clear:left; - rightCol --> float: left; width:537px; Ibrahim On Dec 28, 2007 9:59 PM, Big Moxy <[EMAIL PROTECTED]> wrote: > I've never noticed this before. Ther

[css-d] Ordered list dilemma

2007-12-28 Thread Big Moxy
I've never noticed this before. There is an vertical order list on http://www.barnettresolutions.com/about.php. When displayed on IE 7, the numbers are indented. When displayed on FF, the numbers are outdented! I looked up formatting for CSS and read that list-style-position: outside is the de

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

2007-12-28 Thread Gunlaug Sørtun
Giuseppe Craparotta wrote: > Georg, > > thank you very much, your tooltip code works amazingly well in all > browsers apart from... Opera 9.10!, where the tooltip still looks > terribly buggy and the position:static to the moves the "works" > links in a improbable spot... Besides, in all brows

Re: [css-d] footer gap help

2007-12-28 Thread Christian Kirchhoff
Goss Ito schrieb: > Greetings > > > > I'm a rookie in CSS and I try to put up a portfolio site for a friend. > I have a little problem with footer when page is not filling the full > screen > > how can I manage to have either the footer always stick at the bottom of > the screen or having the #foo

[css-d] horizontal list in ie 6

2007-12-28 Thread Ross Hulford
I have done this and fixed it before but I cannot remember how I did it! At the moment my list steps in ie 6 Item1 Item2 Item3 The css #middleMenu li a{ height:20px; display:block; float:left; margin-left:20px; font-size:11px; text-decoration:none; color:#FCEE21; backgro

[css-d] footer gap help

2007-12-28 Thread Goss Ito
Greetings I'm a rookie in CSS and I try to put up a portfolio site for a friend. I have a little problem with footer when page is not filling the full screen how can I manage to have either the footer always stick at the bottom of the screen or having the #footer to expand till the end of the

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

2007-12-28 Thread Giuseppe Craparotta
Georg, thank you very much, your tooltip code works amazingly well in all browsers apart from... Opera 9.10!, where the tooltip still looks terribly buggy and the position:static to the moves the "works" links in a improbable spot... Besides, in all browsers apart from IE the tooltip is abrupl

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Jim
>> I'm not sure why I can't figure this out. Is it difficult? See >> example >> at: http://test.zolx.com/test.cfm > > Get rid of the margin-left on .blockright as a first step. Thanks. That was the key item I was missing. _

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Philippe Wittenbergh
On Dec 28, 2007, at 6:41 PM, Jim wrote: > I'm generating a page with "blocks" of nested DIVs that I'd like > layed out > in two colums. The width of the blocks is fixed, but their height > may be > variable. > > I'd like to write them into the HTML source in numeric order (since > it's >

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Philippe Wittenbergh
On Dec 28, 2007, at 6:41 PM, Jim wrote: > I'm generating a page with "blocks" of nested DIVs that I'd like > layed out > in two colums. The width of the blocks is fixed, but their height > may be > variable. > > I'd like to write them into the HTML source in numeric order (since > it's >

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Eileen
On 12/28/07, Jim <[EMAIL PROTECTED]> wrote: > > I'm generating a page with "blocks" of nested DIVs that I'd like layed out > in two colums. > > 1 2 > 3 4 > 5 > > Have a look at http://freewebtown.com/pj_tess the index is a simple unordered list add the layout is controlled by css. ___

[css-d] Laying out blocks in columns

2007-12-28 Thread Jim
I'm generating a page with "blocks" of nested DIVs that I'd like layed out in two colums. The width of the blocks is fixed, but their height may be variable. I'd like to write them into the HTML source in numeric order (since it's simplest): 1 2 3 4 5 and have them laid out: 1 2 3 4 5 I'm

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

2007-12-28 Thread Jukka K. Korpela
Anthony Ettinger wrote: > It works everywhere else (FF, Opera, Safari), but IE7 seems to not > like the "?" in a url, and wraps it within a table cell. Stay tuned to seeing other browsers behave that way, too. According to Unicode line breaking rules, a break is permitted between a question mar

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

2007-12-28 Thread david
Doreen Cowan wrote: > 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