[css-d] [RE-POST] anchor focus in opera and IE

2005-12-09 Thread Mark Batty
Hi all, I've re-posted to hopefully get some information. If no-one has a solution to my problem below would you be able to tell me if anchor focus normally works in Opera and IE? Thanks. Original post follows: My query is about an accessibility feature I'm trying to do with css. This post is

[css-d] Site check: Cornell PRSSA and sub site

2005-12-09 Thread Christian Montoya
Hello all, I have a site due Friday night and I'm just about done with all the CSS. Please visit: http://temp.rdpdesign.com/final/ There's the main site, and a link at the bottom to switch to a simple style, and then there's also the sub site, which is at: http://temp.rdpdesign.com/final/ivy/

Re: [css-d] [RE-POST] anchor focus in opera and IE

2005-12-09 Thread Ingo Chao
Mark Batty wrote: Hi all, I've re-posted to hopefully get some information. If no-one has a solution to my problem below would you be able to tell me if anchor focus normally works in Opera and IE? :focus is not implemented in IE6, one workaround is the use of the :active pseudo-class Ingo

Re: [css-d] Site check: Cornell PRSSA and sub site

2005-12-09 Thread Rob Cochrane
Christian Montoya wrote: Hello all, I have a site due Friday night and I'm just about done with all the CSS. Please visit: http://temp.rdpdesign.com/final/ There's the main site, and a link at the bottom to switch to a simple style, and then there's also the sub site, which is at:

Re: [css-d] Site check: Cornell PRSSA and sub site

2005-12-09 Thread David Laakso
Christian Montoya wrote: Hello all, I have a site due Friday night and I'm just about done with all the CSS. Please visit: http://temp.rdpdesign.com/final/ 17 Linux/Mac/Win2000 captures http://www.browsercam.com/public.aspx?proj_id=212715 http://temp.rdpdesign.com/final/ivy/ 19

[css-d] was Paragraphs and floats, now bulleted list.

2005-12-09 Thread Trevor Boult
Hi All, Thanks to those that posted the solution for paragraphs clearing to a new line from a previous paragraph. clear:both; But I still had the problem of text wrapping around the little icons I had for each paragraph. I tried loads of things, nowrap, div containers etc., but nothing

Re: [css-d] [RE-POST] anchor focus in opera and IE

2005-12-09 Thread Philippe Wittenbergh
On 9 Dec 2005, at 5:11 pm, Mark Batty wrote: Is Opera ignoring the :focus? Not really, but they ignore the :focus pseudo-class in favour of their own mechanisms. Things change a bit in Opera 9 preview, where your skip link is visible. Philippe --- Philippe Wittenbergh

[css-d] Generated content [WAS Re: True scalable, rounded buttons with CSS and images.]

2005-12-09 Thread Zoe M. Gillenwater
Craig Morris wrote: Christian Montoya wrote: One solution would be to add the img tags in as CSS generated content, but that is not widely supported. I'm unfamiliar with this. For my project the images have to be in the markup itself, so it doesn't sound like it's an option for me.

Re: [css-d] was Paragraphs and floats, now bulleted list.

2005-12-09 Thread David Laakso
Trevor Boult wrote: But I still had the problem of text wrapping around the little icons I had for each paragraph. I tried loads of things, nowrap, div containers etc., but nothing worked in an efficient way. http://www.tboult.co.uk/temp/temp.html main css for the paragraphs

Re: [css-d] [RE-POST] anchor focus in opera and IE

