Re: [css-d] opera or FF rtl bug

2006-12-28 Thread Ido Dekkers
Gunlaug Sørtun wrote: Ido Dekkers wrote: which of the above has the bug : http://test.dekkers.net/test.aspx the logo and 2 other images display correct in FF(2,3) but not in Opera(latest) Before you go any further, consider the following... - Precise positioning of elements on top of a

Re: [css-d] Is a forum a tabular data?

2006-12-28 Thread Blake
On 12/28/06, Richard Herrera [EMAIL PROTECTED] wrote: The very mention that you have multiple headings for organized data gives you your answer. It requires a table heading. Therefore, it's a table. Don't fear it. :) Yes, you're right, the main forum is definatly a table. And what of the

Re: [css-d] practicality of user stylesheets

2006-12-28 Thread Gunlaug Sørtun
Felix Miata wrote: I'm also curious if anyone tries user styles testing for breakage during their own development, in addition to the considerably easier use of minimum and zoom. I suspect this answer is no more than 1 in 100. I always use a basic set of user styles for testing during

Re: [css-d] IE problem

2006-12-28 Thread Hari Kumar G
On Thu, 28 Dec 2006 03:47:50 +0530, KJ'[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Hope you all had a good x-mas. My problem is I can't figure out why the images are being cut off (the nav that is) and it looks fine in FF and Opera. Any suggestion appreciated.

Re: [css-d] opera or FF rtl bug

2006-12-28 Thread Hari Kumar G
On Thu, 28 Dec 2006 15:52:30 +0530, Ido Dekkers [EMAIL PROTECTED] wrote: Gunlaug Sørtun wrote: Ido Dekkers wrote: which of the above has the bug : http://test.dekkers.net/test.aspx the logo and 2 other images display correct in FF(2,3) but not in Opera(latest) .. thanks Georg fixed

