Re: [css-d] IE6: center column pushed down

2008-10-27 Thread Gunlaug Sørtun
lee wrote:
> URL: http://tinyurl.com/67cpde
> 
> In IE6, I can't figure out why the center column gets pushed down.

The right margin gets in the way. It's the 'hasLayout' triggering width
on div#main that introduces the 3px-jog bug on that element in IE6,
making it 3px too wide when margins are included.

One solution is to restyle div#main to...

div#main {
width: 446px;
margin: 0 0 0 190px;
}

The div#main will "rest" on its left margin and the width will keep it
in check - no right margin needed.

If you want to fix the visual effect of the 3px-jog bug in IE6, you may
want to add...

* html div#main {margin: 0 0 0 187px;}

...below the regular div#main styles.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
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] Proposed National Policy on Online Accessibility for India

2008-10-27 Thread Rahul Gonsalves
Hello!

As an independent accessibility consultant, I was heartened by India's  
ratification of the UN Convention on the Rights of Persons with  
Disabilities, and especially with Articles 9 and 21 (mandating online  
accessibility). However, over the last two years, little or no work  
has been done at a policy level - so I would like to propose a  
National Policy on Online Accessibility for India.

At the moment, I'm trying to bring together the various different  
groups working on accessibility, as that would lend some weight to the  
project. I've put down some of my thoughts here:

http://rahulgonsalves.com/e-access/

If you would like to support this effort - not financially - but  
merely by publicising it and becoming a part of this, I'd be most  
grateful. I look forward to hearing from you - suggestions, criticism  
and complaints are all welcome!

Warmly,
- Rahul Gonsalves.

(apologies for cross-posting)

-
Rahul Gonsalves
e: [EMAIL PROTECTED]
w: www.rahulgonsalves.com
m: +91 98866 19365
-

__
css-discuss [EMAIL PROTECTED]
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] IE6: center column pushed down

2008-10-27 Thread lee
URL: http://tinyurl.com/67cpde

In IE6, I can't figure out why the center column gets pushed down. The  
left and right columns are floated left and right respectively and I  
have given the center #main more margins on the left and right on  
purpose (IE6 only).

It looks as if it has a clear: right declaration invoked, but I can't  
seem to find it anywhere! Help, please?

Thanks in advance.
__
css-discuss [EMAIL PROTECTED]
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] the problem of a page in ie6

2008-10-27 Thread Gunlaug Sørtun
ray wrote:

> This page http://fouragency.co.uk/who_are_four.php is abnormal in 
> IE6. Look at the menu on the left hand side.

> IE6 is so bad!

Yes :-)

Add 'hasLayout' trigger to anchors in that list...

.menu a {height: 1%;}

...and that old bugger will behave itself and act more like a proper
browser.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
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] the problem of a page in ie6

2008-10-27 Thread ray
Hey, all

This page http://fouragency.co.uk/who_are_four.php is abnormal in IE6. Look
at the menu on the left hand side. The white spaces between the menu items
are very large, and the white spaces between sub menu items are not
expected. These bugs only appear on IE6.   IE7 and Firefox are fine. I
looked at the IE6 bug list in pie, but found nothing similar. Could somebody
help me out? IE6 is so bad!

Thanks in advance.
__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn - Round #2

2008-10-27 Thread Gunlaug Sørtun
David Laakso wrote:
>> Peter Hyde-Smith wrote:
>> 
>> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html 
>> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html
>> 
>> 
>> 
> 
> 
> 1/ Dunno. Clear the cache? No got Avant here.  I do not see the large
>  gap you mention in any of my XP or Mac OS X 10.4.11 browsers.

Avant uses existing Trident (MSIE) - the IE7 version in this case.
Check in IE7 - big gaps.

Declare...
#bottomnav {height: 1%;}
...directly - no '* html' hack - and Avant/IE7 will behave itself.

You can then delete the '* html #bottomnav' below '#bottomnav '.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
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] Div gets cut off in IE6

