Re: [css-d] UL "wrapping" around floated image - how do you not wrap?

2009-04-28 Thread Brian Hazelton
This can easily be done, set the left margin of the ul to the width of the image plus the whitespace on the left of the image and the right of the image. For instance, if the image were 20px from the right, the image was 200 px and there was 10px of whitespace to the right of the image, set the ul

[css-d] UL "wrapping" around floated image - how do you not wrap?

2009-04-28 Thread Robert Lane
I have a page at http://www.lane-consulting.com/Tests/PRA/BIRC.php It has: Some headline text Some more text A paragraph of text Another Headline And then an unordered list.

Re: [css-d] CSS with negative positions

2009-04-28 Thread Philippe Wittenbergh
On Apr 29, 2009, at 1:12 AM, Alan Gresley wrote: > It those request for the impossible that possible causes the > mangling. Even though the spec has changed, the question is, can a > top offset for a child element in a parent of auto height be > implemented successfully? In theory, the hei

Re: [css-d] formatting a Ul to not wrap around a floated image

2009-04-28 Thread Tim Snadden
On 29/04/2009, at 8:37 AM, Robert Lane wrote: > The issue page is here: www.lane-consulting.com/Tests/PRA/BIRC.php > > Ideally I would like to have all the 8 bullets stay lined up in a > straight line and leave white space below the image until the end of > the > UL bullet list items. > > Is the

Re: [css-d] superfish hover menus in IE 7

2009-04-28 Thread ryan85
forgot the link... sorry http://www.createtwo.com/villager/shopvillager/index.html as always... spend 16hrs getting everything to work perfect in Firefox / safari... then take a look in IE and its all jacked up If anyone would like to take a look at what is going on... The category lists at

Re: [css-d] columns shifting after logo margin change

2009-04-28 Thread Tim Snadden
On 29/04/2009, at 8:06 AM, Erik Visser wrote: > My questions is about the logo on this site: > http://beta.daploosdrechtseweg.nl > > My question is: > how can i lower the logo (so it sits on the black bottom border of the > div#masthead) in a simple way. > > Use absolute positioning. Something l

Re: [css-d] formatting a Ul to not wrap around a floated image

2009-04-28 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Robert Lane > Sent: 28 April 2009 21:37 > To: Css-Discussion Group > Subject: [css-d] formatting a Ul to not wrap around a floated image > > > The issue page is

Re: [css-d] border-bottom not appearing in IE7 ?

2009-04-28 Thread Rob Emenecker
Thanks Tim, > little. Set the element to inline and then trigger hasLayout. e.g. > > #footer .links ul li { display: inline; zoom: 1; } I assumed the AP divs would triggered hasLayout, and forget that it is an element-by-element issue. As such, your fix was close, but was applied to the wrong

[css-d] css-d ADMIN: i can reply (so it seems) but i can't post to the list

2009-04-28 Thread Erik Visser
Hi Admin, It seems that i can reply to messages on the list. But i can't post new threads/questions to the list. Any idea why this is? And what can i do to resolve it? Thanks, Erik Visser __ css-discuss [cs...@lists.css-discuss

Re: [css-d] proper css syntax

2009-04-28 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Raumin "Ray" Dehghan > Sent: 28 April 2009 21:25 > Cc: Drupal; css > Subject: [css-d] proper css syntax > > it's been while since I have worked with css. > > Tryi

[css-d] update to disappearing table border problem w/ Firefox

2009-04-28 Thread Lori Brown
Dear folks: I posted earlier today about a problem where the left and top border of a table initially rendered when the page was rendered, and then disappeared after the page was completely loaded into the browser. (Yes, the page does validate, by the way.) I continued to try to understand the p

[css-d] formatting a Ul to not wrap around a floated image

2009-04-28 Thread Robert Lane
I apologize if this is multiple posted (I have tried this a number of times but I am not seeing any of my earlier posts as having gone through). The issue page is here: www.lane-consulting.com/Tests/PRA/BIRC.php I have been fiddling with this page and I am at least getting consistent behavior

