Re: [css-d] CSS and SVG tests

2009-01-07 Thread david
Gabriele Romanato wrote:
 http://www.css-zibaldone.com/test/svg/

In FF3 on Linux, http://www.css-zibaldone.com/test/svg/image-000.xml 
shows 1px of red on the right side of the green Image.

-- 
David
gn...@hawaii.rr.com
authenticity, honesty, community
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Jo
I did ask this question over at the PVII forum, but I haven't heard back, so
I thought I'd ask in here.

http://www.waterfrontvenuesnewcastle.com.au/new/

I'm just having my first ever run at using TreeMenu Magic (I've used many of

the other products) and I have one issue.

The first 5 items all have sub-menus. In Firefox, Google Chrome and Safari 
for Windows, the spacing between all 7 top level menu items is the same (as 
it should be). In IE7, the first 4 have a larger gap underneath. I have no 
idea why and I'm assuming since IE7 wasn't even thought of when this was 
designed that there was a tweak out there to fix it. I looked on the website

but couldn't find it.

I would also like to know where in the css I change the line height so all 
the top level menu items have a larger space between them. (I know how to 
set line height - line-height: 200%; I just don't know where in the css it 
should go.

Thanks
Joanne



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Field not flowing in IE7/6

2009-01-07 Thread Daniel Kessler

On Jan 6, 2009, at 8:20 PM, David Laakso wrote:

 Not validating the markup before posting to the list :-) .



yknow, I thought of that once I arrived home.  Sorry about that.   
I'll look into your example.

thanks for reply'n.

-- 

Daniel Kessler

University of Maryland College Park
School of Public Health
3302E SPH Building
College Park, MD  20742-2611
Phone: 301-405-2545
http://sph.umd.edu




__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Bill Brown
Virgilio Quilario wrote:
 consider using lists instead of divs for menus.
 good luck.
 virgil

Hi Joanne--

I just want to second what Virgil said here. I actually downloaded your 
page and set about translating the P7M div-heavy code into a more 
semantic assembly, but I got winded. ;)

The P7M menus on your page use obtrusive, inline event handlers and an 
antiquated div based source. I would strongly suggest getting away from 
any kind of product like that. It's just doesn't fit in today's internet.

If you'd like some help re-writing the menu into a more semantic, less 
obtrusive setup, please let me know off-list and I'll be happy to help 
with some HTML, CSS and JS re-coding for you.

Cheers,
Bill
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Virgilio Quilario
hi,

for gaps in between, i noticed that all with sub levels has big gap
try removing all line-height and font-size settings and see if it
would remove uneven gaps.

#p7TMnav div -- for top level
#p7TMnav div div -- for sub level

when you set top level div, it would also set sub level
so be sure to set sub level preferred line height

consider using lists instead of divs for menus.

good luck.
virgil
http://www.jampmark.com

On Wed, Jan 7, 2009 at 7:12 PM, Jo w...@sparrowdog.com wrote:
 I did ask this question over at the PVII forum, but I haven't heard back, so
 I thought I'd ask in here.

 http://www.waterfrontvenuesnewcastle.com.au/new/

 I'm just having my first ever run at using TreeMenu Magic (I've used many of

 the other products) and I have one issue.

 The first 5 items all have sub-menus. In Firefox, Google Chrome and Safari
 for Windows, the spacing between all 7 top level menu items is the same (as
 it should be). In IE7, the first 4 have a larger gap underneath. I have no
 idea why and I'm assuming since IE7 wasn't even thought of when this was
 designed that there was a tweak out there to fix it. I looked on the website

 but couldn't find it.

 I would also like to know where in the css I change the line height so all
 the top level menu items have a larger space between them. (I know how to
 set line height - line-height: 200%; I just don't know where in the css it
 should go.

 Thanks
 Joanne



 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Background-image and line height problems in IE6

2009-01-07 Thread Virgilio Quilario
hi Rory,

i've viewed your web site on both ie7 and ff3 and haven't notice any difference.

perhaps fixed already?

cheers,

virgil
http://www.jampmark.com


On Mon, Jan 5, 2009 at 2:49 AM, Rory Fitzpatrick bad...@googlemail.com wrote:
 Hi all,

 I'm having a couple of issues on the following website that I can't
 resolve:

 http://www.roryf.co.uk/projects/cgm/

 I think everything now works fine in all browsers except IE6  7. Both
 have an issue with the background image on #keywords-calls and #blog-
 latest, the first not displaying at all and the latter only partly
 visible. IE6 is also increasing the height of #sidebar #audience-calls
 li on the right. I'm at a loss for either of these problems, any help
 is greatly appreciated!

 Browsershots images from yesterday, I've resolved a couple of things
 since then:

 http://browsershots.org/screenshots/b38052f3c490ed482175f7d40303e5d3/
 (FF3, how it should look)
 http://browsershots.org/screenshots/09c2a68c7a80ff914c20dafae79310b2/
 (IE7)
 http://browsershots.org/screenshots/b8b7e7654e8d1a0605497492e324c95f/
 (IE6)

 Cheers,
 Rory
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Al Sparber
From: Bill Brown macnim...@gmail.com
 I just want to second what Virgil said here. I actually downloaded your
 page and set about translating the P7M div-heavy code into a more
 semantic assembly, but I got winded. ;)

 If you'd like some help re-writing the menu into a more semantic, less
 obtrusive setup, please let me know off-list and I'll be happy to help
 with some HTML, CSS and JS re-coding for you.