2008-10-27 Thread Majestic
One of my pages,
http://www.walkfar.ca/test/realdeal/animationpage9.html in only IE6
the buttom of the  gets cut off any idea why?
__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn - Round #2

2008-10-27 Thread David Laakso
>   Peter Hyde-Smith wrote:
>
> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html
>
>
> 


1/ Dunno. Clear the cache? No got Avant here.  I do not see the large gap
you mention in any of my XP or Mac OS X 10.4.11 browsers.

2/ * html (star html) preceding a selector is a hack to feed a specific rule
to IE/6 and down; consequently, the border will only be seen if you are
viewing the page in IE/6, IE/5.5, or IE5.01. The purpose of the border (a
background color could have been used instead) is to see if the correct
selector has been targeted and that its position has in fact been corrected
in IE/6, IE/5.5, or IE5.01. The border can then be deleted.

3/ Might be easier for patrons of the restaurant to read if you spell that
stuff out line for line-- no (flaky, personal opinion) character entities
needed? Something like...

Address and Telephone Number:

4919 Highway 144
Hartford, Wisconsin 53027
262 644.4400

Open:

Monday through Thursday 3pm to 10pm
Friday and Saturday11am to 11pm
Sunday 11am to 9pm

We accept:

VISA, MC, AmEx, DISC
__
css-discuss [EMAIL PROTECTED]
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] menu hovers w alpha - an issue - cross browser

2008-10-27 Thread corey deep
Hi all,

I am working on a menu where the menu items contain a curved corner, and I
can't seem to figure it out...
i thought to use a png with transperancy but after some trial and error  i
still have spaces between menu items. I have no ideas for this.
Any help would be greatly appreciated.

example:
http://thevenusflytrap.org/ie6/results-blue-rel-mockup.html
__
css-discuss [EMAIL PROTECTED]
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] images lining up

2008-10-27 Thread Ed Pybus
http://www.slrecords.net/mba/index.html
css - http://www.slrecords.net/mba/master.css

Hi,

I've a couple of problems with the above site - any advice much 
appreciated (and any comments about the site welcome as well).

1 - The images that act as links on the left hand site line up with the 
background image fine on FF3 (ubuntu and winxp) but not on IE7 nor opera 
- any ideas why?
2 - The 'distressed' effect round the edge of the page only runs to the 
bottom of the window rather than to the bottom of the whole page if the 
content runs beyond a single window - is there anyway to make it run to 
the bottom of the content?
3 - Is it possible to have the black bands at the bottom at the bottom 
of the window if the content is less than the window but to the bottom 
of the content if it run over?
4 - Is it possible to get the text in the 'speech bubble' in the top 
left hand corner to be centred regardless of it's size?
5 - Can some let me know of any issues in IE6/Safari as I don;t have 
access to either.

Cheers

Ed

-- 
--
S LR E C O R D S
+44 (0) 131 466 2009
+44 (0) 7930 536 963
[EMAIL PROTECTED]
-- 

__
css-discuss [EMAIL PROTECTED]
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] flyout menus + IE6 making progress, still need help

2008-10-27 Thread Jody Levinson
Hi, Bob,

I'm going to copy to the group, since you've already been SUCH a huge  
help and I hate to impose.

I've got the text aligned-right, but as you say, it needs a little  
padding on the right so that the characters are not on the border.  
Normally this is pretty easy to do. You experiment with adjusting  
padding and li widths and do a little math and with some trial and  
error, it all works out. I've tried everything I can think of in this  
and I can't create any space to the right of the text in the menu at  
any level. Nor can I figure out why the hover is 2-3 pixels wider than  
the main block on the right of the flyout levels. I've made dozens of  
changes and nothing I've tried moves the text on both normal and hover  
states without also throwing off the width of the menu and the white  
border at the bottom of each item.

The site is here: http://www.atlas-inspection.com/newsite/
The css is here: http://www.atlas-inspection.com/newsite/styles.css

