Re: [css-d] Banner Font to big (Take 2)

2008-04-26 Thread Alan K Baker
For a quick fix, try adding: margin-top:3px; to your h1 definition. I don't think it has much to do with AOL, it's apparent in vanilla flavored IE7. It would be better if you use relative addressing for your stylesheets. It took a few minutes for me to work out why, when I altered your styleshee

Re: [css-d] Site Check Please

2008-04-26 Thread Dávid Győri
I fixed the IE 6&7 problem for you, using a different css rollover: HTML:

Re: [css-d] Negative margins versus Positioning

2008-04-26 Thread Ingo Chao
Ingo Chao wrote: > ... Negative margins move the outer edge of an > element "inwards", this can make an element move, since the surrounding > still touches the outer edge [1]. ... [1] http://www.satzansatz.de/cssd/companions.html sorry. -- http://www.satzansatz.de/css.html http://www.dolphins

Re: [css-d] Negative margins versus Positioning

2008-04-26 Thread Ingo Chao
Arian Hojat wrote: > I was getting reaquanted with 'A List Apart's tutorial on css shadows. > and i noticed they used negative margins for pulling out the image. > I first asked myself, Why not use negative relative positioning? Is it > a matter of choice? ... Offsetting an element (via top right

Re: [css-d] IE 5, 6, 7 / float in navigation-list / problem: gap below navigation elements and missing borders

2008-04-26 Thread David Laakso
mostwanted wrote: > thanks a lot arnold! :-) > > works great now (thanks for the link to "onheavinglayout"!) - exept > for IE 5.01: no navigation bar... > > hmm, where/why did it go? > > i uploaded the corrected CSS-files. maybe someone could have a look at > it once more. thanks! > > roland > >

[css-d] Banner Font to big (Take 2)

2008-04-26 Thread Hayden's Harness Attachment
I have a report from an AOL user in the USA that my banner font is so big that it is interferring with my background URL image. The AOL user states the AOL web browser is set to normal. Any Ideas on what is causing the font size increase and how to fix it? Also how can this AOL send me a screen

[css-d] Banner Font to big

2008-04-26 Thread Hayden's Harness Attachment
I have a report from an AOL user in the USA that my baner font is so big that it is interferring with my background URL image. The AOL user states the AOL web browser is set to normal. Any Ideas on what is causing the font size increase and how to fix it? Also how can this AOL send me a screen s

Re: [css-d] egg timer flicker in ie6 on hover

2008-04-26 Thread Alan K Baker
Add: div#rightNav { display:inline; } to your styles. This won't totally stop the 'flicker' because that's caused by the pointer crossing from the active element (hand) to the border/margin/whatever (pointer), but it will get rid of the egg-timer. Regards, Alan. www.theatreorgans.co.uk ww

Re: [css-d] IE 5, 6, 7 / float in navigation-list / problem: gap below navigation elements and missing borders

2008-04-26 Thread David Laakso
David Laakso wrote: > mostwanted wrote: > >> but the weird effect when moving the mouse over the navigations links in >> IE 6 and IE 5 is still there. i guess this must have something to do >> with the float enviroment? >> >> can anybody help? >> >> >> roland >> >> >> >> webprojec

Re: [css-d] IE 5, 6, 7 / float in navigation-list / problem: gap below navigation elements and missing borders

2008-04-26 Thread David Laakso
mostwanted wrote: > > but the weird effect when moving the mouse over the navigations links in > IE 6 and IE 5 is still there. i guess this must have something to do > with the float enviroment? > > can anybody help? > > > roland > > > >>> webproject: www.slackliner.at/webfuzzy >>> H

Re: [css-d] IE 5, 6, 7 / float in navigation-list / problem: gap below navigation elements and missing borders

2008-04-26 Thread mostwanted
ok, i fixed the "missing borders" problem - i set padding-top and padding-bottom (0.3em) to all the in the navigation bar - i think it now works fine. but the weird effect when moving the mouse over the navigations links in IE 6 and IE 5 is still there. i guess this must have something to do

Re: [css-d] background image not displaying

2008-04-26 Thread Nicholas Wilson
> I'm guessing you want grey "background: grey url(images/background.jpg) > repeat-y; border-right: 4px solid #C7B865" on the container and > > div#header { > background:black; > border-bottom:4px solid #C7B865; > border-left:4px solid #C7B865; > margin-left:1px; > float: left; > width: 951px; > }

Re: [css-d] IE 5, 6, 7 / float in navigation-list / problem: gap below navigation elements and missing borders

2008-04-26 Thread mostwanted
thanks brett! i just fixed the problem with the increased space bellow the navigation-elements. but there is still the problem with the missing borders in IE and in IE 6 and IE 5 there is a weird effect when moving the mouse over the navigation-links. thanks. mostwanted schrieb: > w

Re: [css-d] background image not displaying

2008-04-26 Thread Nicholas Wilson
On Saturday 26 April 2008 4:02 pm Brett Fuhs wrote: > The site looks fine in IE7 but in Mozilla Firefox, if you right click > view background image, the image is there, but just doesn't show. My > body is set to gray and the entire site has a gray background and > doesn't repeat my background image

[css-d] egg timer flicker in ie6 on hover

2008-04-26 Thread Dermot Ward
Hi, Can anyone please tell me why there is that irritating egg timer flicker on the Categories ul on hover? The bullets and dotted underline are background graphics. The page is here:- http://defaultosc.com The css and markup validate. Many thanks. Dermot. ___

[css-d] background image not displaying

2008-04-26 Thread Brett Fuhs
The site looks fine in IE7 but in Mozilla Firefox, if you right click view background image, the image is there, but just doesn't show. My body is set to gray and the entire site has a gray background and doesn't repeat my background image in firefox like it does in IE7. Can anyone see what is goin

[css-d] IE 5, 6, 7 / float in navigation-list / problem: gap below navigation elements and missing borders

2008-04-26 Thread mostwanted
webproject: www.slackliner.at/webfuzzy valid XHTML! valid CSS! problem: site brakes after i used floats to align the navation-list-items horizontally. problem details: increased gap below the navigation elements and missing borders (top/bottom) of the list-elements of the navigation. can anyb

Re: [css-d] colon in class name?

2008-04-26 Thread Jukka K. Korpela
Bjoern Hoehrmann wrote: > * Brian Cummiskey wrote: >> > rows="1"> > >> cane someone explain the colons in the class? > > They are just like any other character, there is nothing special about > them. There's the special thing about them that in CSS, the colon needs to be "escaped", usually as \:

Re: [css-d] No background color in IE6

2008-04-26 Thread jo try
Hi David, Wonderful! Your solution works. Now IE6 does the same as IE7 and FF2. Thank you. And how did you find out? By just trying things out? cheers, jotrys For anybody interested I have placed the demo solution on: http://www.webleer.nl/css/solution_for_case02/page1.php And the prob

Re: [css-d] colon in class name?

2008-04-26 Thread Bjoern Hoehrmann
* Brian Cummiskey wrote: > >cane someone explain the colons in the class? They are just like any other character, there is nothing special about them. Most likely the colon has been chosen because it is commonly used for namespaces and component separation. -- Björn Höhrmann · mailto:[EMAIL PROT

[css-d] colon in class name?

2008-04-26 Thread Brian Cummiskey
In looking at the hosted YUI, I came across on http://developer.yahoo.com/yui/articles/hosting/ cane someone explain the colons in the class? Thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinf