[css-d] Suckerfish + Sliding Doors IE problem with mouse out

2008-02-19 Thread Parag Jagdale
Hello, I have a problem with sliding doors and IE6 and I believe IE7 also. It works perfectly on it's own, but if I plug it into a CMS it doesnt seem to work. The problem is that the sub menus dont disappear when I select a different tab or mouse out of the menu I do nothing at all that is diffe

Re: [css-d] wrap text around an absolute image

2008-02-19 Thread david
Rob freeman wrote: > How do I allow the text to wrap around the image. At the moment the > absolute image is taken out of the document flow, so Im not sure how I > can get the text to wrap You can only doing it by getting the image back into the flow ... -- David [EMAIL PROTECTED] authenticity,

Re: [css-d] wrap text around an absolute image

2008-02-19 Thread david
Rob freeman wrote: > How do I allow the text to wrap around the image. At the moment the > absolute image is taken out of the document flow, so Im not sure how I > can get the text to wrap You can only doing it by getting the image pack into the flow ... -- David [EMAIL PROTECTED] authenticity,

Re: [css-d] Online CSS Reference available from SitePoint

2008-02-19 Thread Christopher
That is a good site, I have a book that explains a lot of this information but not all, mostly the information regarding hacks and so forth and what browsers can and can't support. It seems like the newest of all four browsers (IE, FF, Opera, Safari) can do it all now but previous versions were

[css-d] Online CSS Reference available from SitePoint

2008-02-19 Thread Jim Davis
All, The folks at SitePoint have put together what appears to be a fairly comprehensive online CSS Reference. Check it out: http://reference.sitepoint.com/css Jim __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

[css-d] wrap text around an absolute image

2008-02-19 Thread Rob freeman
hello everyone.. Could someone please help? I am working on quite a basic site which has an image positioned absolutely to the right of the page, hanging off slightly. Down the side of the image I have some text which at the moment is forced marginally to the left as a basic column. How do I all

Re: [css-d] IE6 Not Displaying Absolutely Positioned DIV

2008-02-19 Thread Blake
On Feb 20, 2008 10:43 AM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > I usually solve/avoid such problems by replacing the 'A:P' styling with > a "removed float" styling... > > ...but can't say if that's an option in your case. Worked a char

Re: [css-d] IE6 Not Displaying Absolutely Positioned DIV

2008-02-19 Thread Gunlaug Sørtun
Blake wrote: > Yeah, that showed the positioned element. Is there any way to fix > that without bloating it up with an empty DIV? I usually solve/avoid such problems by replacing the 'A:P' styling with a "removed float" styling... ...but can'

Re: [css-d] IE6 Not Displaying Absolutely Positioned DIV

2008-02-19 Thread Blake
Yeah, that showed the positioned element. Is there any way to fix that without bloating it up with an empty DIV? On Feb 20, 2008 9:33 AM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > Can't say for sure, but floats next to absolute positioned elements tend > to result in invisible elements. > You

Re: [css-d] IE6 Not Displaying Absolutely Positioned DIV

2008-02-19 Thread Gunlaug Sørtun
Blake wrote: > I have a problem with IE6 not displaying the #ranking DIV. I have > searched but I can't find a reason for this problem and my normal > array of solutions to throw at IE6 problems has come up blank. Can't say for sure, but floats next to absolute positioned elements tend to resul

[css-d] IE6 Not Displaying Absolutely Positioned DIV

2008-02-19 Thread Blake
Hi List, I have a problem with IE6 not displaying the #ranking DIV. I have searched but I can't find a reason for this problem and my normal array of solutions to throw at IE6 problems has come up blank. I can't link to the page on list, but if anyone needs to see it in action please send me a mes

[css-d] Compact forms

2008-02-19 Thread Ben Fider
I've been needing to use compact forms for a few projects. In other words: the form field's labels need to be INSIDE the input element. I've been using the following technique (JS), but their is a noticeable lag as the page loads, and then the script puts the labels into the input box. http://ww

Re: [css-d] Layering of background images help

2008-02-19 Thread Cory Shubert
Great, thank you so much. I will dig into this and see what I can do. I have not done a good job of validating yet, but that was next on the list once I figured this out. Thank you again for taking the time to help. Cory -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTE

Re: [css-d] Layering of background images help

2008-02-19 Thread Gunlaug Sørtun
Cory Shubert wrote: > I have a site that is giving me grief. I want to have an image on > top of two different background images and I just can't seem to > figure it out. > Temp url: http://69.89.31.183/~pixelago/ Layering of images or any other elements can be done in many ways. Support for m

Re: [css-d] Making an RTL version of Deco (Drupal Theme)

2008-02-19 Thread Farid Jamea
Great Tips. Thank you very much. I'll let you all know how it'll go. On Tue, Feb 19, 2008 at 3:16 AM, Usamah M. Ali <[EMAIL PROTECTED]> wrote: > Hello Farid, > > Switching an LTR layout to RTL should be straightforward. Vision-wise, > it's typically and literally as mirroring the layout. Every s

Re: [css-d] BackGround

2008-02-19 Thread David Laakso
Hayden's Harness Attachment wrote: > I am not sure what I am doing wrong. I am using a background URL in a webpage > I am designing. The white swoosh is what I want and can not get the Yellw > Green above to use my background color.It works fine in other web sites I use > it and this server. Wha

[css-d] Layering of background images help

2008-02-19 Thread Cory Shubert
Hey list, I have a site that is giving me grief. I want to have an image on top of two different background images and I just can't seem to figure it out. Here are the details... Temp url: http://69.89.31.183/~pixelago/ Image to layer on top: gif image that is transparent and 210x300px My te

Re: [css-d] Making an RTL version of Deco (Drupal Theme)

2008-02-19 Thread Usamah M. Ali
Hello Farid, Switching an LTR layout to RTL should be straightforward. Vision-wise, it's typically and literally as mirroring the layout. Every single left-aligned element should be right-aligned and vice versa. Here's a list of important things to consider: 1) The most important step is switchin