Once again, thank you Bob. You were a life-saver on this.

Jody

On Oct 27, 2008, at 10:30 AM, Bob Meetin wrote:

> what do you mean by budge?  with the vmenu you are intentionally  
> doing a right align, yes?  i'm guessing that you want to give some  
> padding on the right so that characters, images are not on the  
> border.  i have not looked, but in my experiments when you start  
> including left or right padding you have to start doing some math  
> with the li widths, and perhaps some additional math with widths on  
> the links themselves.  maybe also math to account for borders as  
> well.  -b
>
> Jody Levinson wrote:
>> Bob, thank you so much. Looking at your file pointed out a small   
>> omission from my HTML that was causing the problem. I think I'm  
>> just  about there now. The one thing that I'm still not able to  
>> track down  and it seems like it should be easy is the right  
>> padding. It should be  obvious, but I can't budge it!
>>
>> Jody
>>
>> http://www.atlas-inspection.com/newsite/newnavtest.html
>> http://www.atlas-inspection.com/newsite/test1.css
>>
>> On Oct 25, 2008, at 11:45 AM, Bob Meetin wrote:
>>
>>
>>> Jody Levinson wrote:
>>>
 It's not working for me 'out of the box' either. Unless I'm
 implementing it wrong. Do you have a sample of it working in a
 vertical menu to level 3 that I could look at to compare? Your page
 that you referred me to only goes to level 2.

 Thanks!


>>> Try this example.  I have not worked this into the menu sampler,  
>>> but I
>>> have it set up with both a horizontal and a vertical drop-down  
>>> menu  and
>>> added the  level3 options to both.  I tested it in both Firefox  
>>> and  IE6,
>>> also IE7 and the version of Safari installed on Windows.
>>>
>>> http://dottedi.biz/codesamples/double-menu.php
>>>
>>>
__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn - Round #2

2008-10-27 Thread Peter Hyde-Smith
- Original Message - 
From: "David Laakso" <[EMAIL PROTECTED]>
To: "Peter Hyde-Smith" <[EMAIL PROTECTED]>
Cc: "Nancy Johnson" <[EMAIL PROTECTED]>; 
Sent: Monday, October 27, 2008 10:49 AM
Subject: Re: [css-d] Site Check Please: Cedar Lake Inn

>>> Peter Hyde-Smith wrote:
>>>
 http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
 http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html


> In addition to comments from Nancy Johnson and Kelly Sigethy, David Laakso 
> wrote:
>
> I hope this will bring IE/6 on board and level out some compliant browsers 
> issues
>
> /snip a bunch of implemented code/
>
> * html #bottomnav {
>  height: 1%;<---:: add::
> border:1px solid fuchsia;<---:: 4 position only::
> }
> /snip a bunch of other implemented code/

Thanks to everyone for the site check. I knew I was in trouble this morning 
when I checked the site at work on Win2K/IE6. Uggh. Hence, I have made the 
recommended changes and revalidated the lot. Avant was showing the 
decapitated text last night, the line-height fix resolves that. Also, I'm 
not killing anything at +/-2 page and +/-2 text zoom in FF3.0.3 (sounds like 
I am using a Lee-Enfield). A few further issues/questions/comments:

1. In Avant, I am getting a large gap between the #bottomnav and the 
#footer, like the large top-margin of the nav is being applied to the footer 
as well.
2. For my edification, does the border: solid 1px fuchsia; in the * html 
bottomnav declaration actually force something into position, or is it just 
a marker? It is not visible in any of my browsers.
3. My WinXP/IE8 nor Win2K/IE6 do not render the *∴* (or *∴*) 
character entity. I ran across an article by Jukka Korpela that seems to 
confirm this issue with math entities (among others). Any suggestions 
besides picking one that works or using an image in its place?
4. Regarding the non-working links on the banquet page; yes, I knew those 
were dead. I have to convert an extensive written food menu and booking 
contract into something web post-able.