Re: [css-d] columns shifting after logo margin change

2009-04-28 Thread Tim Snadden
>> > > #logo { > position: absolute; > bottom: 0; > left; 0; > } I've just noticed that you want the pets to look like they are sitting on the border so you could use a negative value for bottom. __ css-discuss

Re: [css-d] border-bottom not appearing in IE7 ?

2009-04-28 Thread Tim Snadden
> The > border appears in all states of the A element except for HOVER. > > http://clients.hairydogdigital.com/grace-pointe-community/staging/ > To make inline-block work in IE you need to nudge it a little. Set the element to inline and then trigger hasLayout. e.g. #footer .links ul li { disp

Re: [css-d] Positioning and spacing issues... site check

2009-04-28 Thread Tim Snadden
> > The screenshot covers some spacing issues and positioning issues > within a so the text areas are set even when the browser is > resized. > > The site is at: http://ba-doyn.com/junk/meeks_test_2/contact.html > for you all to look at. Hi Michael - Absolutely positioned elements are posit

[css-d] superfish hover menus in IE 7

2009-04-28 Thread ryan85
as always... spend 16hrs getting everything to work perfect in Firefox / safari... then take a look in IE and its all jacked up If anyone would like to take a look at what is going on... The category lists at the bottom of this page... there are two hover menus... They looked great in Firefo

Re: [css-d] Is List Working?

2009-04-28 Thread Erik Visser
Robert Lane wrote: > I have tried to submit a post about UL positioning and am not seeing it > show up. I apologize for this post, it is a test. > > > __ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/

[css-d] border-bottom not appearing in IE7 ?

2009-04-28 Thread Rob Emenecker
Hi all, I'm feeling very dense about what is likely a very simple issue. I have a list of links (A elements with an unsorted list) appearing at the bottom of a page that uses a border property instead of text-decoration. The border appears in all states of the A element except for HOVER. http:/

[css-d] columns shifting after logo margin change

2009-04-28 Thread Erik Visser
My questions is about the logo on this site: http://beta.daploosdrechtseweg.nl logo css, in makeup.css: img#logo { margin-top:-7px; } Everything is ok here in FF3 and IE7 My question is: how can i lower the logo (so it sits on the black bottom border of the div#masthead) in a simple way.

[css-d] proper css syntax

2009-04-28 Thread Raumin "Ray" Dehghan
it's been while since I have worked with css. Trying to get the margins to move over some. I have several divs in a block, and they are all one header, h2. Any suggestions? Thanks __ css-discuss [cs...@lists.css-discuss.org] ht

Re: [css-d] Is List Working?

2009-04-28 Thread Erik Visser
Robert Lane wrote: > I have tried to submit a post about UL positioning and am not seeing it > show up. I apologize for this post, it is a test. > > > __ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/

[css-d] Is List Working?

2009-04-28 Thread Robert Lane
I have tried to submit a post about UL positioning and am not seeing it show up. I apologize for this post, it is a test. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/

[css-d] Positioning and spacing issues... site check

2009-04-28 Thread Michael Beaudoin
I'm back with some more issues that have me tearing what's left of my hair out. I have been fiddling with this test site, and using some of the comments here, it's getting better. I do have a few questions, and here's a link to a screenshot with some comments in case I can't explain clearly eno

Re: [css-d] styles in elements

2009-04-28 Thread Tim Snadden
> > and said it would suffice but that to ensure the most number of > friendly recipients, the code should have 'styles' in the selectors > rather than referencing individual divs. Some email clients strip out the . You can either do inline styling or bring your style element inside the body. Th

Re: [css-d] styles in elements

2009-04-28 Thread Brian Hazelton
what they mean is inline styling, do a google search and you will see what they mean. I have not set up an email template yet (especially through css) so I do not know how to do it, but if you already figured out how to do the styling in the page, you will see that it will take very little effort.

[css-d] superfish hover menus in IE 7