Thanks for the offer Bill, but we've been around since 1998 and have a very 
good handle on things. I can't disagree with your underlying points, but it 
does work :-)

Tree Menu Magic (original release 2001) will soon be upgraded to a more 
modern codebase. Prototype here:
http://www.projectseven.com/products/menusystems/tmm2/folders/

We are a fairly large operation and have to work by a schedule. All things 
in good time ;-)
Appreciate your comments, though.

-- 
Al Sparber - PVII
http://www.projectseven.com
The Finest Dreamweaver Menus | Galleries | Widgets
http://www.projectseven.com/go/pop
The Ultimate DW Menu System




__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Al Sparber
From: Jo w...@sparrowdog.com
To: 'css-d' css-d@lists.css-discuss.org
Sent: Wednesday, January 07, 2009 6:12 AM
Subject: [css-d] Line Height IE7 problem with PVII TMM


I did ask this question over at the PVII forum, but I haven't heard back, 
so
 I thought I'd ask in here.

 http://www.waterfrontvenuesnewcastle.com.au/new/

Add display: block to the root a selector #p7TMnav div a. To control box 
height, edit the padding declarations on the .p7plusmark, .p7minusmark, 
.p7defmark rules.

-- 
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Menus | Galleries | Widgets
http://www.projectseven.com/go/pop
The Ultimate DW Menu System




__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Background-image and line height problems in IE6

2009-01-07 Thread Rory Fitzpatrick
2009/1/7 Virgilio Quilario virgilio.quila...@gmail.com

 hi Rory,

 i've viewed your web site on both ie7 and ff3 and haven't notice any
 difference.

 perhaps fixed already?

 cheers,

 virgil
 http://www.jampmark.com

 Thanks, someone emailed me off-list with the problem - the elements needed
hasLayout added to them. I implemented an IE-only stylesheet to add zoom: 1;
to #keywords-calls, #blog-latest and #sidebar #audience-calls li a.

Glad to know it worked!

Cheers
Rory
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Bill Brown
 Thanks for the offer Bill, but we've been around since 1998 and have a very 
 good handle on things. I can't disagree with your underlying points, but it 
 does work :-)
 
 Tree Menu Magic (original release 2001) will soon be upgraded to a more 
 modern codebase. Prototype here:
 http://www.projectseven.com/products/menusystems/tmm2/folders/
 
 We are a fairly large operation and have to work by a schedule. All things 
 in good time ;-)
 Appreciate your comments, though.

Hi again, Al! I wasn't offering to supply code to P7. I know you guys 
have been around forever and I know how arduous updating projects can be.

We've exchanged emails before; I hope you know I wasn't trying to 
disparage your work. From our previous exchanges, I know you agree about 
semantic code.

Good luck on the new version -- it looks great.

Best,
Bill
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] missing image in IE6, and a menu stacking issue

2009-01-07 Thread Debbie Campbell
My absolutely-positioned #challengeBtn link is missing in IE6 but 
present in other browsers (the big blue 'Create a Group' button on the 
orange bar):

 http://www.redkitecreative.com/projects/endorphin/

I thought it might be a hasLayout issue and applied zoom: 1; to the 
parent element but that didn't help. Any suggestions?

Also, the submenus for the navigation bar are sliding under the content 
in IE6/7. I've tried various z-indexes for different elements and cannot 
get any changes to occur. Again, your help greatly appreciated!

-- 
Debbie
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] which ie bug is it?

2009-01-07 Thread Eric Cash
I'm under the gun to convert a page to standards, and I'm using blueprint to
maintain my design.

I'm hitting some weird ie display bugs, and my tricks to stop them aren't
working.