Thanks again, and bottom posting as always,

Peter
www.fatpawdesign.com
developing in: WinXP/SP2 + FF3.0.3 at 1024x768 and 1280x1024
checking in: IE8.0beta/O9.61/Av11.6/Cr0.2/Orca1.1
In God we trust, all else bring data... 

__
css-discuss [EMAIL PROTECTED]
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] Misterious Firefox bug?

2008-10-27 Thread Luc
Good afternoon Gunlaug, 

It was foretold that on 26/10/2008 @ 19:45:47 GMT+0100 (which was
16:45:47 where I live) Gunlaug Sørtun would write:



> - A width (min/max/whatever) in '%' on the outer container is relative
> to body-width/window-width, and that's not a constant since every single
> end-user on earth can decide on their own screen width and
> browser-window width.

> - A width (min/max/whatever) in 'em' on the outer container is relative
> to actual font-size in each end-user's browser.

I see. learning something new every day :-)

> The reason your layout could take both window-width and font-size into
> account, is that 'width' is in '%' and 'min/max' are in 'em'. I call
> that "conditional elastic", and it'll make the most out of available
> software, hardware and user-preferences for all end-users.
> Changing units turns it into "something else", that may not fit well
> anywhere.
> Advice: leave it as it was before.

Advice that i will follow to the letter :-)

> No doubt you can find values that work on default-settings at your end,
> but try font-resizing on those percentages. No adjustment of
> layout-width to font-size anymore.

You're absolutely right.

> The ie-expression works totally independent of any regular min/max
> declarations - IE6 doesn't understand those "regulars" anyway and other
> browsers don't understand ie-expressions. The expression also overrides
> 'width', and you don't have to tell other browsers what IE6 uses either.
> Advice: leave the ie-expression as is.

Will do :-)

 
-- 
Best regards,
 Luc
_

Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.

"The best computer is a man, and it's the only one that can be
mass-produced by unskilled labour." - Wernher Von Braun. 


__
css-discuss [EMAIL PROTECTED]
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] base href and CSS

2008-10-27 Thread David Dorward
2008/10/27 Marty Martin <[EMAIL PROTECTED]>:
> I am having trouble with using the tag < base href="" /> in my html
> and it not being translated into my CSS document.



> ... shouldn't the CSS file be using the base href I
> declared?

No. The base element changes the base URI for the HTML document, not
associated stylesheets (except, I think, in Netscape 4, buggiest
browser of them all).

I prefer to avoid the base element and use root relative URIs (ones
which start with a / character) for everything except document
specific resources.

-- 
David Dorward 
__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Nancy Johnson
You could try that.  I have done the same thing and it works.

Nancy

On Mon, Oct 27, 2008 at 11:49 AM, David Laakso
<[EMAIL PROTECTED]> wrote:
> Nancy Johnson wrote:
>>
>> The height attribute in IE6 are not displaying correctly,  The image
>> on the homepage is 1/2" high and the first line of address is cut so
>> only the bottom half shows.
>> It could be because IE6 doesn't recognize min-height.
>>
>> Nancy
>>
>>
>>>
>>> Peter Hyde-Smith wrote:
>>>

 http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
 http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html


 Peter

>
>
>
>
> I hope this will bring IE/6 on board and level out some compliant browsers
> issues
>
>
> * html { < :: delete ::
>   overflow: hidden;
> }
> * html #content{<:: delete ::
>   min-height: 330px;
> }
> * html #content{< :: add ::
>   height: 330px;
> }
>
> #addressblock{
>   line-height: /*0.5*/1.1; < :: amend::
>  float: left; display: inline; <---:: delete both::
> } #bottomnav {
>  float: left; display: inline;<---:: delete both::
> } * html #bottomnav {
>  height: 1%;<---:: add::
> border:1px solid fuchsia;<---:: 4 position only::
> } #bottomnav li{
> float: left;< :: add ::
> float: right;display: inline;<---:: delete both::
> }
> #footer{
> padding:  16px 0;<:: delete ::
>   }
>
> #footer p{   padding-left: 16px;<:: delete ::
>   padding: 16px 0 16px 16px;< :: add ::
> }
> #topnav li a, #bottomnav li a, #contentnav li a{< :: amend::
>   line-height: /*0.7*/1;  }
>
>
>
>
>
__
css-discuss [EMAIL PROTECTED]
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] flyout menus + IE6 making progress, still need help

