[css-d] Fwd: tests on parsing

2008-07-06 Thread Gabriele Romanato
-- Messaggio inoltrato -- Da: Gabriele Romanato [EMAIL PROTECTED] Date: 6 luglio 2008 8.29 Oggetto: tests on parsing A: css test [EMAIL PROTECTED] http://www.css-zibaldone.com/test/parsing/ http://www.css-zibaldone.com/test/parsing/parsing.zip provided in the normative format.

Re: [css-d] Centering content - new user

2008-07-06 Thread David Laakso
Brian Gilbert wrote: 'm brand new to using CSS and could use some assistance. What I am wanting to achieve is for the content of my webpage to stay centred with a drop shadow while the stretches when the browser window size is increased similar to http://www.macworld.com.au/. I'm creating a

Re: [css-d] Centering content - new user

2008-07-06 Thread Chris Akins
Good Morning, It appears from your code that you're wanting the div26 to act as a wrapper of sorts to hold and surround everything else. If that's the case, then that div really needs to surround everything in the HTML too. The opening div26 tag will start the page content, then all your

Re: [css-d] graphic placement

2008-07-06 Thread Christian Kirchhoff privat
Hello, in order to position the eye graphic at the top of the screen use #logo { left: 0; position: absolute; top: 0; } You didn't mention the horizontal position you'd like to achieve, but you can always alter the value for left to fit your needs. I didn't understand the curve graphic

Re: [css-d] CSS Help: Changing Tab color on selected page?

2008-07-06 Thread David Laakso
Heidi Hackler wrote: I would like the tab color on the page you are ON (selected page) to be a different color. However, while the tab color change does show up in Dreamweaver, it does not show up when I preview in IE7 or Firefox. What gives?? Please see web site here:

Re: [css-d] CSS Help: Changing Tab color on selected page?

2008-07-06 Thread Alan K Baker
BTW. You also have several instances of the same typo in your CSS. They read: background-color:ooaeef instead of 00aeef. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch A-P groups Shopsmith 520 + bits Flatulus Antiquitus

[css-d] ul li unordered lists list level indent control

2008-07-06 Thread Barrett
What do you think about controlling a ul list levels as seen by the enduser in browser with css padding ? I just contemplated this while wrangling with some server side code that builds a list dynamically based on how many records it sees and whether they are parent or children

Re: [css-d] ul li unordered lists list level indent control

2008-07-06 Thread Jens Nedal
Barrett wrote: What do you think about controlling a ul list levels as seen by the enduser in browser with css padding ? I just contemplated this while wrangling with some server side code that builds a list dynamically based on how many records it sees and whether they are parent or

Re: [css-d] ul li unordered lists list level indent control

2008-07-06 Thread David Laakso
Barrett wrote: What do you think about controlling a ul list levels as seen by the enduser in browser with css padding ? I just contemplated this while wrangling with some server side code that builds a list dynamically based on how many records it sees and whether they are parent or

Re: [css-d] ul li unordered lists list level indent control

2008-07-06 Thread Barrett
On Jul 6, 2008, at 5:25 PM, Jens Nedal wrote: When for example a Screenreader tries reading that list, the information about levels is lost, in contrary to actually nesting the ul elements. Semantically all you have is list with one level, nothing else. In terms of have a structure that

[css-d] dropdown menu in firefox is jumping/ jittery

2008-07-06 Thread Cathy Tibbles
I have read about this before, but I can't for the life of me, find the source. The drop down menu works well, but when moving from a LI to a LI:hover, it gets jittery. I'm not using any background images either. If this is helpful, the code is pasted here: http://pastebin.com/m152e037e

Re: [css-d] dropdown menu in firefox is jumping/ jittery

2008-07-06 Thread Christian Heilmann
Cathy Tibbles wrote: I have read about this before, but I can't for the life of me, find the source. The drop down menu works well, but when moving from a LI to a LI:hover, it gets jittery. I'm not using any background images either. If this is helpful, the code is pasted here:

Re: [css-d] ul li unordered lists list level indent control

2008-07-06 Thread Barrett
On Jul 6, 2008, at 5:27 PM, David Laakso wrote: I may be out-to-lunch and totally missing the point? The second list is an invalid construct. -- http://chelseacreekstudio.com/ Just to let ya know where I'm literally coming from sometimes with this stuff; here is the code involved

Re: [css-d] ul li unordered lists list level indent control

2008-07-06 Thread David Laakso
Barrett wrote: On Jul 6, 2008, at 5:27 PM, David Laakso wrote: I may be out-to-lunch and totally missing the point? The second list is an invalid construct. -- http://chelseacreekstudio.com/ Who know's maybe there is a mivascript smt code lurker on here. Barrett

Re: [css-d] ul li unordered lists list level indent control

2008-07-06 Thread Barrett
On Jul 6, 2008, at 9:06 PM, David Laakso wrote: When in Rome, do as the Romans do. Do you have a CSS question? -- http://chelseacreekstudio.com/ Jen got it answered. Thanks, Barrett AOL/AIM handmadepaperus __