Re: [css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-28 Thread tedd
At 8:50 PM -0500 12/27/06, Parag Jagdale wrote: The following is what I have implemented with my method: http://test.un-identified.com/misc_images/roundedCorners.html I want to come up with something like that, but i dont believe a JS solution will give me such shadowed borders...point me in the

Re: [css-d] opera or FF rtl bug

2006-12-28 Thread Gunlaug Sørtun
Ido Dekkers wrote: which of the above has the bug : http://test.dekkers.net/test.aspx the question is which of them has the bug (if it's a bug) and can it be fixed in css ? Yes, it can be fixed in CSS, *if* you use proper *positions* as starting-points for 'position: absolute'. You're

Re: [css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-28 Thread francky
Richard Herrera wrote: [...]I think you're being too paranoid. Javascript for presentation is one of the most unobtrusive things you can do with the language. And I hardly think the tiny bit of JS required even qualifies as bandwidth. Unless you're talking about a specific solution. A

Re: [css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-28 Thread Richard Herrera
franky, You're right. If the example is used once, there really is no benefit to using the script over just using markup. However, if you're applying the corners to multiple elements, well, now you're talkin'. (The script could easily be modified to work by class name, multiple elements,

[css-d] list

2006-12-28 Thread Marjo
Dear people, I am new to this list, having just started my webdesign activities again. I have a small problem which I hope is very easy to solve. On a webpage I want to have a piece of text with in between a few lists. Now, with my current design and stylesheet make-up, I have the lists with

Re: [css-d] list

2006-12-28 Thread Marjo
:-) I assumed it was a relatively common problem and didn't want to bother you all with my code problems. Here is the webpage and the stylesheet. http://www.xs4all.nl/~woerdm/css/ Thanks in advance. Marjo Dave Goodchild schreef: URL? On 12/28/06, *Marjo* [EMAIL PROTECTED]

Re: [css-d] list

2006-12-28 Thread Dave Goodchild
URL? On 12/28/06, Marjo [EMAIL PROTECTED] wrote: Dear people, I am new to this list, having just started my webdesign activities again. I have a small problem which I hope is very easy to solve. On a webpage I want to have a piece of text with in between a few lists. Now, with my current

Re: [css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-28 Thread francky
Richard Herrera wrote: franky, You're right. If the example is used once, there really is no benefit to using the script over just using markup. However, if you're applying the corners to multiple elements, well, now you're talkin'. (The script could easily be modified to work by

[css-d] Printing question

2006-12-28 Thread Russ Peters
One of our sites using frames. The top frame is the menu/navigation bar/logo area. The bottom frame is where all the magic happens. What I need is a way to force the bottom frame to print always and hide or do not display the top frame at all. I can't give you a url as it's a login only site

Re: [css-d] list problem - undefined

2006-12-28 Thread Marten Gallagher
Could anyone tell me what I might be doing wrong? Which piece of code is missing here? I am not absolutely certain what you regard as wrong... ...but... I see the first list is going to be a navigation list? (id=navlist)? You have opened the UL tag twice with a different class in each.

Re: [css-d] list

2006-12-28 Thread ~davidLaakso
Marjo wrote: I am new to this list, having just started my webdesign activities again. Welcome, Marjo. I have a small problem which I hope is very easy to solve. On a webpage I want to have a piece of text with in between a few lists. Now, with my current design and stylesheet make-up, I

Re: [css-d] list

2006-12-28 Thread tedd
At 9:58 PM +0100 12/28/06, Marjo wrote: Dear people, I am new to this list, having just started my webdesign activities again. I have a small problem which I hope is very easy to solve. On a webpage I want to have a piece of text with in between a few lists. Now, with my current design and

Re: [css-d] list

2006-12-28 Thread Roger Roelofs
Marjo, On Dec 28, 2006, at 3:58 PM, Marjo wrote: I am new to this list, having just started my webdesign activities again. Welcome. I hope you enjoy the list as much as I have. On a webpage I want to have a piece of text with in between a few lists. Now, with my current design and

[css-d] Styling abbr

2006-12-28 Thread Mark J. Reed
OK, is there any way to get rid of the dotted underlines on abbr tags, assuming I'd like to indicate that they're abbreviations some other way? -- Mark J. Reed [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Styling abbr

2006-12-28 Thread Bjoern Hoehrmann
* Mark J. Reed wrote: OK, is there any way to get rid of the dotted underlines on abbr tags, assuming I'd like to indicate that they're abbreviations some other way? That depends on where you see them and why they are there. If you see them in Firefox, they are probably the result of the rule set

Re: [css-d] Styling abbr

2006-12-28 Thread Mark J. Reed
Ah! border-bottom! I thought it was some sort of extension to text-decoration. Thanks! On 12/28/06, Bjoern Hoehrmann [EMAIL PROTECTED] wrote: * Mark J. Reed wrote: OK, is there any way to get rid of the dotted underlines on abbr tags, assuming I'd like to indicate that they're abbreviations

[css-d] IE6: content-div is pushed to bottom

2006-12-28 Thread Martin Krumme
Please look at http://www.nees.uni-bonn.de/2007/test1.html In IE6 the content-div is pushed to bottom if the window is narrowed to about 700px. Is there a way to prevent this without using a Javascript-solution? Regards Martin

Re: [css-d] Is a forum a tabular data?

2006-12-28 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Blake wrote: Yes, you're right, the main forum is definatly a table. And what of the threads themselves? Two columns, no real headings or complex data, that part of the forum is crying out to be an ol to me, and I'm imagining the markup to be

Re: [css-d] Styling abbr

2006-12-28 Thread Blake
On 12/29/06, Mark J. Reed [EMAIL PROTECTED] wrote: OK, is there any way to get rid of the dotted underlines on abbr tags, assuming I'd like to indicate that they're abbreviations some other way? The dotted line is simply a border. To get rid of it: abbr { border-bottom: 0; } --

Re: [css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-28 Thread Jon Stockdill
Doesn't use images or JS: http://www.spiffycorners.com/sc.php?sc=spiffybg=fffg=0a67e6 Uses images, but no JS: http://www.albin.net/CSS/roundedCorners/examples.html Please let me know if these work out for you. I considered them, but eventually choose Nifty. --jon On 12/27/06, Parag

Re: [css-d] list

2006-12-28 Thread francky
Marjo wrote: Dear people, I am new to this list, having just started my webdesign activities again. Hi Marjo, Welcome, welcome! :-) I have a small problem which I hope is very easy to solve. On a webpage I want to have a piece of text with in between a few lists. Now, with my current design