2008-10-27 Thread Jody Levinson
Bob, thank you so much. Looking at your file pointed out a small  
omission from my HTML that was causing the problem. I think I'm just  
about there now. The one thing that I'm still not able to track down  
and it seems like it should be easy is the right padding. It should be  
obvious, but I can't budge it!

Jody

http://www.atlas-inspection.com/newsite/newnavtest.html
http://www.atlas-inspection.com/newsite/test1.css

On Oct 25, 2008, at 11:45 AM, Bob Meetin wrote:

> Jody Levinson wrote:
>> It's not working for me 'out of the box' either. Unless I'm
>> implementing it wrong. Do you have a sample of it working in a
>> vertical menu to level 3 that I could look at to compare? Your page
>> that you referred me to only goes to level 2.
>>
>> Thanks!
>>
> Try this example.  I have not worked this into the menu sampler, but I
> have it set up with both a horizontal and a vertical drop-down menu  
> and
> added the  level3 options to both.  I tested it in both Firefox and  
> IE6,
> also IE7 and the version of Safari installed on Windows.
>
> http://dottedi.biz/codesamples/double-menu.php
>
> -- 
> Bob Meetin
> www.dottedi.biz
> 303-926-0167
>
> Hook up with me on Twitter, Facebook, LinkedIn, Plaxo Pulse and Bebo
> or catch my blog at www.dottedi.biz/blog.php
>
> Standards - you gotta love em - there are so many to choose from!
> ned.


__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn

2008-10-27 Thread David Laakso
Nancy Johnson wrote:
> The height attribute in IE6 are not displaying correctly,  The image
> on the homepage is 1/2" high and the first line of address is cut so
> only the bottom half shows.
> It could be because IE6 doesn't recognize min-height.
>
> Nancy
>
>   
>> Peter Hyde-Smith wrote:
>> 
>>> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
>>> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html
>>>
>>>
>>> Peter
>>>   




I hope this will bring IE/6 on board and level out some compliant 
browsers issues


* html { < :: delete ::
overflow: hidden;
}
* html #content{<:: delete ::
min-height: 330px;
}
* html #content{< :: add ::
height: 330px;
}

#addressblock{
line-height: /*0.5*/1.1; < :: amend::
   float: left; display: inline; <---:: delete both::
} 
#bottomnav {
   float: left; display: inline;<---:: delete both::
} 
* html #bottomnav {
  height: 1%;<---:: add::
border:1px solid fuchsia;<---:: 4 position only::
} 
#bottomnav li{
float: left;< :: add ::
float: right;display: inline;<---:: delete both::
}
#footer{
padding:  16px 0;<:: delete ::
}

#footer p{ 
padding-left: 16px;<:: delete ::
padding: 16px 0 16px 16px;< :: add ::
}
#topnav li a, #bottomnav li a, #contentnav li a{< :: amend::
line-height: /*0.7*/1;  
}




__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Frynge Customer Support
Banquet menu and policy are linked wrong on this page or missing

http://www.fatpawdesign.com/CedarLakeInn/CLIbanquet.html


Kelly Sigethy - Frynge.com
Web Design - Hosting - Advertising
http://www.frynge.com
1-403-251-9486 (Calgary)
1-866-331-9684 (Toll Free - Canada and the USA)
+44 (0)8717 206 505 (United Kingdom)

- Original Message - 
From: "Peter Hyde-Smith" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, October 25, 2008 3:27 PM
Subject: [css-d] Site Check Please: Cedar Lake Inn