I can't get ie to correctly honor a relative position rule on a text type
input, nor can I get it to nudge it up via a negative margin,
but the really weird part is the div and form in the header seem to have
come OUT of the containing div.  I thought this was a clear problem, used
div {overflow: auto} and no luck... and on the SECOND nav list, ie/Win is
somehow repeating the last character of on a new line... I've never seen
that before.  I can't seem to get firebug lite to work correctly, to inspect
the rules,  anyone be able to help me out here, or at least point me in the
right direction?

Here is the test page:
http://ericcash.dreamhosters.com/outside/mk/opinionsBoard.html

thanks for your help!
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] which ie bug is it?

2009-01-07 Thread Eric Cash
oops, I did something, and now ie is failing to recognize the width property
again

On Wed, Jan 7, 2009 at 3:13 PM, Eric Cash etc...@gmail.com wrote:

 I'm under the gun to convert a page to standards, and I'm using blueprint
 to maintain my design.

 I'm hitting some weird ie display bugs, and my tricks to stop them aren't
 working.

 I can't get ie to correctly honor a relative position rule on a text type
 input, nor can I get it to nudge it up via a negative margin,
 but the really weird part is the div and form in the header seem to have
 come OUT of the containing div.  I thought this was a clear problem, used
 div {overflow: auto} and no luck... and on the SECOND nav list, ie/Win is
 somehow repeating the last character of on a new line... I've never seen
 that before.  I can't seem to get firebug lite to work correctly, to inspect
 the rules,  anyone be able to help me out here, or at least point me in the
 right direction?

 Here is the test page:
 http://ericcash.dreamhosters.com/outside/mk/opinionsBoard.html

 thanks for your help!

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] missing image in IE6, and a menu stacking issue

2009-01-07 Thread Bill Brown
Debbie Campbell wrote:
 My absolutely-positioned #challengeBtn link is missing in IE6 but 
 present in other browsers (the big blue 'Create a Group' button on the 
 orange bar):

 Also, the submenus for the navigation bar are sliding under the content 
 in IE6/7. I've tried various z-indexes for different elements and cannot 
 get any changes to occur. Again, your help greatly appreciated!

Hi, Debbie--

First, the easy fix:
#header{z-index:1;}
...will fix your menu issue.

I suspect something's gone awry with your png fix and that's what's 
causing the trouble on your challengeBtn link.

Setting the element to position:absolute after the page load causes it 
to appear exactly as it should. Paste this into your address bar to check:
javascript:(function(){document.getElementById(challengeBtn).style.position=absolute;})();

Have you tried a simple template without the JS?

Hope it helps.
--Bill
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] missing image in IE6, and a menu stacking issue

2009-01-07 Thread Gunlaug Sørtun
Debbie Campbell wrote:
 My absolutely-positioned #challengeBtn link is missing in IE6 but 
 present in other browsers (the big blue 'Create a Group' button on
 the orange bar):
 
 http://www.redkitecreative.com/projects/endorphin/

Wrap the #challengeBtn anchor in an otherwise empty div, to prevent the
a:p element next to... bugs in IE6.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS on Firefox, Safari, IE

2009-01-07 Thread Keith Kaiser
Hi guys,

I'm not new to the list exactly, only under this eMail address, my  
previous one was suspended by gmail  for unknown and unexplained  
reasons.

Anyway I'm trying to rewrite one of my web sites and I'm having some  
problems getting one of the div's to behave in IE and Firefox the way  
I want it to. In Safari it looks great but in the other two it flies  
all over the place.
The experimental web site is http://bsaroundtable.org/NextGeneration/index.php 
, the div in question is named 'nextRT' it is the one that contains  
the information at the top (in the banner section) that tells when the  
next meeting will be. This web site is far from complete but this div  
is driving me nuts and I can't get my thoughts out of it long enough  
to work on the rest of the site. All I want the div to do is center  
itself nicely under the Roundtable.org words in green above it. Look  
at the page in Safari that is what I want.

Can someone please advise me on how to make it behave in Firefox and  
IE like it does in Safari?

Thanks in advance.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS on Firefox, Safari, IE

2009-01-07 Thread Gunlaug Sørtun
Keith Kaiser wrote:

 http://bsaroundtable.org/NextGeneration/index.php

 Can someone please advise me on how to make it behave in Firefox and
  IE like it does in Safari?

Don't use percentages for margins on #nextRT - pixels will do fine.

You should also test your design on various browser window sizes and
make sure it will work reasonably well, as it'll end up on a wide range
of window sizes anyway.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/