2005-12-09 Thread Mark Batty
:focus is not implemented in IE6, one workaround is the use of the :active pseudo-class Thanks Ingo, that seemed to work. If anyone is interested, I had to do this ... /* IE doesn't use focus so we use active instead. */ * a:active { text-decoration: none; color: #c60; } #announce

Re: [css-d] symmetry: Horizontal centering divs

2005-12-09 Thread Zoe M. Gillenwater
David Laakso wrote: Nick Fitzsimons wrote: Published today, at Drew McLellan's 24 ways to impress your friends: Centered Tabs with CSS by Ethan Marcotte. Enjoy! http://24ways.org/advent/centered-tabs-with-css Bingo! Filed under 'dated.' David, Can you please explain why you think

Re: [css-d] was Paragraphs and floats, now bulleted list.

2005-12-09 Thread Trevor Boult
Cheers for the tips David. I should have pointed out the code sample is copied out from the original page, hence no doc type. I'll see if the changes makes a difference to the font sizes. Cheers Trevor From: David Laakso [EMAIL PROTECTED] To: Trevor Boult [EMAIL PROTECTED] CC:

Re: [css-d] Why extra space in layout with IE 6 and not others?

2005-12-09 Thread Zoe M. Gillenwater
Dan Moriarty wrote: I have a layout problem on this page: http://invision-optical.com/collections/ Why is there a bunch of extra space, vertically, between my main product image and the table below, listing product numbers? This is only in IE 6, but not in Safari on Mac, or Firefox on Windows?

Re: [css-d] Windows browsers site check, please

2005-12-09 Thread Zoe M. Gillenwater
Jacob Reiff wrote: http://tinyurl.com/7tydr I had a screenshot sent to me that looked like the left main content was dropping beneath the sidebar content, which is floated right and comes first in the source. When I check it on IE6, I don't see a float drop (though you probably have

[css-d] Problem with float: left and IE

2005-12-09 Thread Mike Thirlwell (CBJ Digital Ltd)
Hi there, I have a problem with a quite complex layout that (of course) works in FF but (also of course) not in IE. A test case is at: http://www.bigjelly.com/css/test.htm Which demonstrates the problem in a simplified layout. The content is floated left, so that all content that appears

Re: [css-d] IE and :hover pseudoclass?

2005-12-09 Thread Mike Thirlwell (CBJ Digital Ltd)
Is this any use? http://www.xs4all.nl/~peterned/csshover.html Design Groups wrote: I need to have a div class have the border color change when moused over. I can do it just fine in Mozilla - but, of course, it's not functioning in IE. _ CBJ Digital Ltd.

Re: [css-d] Problem with float: left and IE

2005-12-09 Thread Michiel van der Blonk
Hi I think the problem is the width. I tried setting the width of the sidebar boxes to 30% and they jumped right into place. Then again, maybe you really need them to be 250px. Michiel Mike Thirlwell (CBJ Digital Ltd) wrote: Hi there, I have a problem with a quite complex layout that (of

Re: [css-d] Problem with float: left and IE

2005-12-09 Thread Michiel van der Blonk
Found another solution: #content { display:inline} /* this fixes the double margin bug */ #sidebar1, #sidebar2 {width:auto} Michiel Mike Thirlwell (CBJ Digital Ltd) wrote: Hi there, I have a problem with a quite complex layout that (of course) works in FF but (also of course) not in IE. A

Re: [css-d] Windows browsers site check, please - jaacob

2005-12-09 Thread Felix Miata
Jacob Reiff wrote Thu, 8 Dec 2005 21:47:50 -0800: http://tinyurl.com/7tydr You're specifying: font-family: Lucida Grande, Lucida Sans, Helvetica, Arial, san-serif;, which on many windoze systems, which almost never have Lucida Grande, but do have both Lucida Sans and Lucida Sans Unicode, will

Re: [css-d] True scalable, rounded buttons with CSS and images. (Craig Morris)

2005-12-09 Thread Fred D Yocum
You are not setting the height and width in the html? This is the mark up copied off your page img class=leftcap src=images/leftcap.gif alt= I saw a presentation Eric Meyer did at the EventApart in Philadelphia were he created a fully scaleable page using only ems. Unfortunately my

[css-d] CSS Family Tree?

2005-12-09 Thread Chad Calhoun
I'm looking to make a family tree and I think the best way to do it is using a list, but I'm not sure. Has anybody tried doing this before or are there any examples up somewhere? __ css-discuss [EMAIL PROTECTED]

Re: [css-d] True scalable, rounded buttons with CSS and images. (Craig Morris)

2005-12-09 Thread tedd
You are not setting the height and width in the html? This is the mark up copied off your page img class=leftcap src=images/leftcap.gif alt= I saw a presentation Eric Meyer did at the EventApart in Philadelphia were he created a fully scaleable page using only ems. Unfortunately my

Re: [css-d] CSS Family Tree?

2005-12-09 Thread Roy Schestowitz
_/ On Fri 09 Dec 2005 17:34:00 GMT, [Chad Calhoun] wrote : \_ I'm looking to make a family tree and I think the best way to do it is using a list, but I'm not sure. Has anybody tried doing this before or are there any examples up somewhere? In the context of CSS or not? Have a look

[css-d] Trying to modify this CSS to show the menu and picture viewer

2005-12-09 Thread Laura Greenwood
hi everyone, I've been a busy bee working hard trying to get all this code working! I have had some amazing help from great people here and have a kind of CSS template if you will, that I'm using for my site. I'm trying to incorporate a photo viewer in that layout and let me tell you that is not

[css-d] Generic Block Class?

2005-12-09 Thread christianz
Is there any way to apply a style rule to all block level elements (and not to any inline elements, or any other kind of element for that matter) without listing all block level elements in the style sheet? ___ Try the New Netscape Mail Today!

[css-d] Several problems with menu list

2005-12-09 Thread Volker Austin
First of all, my english is not good, sorry. Hi all, I am learning css but the way is hard ;-). The test page is here (css is inside html): http://cssing.atspace.com/list.html I'm trying to do a menu list but i have one problem with pseudo-class a:active, this works in IE 6 but not in Firefox

Re: [css-d] IE 6.0 text indent issue -Newbie

2005-12-09 Thread Mindy
On 12/7/05, David Laakso [EMAIL PROTECTED] wrote: Mindy wrote: Hi I have an issue with IE 6 in this navigation, it's causing the first line of text to indent and I can't sort out how to solve it. I know that if I set text-indent in the style sheet to -23px the problem is resolved in IE

Re: [css-d] True scalable, rounded buttons with CSS and images. (Craig Morris)

2005-12-09 Thread Daryl Beattie
Wow, this is all good stuff. However, question for all of you; what do you do in the case that you need dynamically wide buttons based on the text within them? Craig, I noticed in your example that you have to set the width of every button. But let's say you had a custom tag to write these out,

Re: [css-d] CSS Family Tree?

2005-12-09 Thread Alex Robinson
At 12:34 -0500 9/12/05, Chad Calhoun wrote: I'm looking to make a family tree and I think the best way to do it is using a list, but I'm not sure. Has anybody tried doing this before or are there any examples up somewhere? Whether or not a list is the best way, the answer to your questions is

Re: [css-d] Generic Block Class?

2005-12-09 Thread David Dorward
On 09/12/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there any way to apply a style rule to all block level elements (and not to any inline elements, or any other kind of element for that matter) without listing all block level elements in the style sheet? No. Seems a rather odd kind of

Re: [css-d] Attributes of classes

2005-12-09 Thread Vicki Stebbins
At 08:44 AM 4/12/2005, Vicki Stebbins wrote: Hi all, I've got myself going in circles with this, I initially had the same div ID in these pages which could be multiple times. It got a validation error. I realise now that it's a no no and have made these divs CLASSES. That works but now some of

Re: [css-d] Generic Block Class?

2005-12-09 Thread CJ Larson
Is there any way to apply a style rule to all block level elements (and not to any inline elements, or any other kind of element for that matter) without listing all block level elements in the style sheet? No. Seems a rather odd kind of thing to try to do though. Being able to stick a

Re: [css-d] Trying to modify this CSS to show the menu and picture viewer

2005-12-09 Thread Gunlaug Sørtun
Laura Greenwood wrote: I got the picture viewer working well, but I can't figure out how to get the right side menu working in the structure I have. I took the quick and lazy route on this, and asked the validator what was missing in one vs. the other page. The answer below.

[css-d] CSS check

2005-12-09 Thread Carol F. Swinehart
I have 2000 operating systems with mozilla and on a 800X600 screen both of your sites scroll to the right. Carol F. Swinehart Hello all, I have a site due Friday night and I'm just about done with all the CSS. Please visit: http://temp.rdpdesign.com/final/ There's the main site, and a link

Re: [css-d] Site check: Cornell PRSSA and sub site

2005-12-09 Thread Christian Montoya
Thanks everyone, I think I fixed all the problems mentioned. I used display:inline on the navigation instead of floats and padding on everything, works fine. I'm using @import to hide from old browsers. I also set the default text color. Let me know if there are any more:

Re: [css-d] CSS check

2005-12-09 Thread Christian Montoya
On 12/9/05, Carol F. Swinehart [EMAIL PROTECTED] wrote: I have 2000 operating systems with mozilla and on a 800X600 screen both of your sites scroll to the right. Yes, but the content is still viewable without scrolling so I'm letting that one go. Too little planning in the graphic design,

[css-d] Newbie CSS question

2005-12-09 Thread Carlton Gregory
Good Afternoon, I have an old html ref book that has a CSS section. I looked in it to find information on how selectors are over ruled by other rules. For example, it seems like the table selector below is over ruling the #commentTab and #commentTab .td rules. Basically when I

[css-d] Layout question

2005-12-09 Thread Jonathan Carter
I have a test page at the following URL: http://www.epiphanize.com/TestLayout.htm As you can see I'm trying to use absolute positioning to design the layout of this test page. In FF this is achieved somewhat nicely, except that the left and right columns only scroll to the bottom of the

[css-d] Drop-Down Menu

2005-12-09 Thread Ed Maurer
I think I followed Nick Rigby's instructions (http://www.alistapart.com/articles/horizdropdowns) when I created this menu on this test homepage for our library: http://fullertonlibrary.org/fpl100/dropdowntest2.html (http://www.fullertonlibrary.org/fpl100/homestyle.css). Alas, the menu functions

Re: [css-d] Centering multi-line Inline li

2005-12-09 Thread Michael Hulse
On Dec 9, 2005, at 2:28 PM, wendy wrote: Could someone please give me an idea as to how to make the five sections of text sit centered as a group within the #prefooter? Hello Wendy, Have you tried: margin: 0 auto; on #prefooter? M -- BCC for Privacy:

Re: [css-d] Layout question

2005-12-09 Thread Christian Montoya
On 12/9/05, Jonathan Carter [EMAIL PROTECTED] wrote: I have a test page at the following URL: http://www.epiphanize.com/TestLayout.htm As you can see I'm trying to use absolute positioning to design the layout of this test page. In FF this is achieved somewhat nicely, except that the left

Re: [css-d] Centering multi-line Inline li

2005-12-09 Thread Michael Hulse
On Dec 9, 2005, at 2:28 PM, wendy wrote: Thanks very much. I've just started on this project, so with luck the horrifying bits will be improved. Wendy A little better, but you may need to play around with the Tan hack: http://www.ambiguism.com/CSSD/wendy.html I am sure someone else will have

Re: [css-d] Newbie CSS question

2005-12-09 Thread Gunlaug Sørtun
Carlton Gregory wrote: I have an old html ref book that has a CSS section. I looked in it to find information on how selectors are over ruled by other rules. It would probably be easy to see what causes what, if a complete page were uploaded somewhere and you provided a link to it. There are

Re: [css-d] CSS Family Tree?

2005-12-09 Thread Jason M Roehrig
Chad Calhoun wrote: I'm looking to make a family tree and I think the best way to do it is using a list, but I'm not sure. Has anybody tried doing this before or are there any examples up somewhere? I'm working on a similar project, but haven't gotten far yet :) So not really an example,

Re: [css-d] IE 6.0 text indent issue -Newbie

2005-12-09 Thread Mindy
On 12/7/05, David Laakso wrote: My /guess fix/ has not been tested. Change this selector: #active { ... } to read: #navlist li#active { ... } Didn't seem to do the trick, but thanks for the suggestion. Mindy __