> 10/25/2008
>
> Nefore I get much further, would appreciate a site check of new Cedar Lake
> Inn index page and one
> interior page here,
>
> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html
>
> http://www.fatpawdesign.com/CedarLakeInn/CLIresetcss.css
> http://www.fatpawdesign.com/CedarLakeInn/CLIpagecss.css
>
> Some funkification of double borders in most browsers, and loss of #footer
> top margin in Opera. Education by the code and art elves always welcome.
>
> Cheers,
>
> Peter
> www.fatpawdesign.com
> developing in: WinXP/SP2 + FF3.0.3 at 1024x768 and 1280x1024
> checking in: IE8.0beta/O9.61/Av11.6/Cr0.2/Orca1.1
> validated (X)HTML and CSS
> In God we trust, all else bring data...
>
> __
> css-discuss [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
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] base href and CSS

2008-10-27 Thread Frynge Customer Support
When I go here...
http://www.foo.com/bar/

it says
Sorry, Page not found. Here are other Searches & Services

What is the base reference for the domain... it looks like its here..

http://www.foo.com/

Kelly Sigethy - Frynge.com
Web Design - Hosting - Advertising
http://www.frynge.com
1-403-251-9486 (Calgary)
1-866-331-9684 (Toll Free - Canada and the USA)
+44 (0)8717 206 505 (United Kingdom)

- Original Message - 
From: "Marty Martin" <[EMAIL PROTECTED]>
To: 
Sent: Monday, October 27, 2008 9:31 AM
Subject: [css-d] base href and CSS


>I am having trouble with using the tag < base href="" /> in my html
> and it not being translated into my CSS document.  I have declared -
>
> < base href="http://www.foo.com/bar/"; />
>
> in my html head (and above the CSS declaration).  The physical
> location of the CSS file is /assets/css/styles.css
>
> In my CSS file, I have element styles like this--
>
> background: url(/images/foo.gif);   /* this doesn't work */
> background: url(images/foo.gif);   /* nor does this */
>
> If I manually change the above path to ../../images/foo.gif  then it
> works fine, but shouldn't the CSS file be using the base href I
> declared?
>
> Thanks,
>
> Marty Martin
> __
> css-discuss [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
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] base href and CSS

2008-10-27 Thread Alex Cole
Not all browsers apply base to linked CSS files so it's best to just not bother 
using it.
 
Alex Cole



> Date: Mon, 27 Oct 2008 11:31:29 -0400> From: [EMAIL PROTECTED]> To: 
> css-d@lists.css-discuss.org> Subject: [css-d] base href and CSS> > I am 
> having trouble with using the tag < base href="" /> in my html> and it not 
> being translated into my CSS document. I have declared -> > < base 
> href="http://www.foo.com/bar/"; />> > in my html head (and above the CSS 
> declaration). The physical> location of the CSS file is 
> /assets/css/styles.css> > In my CSS file, I have element styles like this--> 
> > background: url(/images/foo.gif); /* this doesn't work */> background: 
> url(images/foo.gif); /* nor does this */> > If I manually change the above 
> path to ../../images/foo.gif then it> works fine, but shouldn't the CSS file 
> be using the base href I> declared?> > Thanks,> > Marty Martin> 
> __> 
> css-discuss [EMAIL PROTECTED]> 
> 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/
_
Discover Bird's Eye View now with Multimap from Live Search
http://clk.atdmt.com/UKM/go/111354026/direct/01/
__
css-discuss [EMAIL PROTECTED]
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] base href and CSS

2008-10-27 Thread Marty Martin
I am having trouble with using the tag < base href="" /> in my html
and it not being translated into my CSS document.  I have declared -

< base href="http://www.foo.com/bar/"; />

in my html head (and above the CSS declaration).  The physical
location of the CSS file is /assets/css/styles.css

In my CSS file, I have element styles like this--

