Re: [css-d] doesn't float all the way up

2012-07-06 Thread Georg
On 07.07.2012 07:41, Ruben van den Berg wrote: Could you please provide me with some futher assistance? Try declaring "overflow: hidden" on the box on top, and see how things line up. regards Georg __ css-discus

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Jamie Swindall
Simplify your issue. Strip out everything except your box that isn't floating to the top. Its going to be something simple you're over looking. Firefox has some great Web developer tools that would help you pinpoint the cause much easier. IE dev tools aren't too shabby either. It could be CSS s

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Ruben van den Berg
Dear Georg, I don't understand how non collapsing margins could cause my problem. All relevant margins have been explicitly set to 0 so there's nothing not to collapse, or am I missing something here? And if I am, then why is it that the first does float nicely up against the border like I int

Re: [css-d] IE 7 Win issue

2012-07-06 Thread HallMarc Sales
> Is IE 7 for Windows still being paid attention to by developers? > If so, I have an issue at this link: www.coffeeonmars.com/testing/index.html > > with widgets being cut off at the top. IE 8 gets it right; 7 shaves off the top > portion... > > Looking in Firebug, I don't see any conflicts tha

Re: [css-d] IE 7 Win issue

2012-07-06 Thread HallMarc Sales
> Is IE 7 for Windows still being paid attention to by developers? > If so, I have an issue at this link: www.coffeeonmars.com/testing/index.html > > with widgets being cut off at the top. IE 8 gets it right; 7 shaves off the top > portion... > [>] first; you have a couple of typos in the font-

[css-d] IE 7 Win issue

2012-07-06 Thread John
Is IE 7 for Windows still being paid attention to by developers? If so, I have an issue at this link: www.coffeeonmars.com/testing/index.html with widgets being cut off at the top. IE 8 gets it right; 7 shaves off the top portion... Looking in Firebug, I don't see any conflicts that would expla

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Philip TAYLOR
Kamil Saiyed wrote: Philip: Ruben is right-- it doesn't allow sharing link to a folder, although it does allow linking to individual files. - Kamil I am unconvinced, Kamil : is the following not a link to a Dropbox foloder ? https://www.dropbox.com/sh/6gvwkbmh1qtrw32/th1qoWbgUH Ph

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Kamil Saiyed
@Philip: Ruben is right-- it doesn't allow sharing link to a folder, although it does allow linking to individual files. - Kamil -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Philip TAYLOR Sent: Friday, July 06, 2012

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Georg
Start by testing for "collapsing margins"... http://www.w3.org/TR/CSS21/box.html#collapsing-margins http://css-discuss.incutio.com/wiki/Collapsing_Margin regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Philip TAYLOR
Ruben van den Berg wrote: Dear all, I can't link to a folder (because I don't have a domain yet and dropbox doesn't allow it). I think that the latter is not strictly true. The following is a link to an HTML file stored on Dropbox. If followed, a line-numbered listing of the source file w

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Ruben van den Berg
Dear all, I can't link to a folder (because I don't have a domain yet and dropbox doesn't allow it). The html file is here and the css here. Since I only used relative URL's, all .png files should be included but I'm not sure whether everything will work properly on someone else's computer too.

Re: [css-d] Force Fieldset Placement

2012-07-06 Thread Boray ERIS
Can you explain more? Sent from S3 On Jul 6, 2012 4:19 PM, "Shaf Syed" wrote: > I have been working on this code for a few days with other things and > I have got it working where I want except one last issue. I have the/4 > floated fieldsets. The last fieldset is toggled to show/hide. But it >

Re: [css-d] Force Fieldset Placement

2012-07-06 Thread Tom Livingston
Without seeing it, it sounds like the fieldsets are floated and it's a source order issue. Sent from iOS 5 On Jul 6, 2012, at 9:18 AM, Shaf Syed wrote: > I have been working on this code for a few days with other things and > I have got it working where I want except one last issue. I have the

Re: [css-d] css image over on forever theme

2012-07-06 Thread Georg
On 06.07.2012 14:24, Courtney Sohn wrote: I am very new to this. I am using the forever theme. In my sidebar I have a couple of images (as widgets) which link, when clicked, to other sites. I'd like to have another image (same picture different color) replace the current image when it is hove

[css-d] Force Fieldset Placement

2012-07-06 Thread Shaf Syed
I have been working on this code for a few days with other things and I have got it working where I want except one last issue. I have the/4 floated fieldsets. The last fieldset is toggled to show/hide. But it appears at the front of the line instead of the last place. Example: [fieldset01] [fields

[css-d] css image over on forever theme

2012-07-06 Thread Courtney Sohn
I am very new to this. I am using the forever theme. In my sidebar I have a couple of images (as widgets) which link, when clicked, to other sites. I'd like to have another image (same picture different color) replace the current image when it is hovered over. After I've added the new image to

Re: [css-d] doesn't float all the way up

2012-07-06 Thread Georg
On 06.07.2012 13:43, Ruben van den Berg wrote: Does anybody understand what's going on here? Yes, but we can't debug a jpg. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/

[css-d] doesn't float all the way up

2012-07-06 Thread Ruben van den Berg
Dear all, I've 3 elements which I want to have at the same height. However, in Chrome the third doesn't float all the way up. In IE and FF, only the first floats all the way up. The element above it does not have a bottom margin and none of these div's has a top margin. I really don't unde