2009-04-28 Thread ryan85
as always... spend 16hrs getting everything to work perfect in Firefox / safari... then take a look in IE and its all jacked up If anyone would like to take a look at what is going on... The category lists at the bottom of this page... there are two hover menus... They looked great in Firefo

Re: [css-d] Setting a link on replaced text

2009-04-28 Thread Brian Hazelton
Tim, I have set up an example that only contains the styling and html that is required for what you want to do (or at least what I think you want to do). It is located here http://test.danville302.org/bglink/ view the source code to see all of the information and the styling declarations. Hope it

Re: [css-d] styles in elements

2009-04-28 Thread Court Kizer
I recommend using a free campaignmonitor account. It checks your templates across 20 or so different email programs and provides you with a screenshot. On Apr 28, 2009, at 10:02 AM, Todd Bingham wrote: > Generous CSS guys: > > I'm to build an email newsletter template on behalf of my clien

Re: [css-d] CSS with negative positions

2009-04-28 Thread Alan Gresley
Philippe Wittenbergh wrote: [...] > Hmm lots of (interesting) variations on this one ! > > IE 8 and Gecko (fx 3 and newer), Safari 4b render the same. > Opera 10 is different. > WebKit latest nightly is again different. > > And of course, IE 7 is again different from everybody else. > > The main

[css-d] styles in elements

2009-04-28 Thread Todd Bingham
Generous CSS guys: I'm to build an email newsletter template on behalf of my client (ruthinstitute.org) for a separate CMS firm (Kintarrainc.com) who will manage the data for the client's email mailing list. The template was to have embedded styles to ensure that it displayed in the op

Re: [css-d] FF3 and IE8 vertical spacing issue below linked image

2009-04-28 Thread Alan Gresley
Jones, Brian wrote: > Tim: Thanks for the quick response. I suspected the inline vs. block thing > was involved somehow and had discovered that setting image to block resolved > the issue. I also had pretty much decided that's the reason I've never > noticed this before - because in most situ

Re: [css-d] Setting a link on replaced text

2009-04-28 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Tim Dawson > Sent: 28 April 2009 16:00 > To: css-d@lists.css-discuss.org > Subject: [css-d] Setting a link on replaced text > > I have an heading which I've repla

[css-d] Setting a link on replaced text

2009-04-28 Thread Tim Dawson
I have an heading which I've replaced with a background image, and used CSS text-indent to prevent the 'real' text showing. The relevant CSS is: h2#azw { background-image: url(graphic/amazingwildlife.gif); text-indent: -px; } All's well until I need to put a link on the text. The following

Re: [css-d] jalbum photobook drops in IE6 after stupid late night changes

2009-04-28 Thread Erik Visser
Erik Visser wrote: > Gunlaug Sørtun wrote: >> table.image_block td .smalltxt {width: 8em!important} >> >> ...will for example work fine on an unaltered markup (with those >> inline-styles in place). >> > > And i thought !important was a hack for some sort of IE correction. > Obviously never l

[css-d] disappearing table borders in Firefox 3.0

2009-04-28 Thread Lori Brown
Dear folks -- On this page: http://www.star.nesdis.noaa.gov/smcd/emb/ff/draft/HE_CONUS_inst.php You should see a table containing a grid of images. It should have 1 px border on top & left side of the table and on the bottom and right side of each cell and th. The style that does this is: table

Re: [css-d] text-transform:lowercase+capitalize

2009-04-28 Thread Vladislav Vladimirov
> But if I want to transform to lower case all words of a phrase and at the > some time I want to capitalize them? Using CSS to change to case of a text does it for display purposes only - the actual value of the text is not changed. If you submit that form to a script that sends to email, you wi

[css-d] text-transform:lowercase+capitalize

2009-04-28 Thread Casadio Pablito
Hi at all many times users insert into input fields words with mixed upper and lower cases. If I want lower case I insert into css file: input {text-transform:lowercase} and if I want to capotalize I insert: input {text-transform:capitalize} But if I want to transform to lower case all words