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

2007-12-29 Thread Alan Gresley
Gunlaug_Sørtun wrote: 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

[css-d] IE6 Problem

2007-12-29 Thread Ibrahim Y
Hi, I've problem that there is a gap between the div called top and container on IE6 , it works fine on FF IE7 http://www.frontrow.jo/ and here is the css styles http://www.frontrow.jo/includes/common.css any idea ? Thanks in advanced Ibrahim

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

2007-12-29 Thread Mark Henderson
Ross Hulford 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 a{ height:20px; display:block; float:left; margin-left:20px; font-size:11px;

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

2007-12-29 Thread Mark Henderson
Alan Gresley wrote: Adding padding-top to the #content div will actually accentuate the gap though this will even things out across browser-land. Hi Alan, Well, that is exactly what Georg already said Georg wrote: For testing-purposes, adding... #content { padding-top: 1px; }

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

2007-12-29 Thread Giuseppe Craparotta
Hi Shawn, wanted to say thank you for your suggestions. I did not notice your message until you sent it to my individual mail box. What you suggested worked perfectly well. It is not the solution I've eventually adopted, this due to the adding of a tooltip incompatible with absolute positioning

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

2007-12-29 Thread Giuseppe Craparotta
Thank you Georg for the... class, I appreciate that very much. Regards, G __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

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

2007-12-29 Thread Giuseppe Craparotta
Thank you for the theory, I appreciate that very much. Regards, G __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

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

2007-12-29 Thread Gunlaug Sørtun
Mark Henderson wrote: Alan Gresley wrote: Adding padding-top to the #content div will actually accentuate the gap though this will even things out across browser-land. [...] ...but that wasn't an intended solution. I'm pretty sure that recommendation was made so Mike could see the full

Re: [css-d] IE6 Problem

2007-12-29 Thread Gunlaug Sørtun
Ibrahim Y wrote: I've problem that there is a gap between the div called top and container on IE6 , it works fine on FF IE7 http://www.frontrow.jo/ Looks like the gap is created by one of the scripts, as it only appears half way through script executions. Can't test which script is

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

2007-12-29 Thread Alan Gresley
Mark Henderson wrote: Temp site: http://www.grum.com/temp/j/index.html Alan Gresley wrote: Adding padding-top to the #content div will actually accentuate the gap though this will even things out across browser-land. Hi Alan, Well, that is exactly what Georg already said To achieve

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

2007-12-29 Thread Karen Davis
thanks very much- this is just what I was looking for! Thierry Koblentz [EMAIL PROTECTED] wrote: = 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

Re: [css-d] IE6 Problem

2007-12-29 Thread Alan Gresley
Ibrahim Y wrote: Hi, I've problem that there is a gap between the div called top and container on IE6 , it works fine on FF IE7 http://www.frontrow.jo/ and here is the css styles http://www.frontrow.jo/includes/common.css any idea ? Thanks in advanced Ibrahim This also affects

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

2007-12-29 Thread Gunlaug Sørtun
The original poster asked for a way to make IE/win line up elements same as FF and Netscape9, so that's what Georg gave him a working solution for. That there are a number of other ways to achieve the requested line-up, leaves plenty of room for others to reveal their solutions. That Georg also

[css-d] Need help with multi-div placement

2007-12-29 Thread Big Moxy
I'm attempting to convert a table form to a CSS form. I'm working off of an example I found at http://www.alistapart.com/stories/practicalcss/. The table form is at http://www.barnettresolutions.com/index.php and my CSS form in progress is at http://www.barnettresolutions.com/index2.php.

[css-d] Emulating Frames

2007-12-29 Thread Bill Moseley
(sorry if you are on Thelist for dups) I'm trying to replace an existing frame setup: +---+ | header | +-+-+ | | | |

Re: [css-d] Need help with multi-div placement

2007-12-29 Thread Gunlaug Sørtun
Big Moxy wrote: http://www.barnettresolutions.com/index2.php. There are 3 divs on the page. The 3 paragraphs on the right are one div, the QA below it is another and the form is the third. I got the right-hand column placed correctly but am unable to get the form div to float to the top

Re: [css-d] Need help with multi-div placement

2007-12-29 Thread Big Moxy
Thanks, Georg! I suspected I need to combine the divs into 2, one for each column. Regards, Tim Gunlaug Sørtun wrote: Big Moxy wrote: http://www.barnettresolutions.com/index2.php. There are 3 divs on the page. The 3 paragraphs on the right are one div, the QA below it is another and the

[css-d] Tables, borders, cellspacing, cellpadding and CSS

2007-12-29 Thread Aaron Gray
Hi, I am having problems with tables, basically I want to do all formatting in CSS but am having problems knowing how to do cellspacing and cellpadding table attributes in CSS. At the moment I have :- table { border: 1px solid black; } td { border: 1px solid

Re: [css-d] Tables, borders, cellspacing, cellpadding and CSS

2007-12-29 Thread Rafael
Aaron Gray wrote: Hi, I am having problems with tables, basically I want to do all formatting in CSS but am having problems knowing how to do cellspacing and cellpadding table attributes in CSS. At the moment I have :- table { border: 1px solid black; } td {

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

2007-12-29 Thread Mike Smith
On Dec 28, 2007 11:00 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: It is a collapsing margins[1] case, where the original 20px margin-top on #spotlight escapes the #content div in non-IE browsers, while IE/win contains that margin within the #content div and thereby pushes #spotlight that