[css-d] need help on vertical alignement

2007-12-21 Thread Patrick Aljord
Hi all, I need help for those two divs details and body in my container, they don't have the same height and I would like them to have the same height. Any way to do this with css? here is the page: http://p80.free.fr/testy/dropdown/test.html thanks in advance Pat

[css-d] need help on nested list styling

2007-12-13 Thread Patrick Aljord
Hey all, I have this menu here that works great: http://p80.free.fr/testy/dropdown/testy.html but this one which is very similar but a little more stylish doesn't (see the More tab): http://p80.free.fr/testy/dropdown/test.html please if you can help me fix this I would greatly appreciate.

Re: [css-d] need help on nested list styling

2007-12-13 Thread Patrick Aljord
fixed it myself :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org --

Re: [css-d] need help on managing parenthesis with right to left

2007-08-28 Thread Patrick Aljord
thank you very much fantasai, I was able to fix all my problems using your great advices :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] need help on managing parenthesis with right to left

2007-08-27 Thread Patrick Aljord
hey all, My site in Arabic from right to left works great. But if I want to use some ltr strings in English, it messes up with my parenthesis like in this list: http://www.democralist.com/lists/show/61 Check out the first two items of the list, the parenthesis are wrong. The problem is that the

Re: [css-d] having issues with direction from right to left

2007-04-24 Thread Patrick Aljord
ok thanx, just realized that what I wanted was to display: (99) test instead of test (99) On 4/24/07, Jukka K. Korpela [EMAIL PROTECTED] wrote: On Tue, 24 Apr 2007, Patrick Aljord wrote: I trying to write this: div style=direction:rtltest (99)/div but this is what appears: (test

[css-d] having issues with direction from right to left

2007-04-23 Thread Patrick Aljord
Hey all, I trying to write this: div style=direction:rtltest (99)/div but this is what appears: (test (99 any idea how I could make it look like: test (99)? thanx in adance Pat __ css-discuss [EMAIL PROTECTED]

[css-d] trying ot make my page fit on IE

2006-10-14 Thread Patrick Aljord
hey all, I have this valid page http://p80.free.fr/testy/testy.html . On gecko and khtml, the page fits the browser, I mean there's no need to scroll. The problem is that in IE I need to horizontally scroll. Any idea how I could fix this? Thanx in advance Pat

[css-d] trying to align vertically

2006-10-02 Thread Patrick Aljord
hey all, I would like to align my first box and my second box vertically on the right of my page. here is the simple (and w3 valid) link: http://p80.free.fr/testy/testy.html thanx in advance Pat __ css-discuss [EMAIL PROTECTED]

Re: [css-d] trying to align vertically

2006-10-02 Thread Patrick Aljord
On 10/2/06, Daniel [EMAIL PROTECTED] wrote: I believe adding a clear:right to the second box will do it. ok thanx. I do you know how I could get the first box to have the same width as the second box so they always have 25% both. I tried min-width but with no success. thanx in advance

[css-d] how to prevent two divs to break line?

2006-09-10 Thread Patrick Aljord
Hey all, I have two divs div id=regions blabla/divdiv id=categories blabla/div. The problem is that when regions gets too much content, the categories div breaks line and is display below the region div. How can I force them to always be align even if that requieres to horizontally scroll the

[css-d] how to centers those pics on IE?

2006-09-02 Thread Patrick Aljord
Hey all, I have that page that works great with mozilla and KHTML: http://haztucherry.sitlib.org:3000/categorias/list However, on IE the images are positioned on the left. Any idea how to make it look like in mozilla please? thanx in advance Pat

[css-d] how does my page look like on IE5.5 and 5.0

2006-09-02 Thread Patrick Aljord
hey all, could you please tell me how does my page look on ie5.5 and ie 5.0 please? here is the link: http://haztucherry.sitlib.org:3000 thanx in advance Pat __ css-discuss [EMAIL PROTECTED]

[css-d] working with 800x600 resolution

2006-08-26 Thread Patrick Aljord
Hey all, I'm working on a site that use 1024x768 resolution and I just realised that it looks horrible on a 800x600. I was just wandering if there is a way to make it looks good with the same css on both resolutions or if I need to write another css for the 1024x768. As an example on this page:

Re: [css-d] need help to get rid of my table (newbie)

2006-08-15 Thread Patrick Aljord
ok thanx to all I'm going to try this. On 8/14/06, David Laakso [EMAIL PROTECTED] wrote: In the meantime, this may give you an idea for one approach to what I guess(?) you are attempting: http://www.chelseacreekstudio.com/cats.html it looks like it has been deleted from the server, i dont

[css-d] need help to get rid of my table (newbie)

2006-08-14 Thread Patrick Aljord
Hey all, I used to use a table for my layout but now I want to use divs. I almost completed the task except for one table. I just can't get it right without using a table so maybe you could help. Here is the page: http://p80.free.fr/css/cats.html quite a simple page actually. thanx in advance for

Re: [css-d] site check -garden design site

2006-02-10 Thread Patrick Aljord
The menu on the left does look a little fuzzy, well kind of, here is a screenshot: http://2e2c.free.fr/sitechecksshots/litchfieldgardens.png it's on Konqueror which should look like safari. On 2/10/06, Virtuallee [EMAIL PROTECTED] wrote: If it's 'fuzzy', could someone maybe send me a

[css-d] need help to sex up my website

2006-02-09 Thread Patrick Aljord
Hey all, I recently tried to make my website using 100% CSS and make it valid XHTML1.0. It worked but the result is kind of ugly, well I'm not a designer as you might guess. I was wandering if you had some tips/links to make my site more sexy such as by rounding my div blocks or things like that.