background: url(/images/foo.gif);   /* this doesn't work */
background: url(images/foo.gif);   /* nor does this */

If I manually change the above path to ../../images/foo.gif  then it
works fine, but shouldn't the CSS file be using the base href I
declared?

Thanks,

Marty Martin
__
css-discuss [EMAIL PROTECTED]
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] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Nancy Johnson
The height attribute in IE6 are not displaying correctly,  The image
on the homepage is 1/2" high and the first line of address is cut so
only the bottom half shows.
It could be because IE6 doesn't recognize min-height.

Nancy

On Sat, Oct 25, 2008 at 7:25 PM, David Laakso
<[EMAIL PROTECTED]> wrote:
> Peter Hyde-Smith wrote:
>> 10/25/2008
>>
>> Nefore I get much further, would appreciate a site check of new Cedar Lake
>> Inn index page and one
>> interior page here,
>>
>> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html
>> http://www.fatpawdesign.com/CedarLakeInn/CLIdining.html
>>
>> http://www.fatpawdesign.com/CedarLakeInn/CLIresetcss.css
>> http://www.fatpawdesign.com/CedarLakeInn/CLIpagecss.css
>>
>> Some funkification of double borders in most browsers, and loss of #footer
>> top margin in Opera. Education by the code and art elves always welcome.
>>
>> Cheers,
>>
>> Peter
>> www.fatpawdesign.com
>> developing in: WinXP/SP2 + FF3.0.3 at 1024x768 and 1280x1024
>> checking in: IE8.0beta/O9.61/Av11.6/Cr0.2/Orca1.1
>> validated (X)HTML and CSS
>> In God we trust, all else bring data...
>>
>>
>>
>
> Only checked in Mac Opera and Mac FF.
> Changes made "live" in FF-- no guarantee cross-browser (or in FF, for
> that matter)
> Re-set:
> #content{
>height: 323px;
> }
> To read (in order to prevent text from heading for the Equator with
> scaling):
> #content{
>min-height: 323px;
> }
> * html #content{
>min-height: 323px;
> }
> #topnav, #dinnernav {
>padding: 0;< :: not needed?
>padding-bottom: 20px;< :: add
> }
> #topnav li a, #bottomnav li a, #dinnernav li a{
>line-height: 1.6; <-:: delete
>   line-height: 0.7; <-:: add -- less "horsey" when scaled
> }
>
> #bottomnav {
>/*float: right;*/float:left; < :: amend
>margin-top: /*8px*/120px;< :: amend
> }
> #addressblock{
> line-height:0.5; <--- :: less lead
> margin-top: /*18px*/30px; <--- more lead
> }
> #footer{ border-top: 1px solid fuchsia/*test only*/;
>  clear:both;
>   margin: 280px 0 0 0;<--:: delete
>   font-size: 0.80em;<--:: delete
>  padding: 16px 0;
> }
>
> #footer p{
>font-size: 0.7em; <- :: add
>   margin-left: 16px;<- :: add
>   margin-bottom: 8px;<--:: delete
> }
>
> Fwiw, line-height usually needs no unit of measure-- a raw number will do.
>
>
>
>
>
>
> --
>
> A thin red line and a salmon-color ampersand forthcoming.
>
> http://chelseacreekstudio.com/
>
> __
> css-discuss [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
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] No Hover with IE8 ??

2008-10-27 Thread Alan Gresley
Hello all


Was just testing something in IE8b2 and noticed that a particular 
element wasn't showing a hover transition. Reducing to test case to 
this, I still see the same bug at my end.

http://css-class.com/test/bugs/ie/8b2/no-hover.htm


I have no idea what is going on. Can anyone please confirm that IE8b2 
does not render the hover transition (showing green) on the two divs 
containing the text hover. IE8 in IE7 compatibility mode is working as 
expected. I have been told that IE8 compatibility mode is broken in some 
fashion.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo

http://www.wearechange.org/
__
css-discuss [EMAIL PROTECTED]
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/