RE: [WSG] Scalable Inman Flash Replacement Technique

2004-09-01 Thread Mark Harwood
On Wed, 1 Sep 2004 13:49 , Hill, Tim [EMAIL PROTECTED] sent: Just a note on this I tested it with a demo version of Jaws and it read the heading text, it did read it as a flash object though, so maybe for other screenreading software the heading may not read? Is anyone in a position to test this?

[WSG] background image on a horizontal list.

2004-09-01 Thread Lennart Fylling
Hello there!! I've been a member here for some time, and now I will see if I as well can get some help from you :) First of all, I'm a beginner so don't shoot me!! The problem: On my webpage, I've created an unordered horizontal list for my main navigation, where I use some homemade buttons as

Re: [WSG] background image on a horizontal list.

2004-09-01 Thread Mark Harwood
Lennart, Using display:inline will cancel out the width of the element and make it as wide as the text inside of it, what i tend to do when creating horizontal menu's is #menu-UL { margin : 0px ; padding : 0px ; } #menu-UL li { margin : 0px ; padding : 0px ; float : left ; } #menu-UL li a {

RE: [WSG] background image on a horizontal list.

2004-09-01 Thread [EMAIL PROTECTED]
Hi Lennart, From your CSS, you could apply the width:100px to the #navlist li ID and use float:left instead of display:inline. Hope this helps. - Regnard Raquedan mobile: 639192907711 ym: rkraquedan @ yahoo.com msn: rkraquedan @ hotmail.com web: http://regnard.raquedan.com Original Message:

Re: [WSG] background image on a horizontal list.

2004-09-01 Thread Nick Gleitzman
Hi Lennart - welcome. Your buttons are only visible for the width of the word used for your links, plus its padding - so a bigger (wider) word reveals more of your button. Try this: #navlist li { list-style: none; margin: 4px; float: left; } #navlist li a { display: block; ...etc }

[WSG] Odd IE Behaviour.

2004-09-01 Thread Chris Stratford
I dont know why, but if you do this in IE, it will effect the Mouse Cursor. Well it happened to me, anyone have an explaination? create a textarea. add the CSS - background: none; and then you wont have the normal cursor over the textarea - unless you are over text. normally its the VERTICAL BAR,

Re: [WSG] CSS competition

2004-09-01 Thread Mark Harwood
Sound's very nice johna i shall deffently be submitting one or two templates for you! Would you have any problem with me also offering the one's i submit to you on my new project xhtmlandcss.co.uk ? or would you like soley right's to them? Many Thanks Mark Harwood

Re: [WSG] background image on a horizontal list.

2004-09-01 Thread Lennart Fylling
Mark Harwood WebMail wrote: Least your sorted now! you got about 4/5 emails all given the same advise :D Yes, but the advises I've got helped me out, so with a bit testing and failing, I'm finally getting somewhere. I'm far from finished, but you can se the result of my list here

Re: [WSG] CSS block display model horizontal arrangement in container block

2004-09-01 Thread Carlyle Sutphen
Hi Nick, thanks for the links. They are nice additions to my collection of CSS resources. Particularly the /* Position is Everything */ website was interesting for its rundown on IE CSS bugs and workaround hacks. Reading about the IE/Win Guillotine Bug showed me that, contrary to what I

[WSG] stuck on first attempt

2004-09-01 Thread Lorenzo Gabba @ Quirk
Hi all, After much trepidation, here is my first attempt at building a site using web standards: http://lorenzo.za.net/ ... or as a zip file: http://lorenzo.za.net/dtc.zip As can be seen, it's far from done. I've just managed to get it looking and working right in IE6, after starting from a

[WSG] Problem with line-height and images in IE

2004-09-01 Thread marco della pina
Hi, I have a dodgy problem with my Stylesheet in Internet Exploret 5+. !-- START: Code -- style .mydiv { font-family: Arial,Verdana; font-size: 12px; color: #333; width: 300px; line-height: 16px; } img { border: 0; } /style div class=mydiv Text

[WSG] positioning problem

2004-09-01 Thread Barbara Dozetos
Hi all, Could someone take a look at this page: www.vtimms.org/providers/ We can't figure out what we're doing wrong with the positioning. We want the 'box' div to expand to hold the 'content' div. Any ideas? Thanks, Barb -- Barbara Dozetos Democracy is two wolves and a lamb

Re: [WSG] positioning problem

2004-09-01 Thread Barbara Dozetos
Nevermind -- as is so often the case, about 5 minutes after we sent this plea for help, we discovered the glitch. Barb Barbara Dozetos wrote: Hi all, Could someone take a look at this page: www.vtimms.org/providers/ We can't figure out what we're doing wrong with the positioning. We want the

[WSG] Sliding Doors and IE5.00 Mac

2004-09-01 Thread Philippe Wittenbergh
Someone asked the other day about making the ALA Sliding Doors technique work on early versions of IE Mac (IE 5.00, running on OS ). I have that working on my portfolio for a while [1]. Simplified version here: http://dev.l-c-n.com/Rfloatnav/slidingdoors.php The trick is not to float anything