[css-d] A line over a textarea.

2007-05-18 Thread victor NOAGBODJI
As you can see here: http://tiger.towson.edu/~knoagb1/javascript/textslicer.html I'm trying to create a guideline widget for a textarea. The problem is the big space left after the textarea due to the height of the line. Do you have any suggestion? -- NOAGBODJI Kodjo Victor

[css-d] tbody, IE7 and overflow

2006-12-02 Thread victor NOAGBODJI
Hi all, I have searched over google, others have the same problem. When you try to set an overflow: auto; and height property on a tbody, IE7 will set the height on every tr I have a picture : http://img90.imageshack.us/my.php?image=screenshotfi8.jpg Is there any solution to the problem?

[css-d] problem with horizontal tabbed menu - IE

2006-07-28 Thread victor NOAGBODJI
Hi, Here, http://www.surprises.tg/basic/tabmenu.html, when the mouse is over the tabs, the effect is neat in Firefox and Opera. The problem is with IE. If the cursor is not exactly over the text, the effect is messed. The cursor is not a pointer anymore, beige corners images for :hover state

[css-d] not auto expanding and can't be bordered

2006-05-29 Thread victor NOAGBODJI
Hello As you can see the right div ( http://www.surprises.tg/newsletter/administration.html , which looks fine in Firefox ) has a border-left of 1px. The form contained within it have a left-marged : 10px and is autoexpanding itself to the same height of the first DIV. I have used the

[css-d] can I do it another way ?

2006-05-29 Thread victor NOAGBODJI
http://www.surprises.tg/newsletter/administration2.html It's the form on the page. It must look exactly like in the design : http://www.surprises.tg/newsletter/admintemp_mod2.png I've used floated dl but I'm tired with what I'm getting with IE. Any other suggestion to do it would be greatly

[css-d] Why is IE doing that to me ?

2006-05-27 Thread victor NOAGBODJI
I've worked over 7 hours yesterday coding the stylesheets for a new coming script we're doing. Everything looked nice in Firefox, until I've decided to see how it is doing IE will ; one conclusion : I should have worked in the both browser since the beginning. I've never had this kind of error

[css-d] Border-bottom not appearing in IE

2006-05-26 Thread victor NOAGBODJI
Hi, Border-bottom applied on DIVs refuses to appear in IE while appearing correctly in Firefox. I have tried to fix it but I couldn't. Follow this link to see what I mean (open it with IE) : http://www.surprises.tg get the CSS here : http://www.surprises.tg/templates/surprises.css -- that's the

[css-d] How to set table rows to a fixed height ?

2006-05-24 Thread victor NOAGBODJI
Hi again I want to set my table rows to the same height (15px) : (html) http://www.surprises.tg/newsletter/administration2.html (css) http://www.surprises.tg/newsletter/default.css I've placed a table tr {height:15px} which happens to only work on the thead. My little pictures are 16px high;

[css-d] making of a nice login page

2006-05-23 Thread victor NOAGBODJI
Hi everybody, I'm trying to make my login page match this one: http://donvitobiz.campfirenow.com/login I'm experimenting problems : - when I float left labels and inputs (clear that one also so e-mail and password won't be on same line) it doesn't work. So I removed it - I'm also trying to

[css-d] making of a nice login page

2006-05-23 Thread victor NOAGBODJI
Hi everybody, I'm trying to make my login page match this one: http://donvitobiz.campfirenow.com/login I'm experimenting problems : - when I float left labels and inputs (clear that one also so e-mail and password won't be on same line) it doesn't work. So I removed it - I'm also trying to

[css-d] can't combine rollover and slidding doors

2006-03-09 Thread Victor NOAGBODJI
in advance. -- Victor NOAGBODJI __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com

[css-d] a bug in IE 6.0??

2005-09-29 Thread victor NOAGBODJI
Souldn't border-bottom be applied to inline element since IE 5?? It doesn't seem to work with IE 6.0 there (I don't have IE 5to try the code). // code (excerpt) #header a { color: #6c6c6c; text-decoration: none; border-bottom: 1px solid #6c6c6c; } ... div id=header dl class=icones dtimg

[css-d] Using of tbody.

2005-07-14 Thread victor NOAGBODJI
Hello, What is the advantages of using tbody instead of table, when using CSS? thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

[css-d] using of DIVs

2005-07-14 Thread victor NOAGBODJI
Hello, AFAIK, DIVs are to section a page (maybe I'm wrong, as i'm still a beginner). When learning CSS I use to write things like this: div id=titleMy Title/div One day, I has been told that this is bad, according to web standard accessibility (or something like that) so I was told to do this:

[css-d] using float and clear in the same div.

2005-07-14 Thread victor NOAGBODJI
I have blindly use this trick way back when learning CSS. I have hacked some CSS codes from a great designer named Haran. Now that I have a little knowledge of CSS. I just wonder how this managed to work before? I did a #sideBox { float: left; clear: left; } and it worked. Now I do #sideBox

[css-d] how to achieve text indentation without p tags?

2005-07-12 Thread victor NOAGBODJI
Hi all, I'm trying to figure this all this afternoon, it seems like text-indent works only with tags that are displayed as block and not with others. I'm trying to have something like this: Name: Phone:

[css-d] setting a background image with firefox.

2005-05-06 Thread victor NOAGBODJI
Hi all, I've already posted a topic on this subject, but I think many don't get the problem. So I've uploaded a file: http://membres.lycos.fr/pixelstorage/template.html This page works well in IE (the background image repeats) but not in Firefox. Can you give me any help? thanks a lot.