Re: [css-d] RTL help

2009-05-29 Thread Ibrahim Y
what RTL language you dealing with? is there a sample page? On Fri, May 29, 2009 at 6:43 PM, Cristiano Diniz da Silva < cristian...@yahoo.com> wrote: > Hi, > > I'm working with some css changes for RTL (right to left) and I'm getting 2 > funny things: > > 1. always the last item from the bullet l

Re: [css-d] Alternative for float

2008-05-07 Thread Ibrahim Y
Hi Steven, try this for each div *display:inline;* and let we know Ibrahim On Wed, May 7, 2008 at 1:04 PM, Steven Soers <[EMAIL PROTECTED]> wrote: > Hi all, > > I¹m trying to line up an unknown amount of divs next to each other inside > a > containing div. > If Œx¹divs fill up the width of the

Re: [css-d] why does this work in all browsers except Firefox?

2008-04-09 Thread Ibrahim Y
hello again if you removed this li {alternate.css (line 206) padding-left:2em; } will fix the problem as well. check and let we know. On Wed, Apr 9, 2008 at 1:30 PM, James Stone <[EMAIL PROTECTED]> wrote: > http://fndtn357.brinkster.net/ > > My page has a visual error in Mozilla 2.0013 but wor

Re: [css-d] why does this work in all browsers except Firefox?

2008-04-09 Thread Ibrahim Y
Hello James, removing #nav ul li { display:inline /*remove this*/ } will fix the issue on FF Ibrahim On Wed, Apr 9, 2008 at 1:30 PM, James Stone <[EMAIL PROTECTED]> wrote: > http://fndtn357.brinkster.net/ > > My page has a visual error in Mozilla 2.0013 but works in all other up to > date

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Ibrahim Y
Thanks all, I'm really happy now :) anyway, I fixed the menu on IE6, but still not sure about IE7 coz I didn't test it on IE7 I commented the old code, you can check the css file. moreover, firefox need the attribute "float:left" to display it correctly. I think it's not the correct way to the men

Re: [css-d] IE Problem - Menu

2008-03-29 Thread Ibrahim Y
L PROTECTED]> wrote: > It looks okay to me. Could you be a bit more specific about the issues > you're having with it? > > Kat > > On Sat, Mar 29, 2008 at 5:31 PM, Ibrahim Y <[EMAIL PROTECTED]> wrote: > > > hello all, > > > > I have problem wi

[css-d] IE Problem - Menu

2008-03-29 Thread Ibrahim Y
hello all, I have problem with top menu on both IE6&7. the link: http://www.ndaworld.org/ the css is validated with no errors and look fine on Opera & FF. I'm stuck ... any idea? Thanks in advanced, Ibrahim __ css-discuss [EMAI

Re: [css-d] site check with mini problems

2008-03-29 Thread Ibrahim Y
Thanks All, everything seems fine now http://www.jordan-business.net/power30_08/ fixing columns' problem fixed height problem and character duplication problem. On Thu, Mar 27, 2008 at 12:24 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > >> http://www.jordan-business.net/power30_08/ > > BTW:

[css-d] site check with mini problems

2008-03-27 Thread Ibrahim Y
Hi folks, I've this page http://www.jordan-business.net/power30_08/ everything seems to be OK, except for 1. I want to extend the background for 'right' div to be at the same height with 'left' & 'center' , note that I'm using % width for each div. 2. on IE a character 'n' appear (sometim

Re: [css-d] Width / PNG problem with IE (site check)

2008-03-20 Thread Ibrahim Y
Yes, it's IE problem with PNG. check this http://www.twinhelix.com/css/iepngfix/ On Thu, Mar 20, 2008 at 6:34 PM, Chris Case <[EMAIL PROTECTED]> wrote: > Hey Everyone, > I'm new to the list and I'm trying to learn what I can about CSS. Does > anyone know what might be happening with this site

Re: [css-d] My first tableless site - Need Advice on css mistakes.

2008-02-17 Thread Ibrahim Y
On Thu, Feb 14, 2008 at 9:29 PM, David Hucklesby <[EMAIL PROTECTED]> wrote: > On Thu, 14 Feb 2008 20:28:00 +0300, Ibrahim Y wrote: > > hi all.. > > I've a question about your opinions to improve my skills, are they based > on syntax > > checking / validating

Re: [css-d] reply-to address

2008-02-15 Thread Ibrahim Y
Thanks for clarification. On Thu, Feb 14, 2008 at 9:26 PM, Alex Robinson <[EMAIL PROTECTED]> wrote: > At 20:39 +0300 14/2/08, Ibrahim Y wrote: > >Hi folks, > > > >I hope this never been discussed before... > > Guess what... > > >I noticed when I want t

[css-d] reply-to address

2008-02-14 Thread Ibrahim Y
Hi folks, I hope this never been discussed before... I noticed when I want to reply to any email from the list that the default "reply-to" address is the email of the sender not the list, So, every time I have to reply-all or add the list address manually. I think it's better to set the default "r

Re: [css-d] My first tableless site - Need Advice on css mistakes.

2008-02-14 Thread Ibrahim Y
hi all.. I've a question about your opinions to improve my skills, are they based on syntax checking / validating / or just if the website looks fine then it's good and that's it? Thanks. On Thu, Feb 14, 2008 at 8:00 PM, David Laakso <[EMAIL PROTECTED]> wrote: > Cynthia Villegas wrote: > > This

Re: [css-d] My unordered list is failing in FireFox and Opera

2008-01-07 Thread Ibrahim Y
sorry, which page ? On Jan 7, 2008 9:25 AM, Farid Jameossanaye <[EMAIL PROTECTED]> wrote: > Any idea why this page does not look right (the footer is showing up > before > the actual content) in FireFox and Opera? It looks ok on IE 7. > Any help is appreciated. > Thanks > > __

Re: [css-d] IE6 Problem

2008-01-02 Thread Ibrahim Y
Sorry for late, But I'm too busy ... I will try it soon ... thank you ... and apologize me for this Ibrahim On Dec 29, 2007 6:46 PM, Alan Gresley <[EMAIL PROTECTED]> wrote: > Ibrahim Y wrote: > > > Hi, > > > > I've problem that there is a gap between the

[css-d] IE6 Problem

2007-12-29 Thread Ibrahim Y
Hi, I've problem that there is a gap between the div called "top" and "container" on IE6 , it works fine on FF & IE7 http://www.frontrow.jo/ and here is the css styles http://www.frontrow.jo/includes/common.css any idea ? Thanks in advanced Ibrahim ___

Re: [css-d] Ordered list dilemma

2007-12-28 Thread Ibrahim Y
hello, basically, you have problems in your div(s) simply this will work, add the following to your div(s): - leftCol --> clear:left; - rightCol --> float: left; width:537px; Ibrahim On Dec 28, 2007 9:59 PM, Big Moxy <[EMAIL PROTECTED]> wrote: > I've never noticed this before. Ther

Re: [css-d] update, can you check this site now

2007-11-26 Thread Ibrahim Y
Looks Good on FF 2.0.0.9 On Nov 25, 2007 10:35 PM, Hakan K <[EMAIL PROTECTED]> wrote: > Looks ok on IE6, FF 2.0.0.9 > > > > > > Hakan > http://dominor.com > > On Nov 25, 2007 2:03 PM, Rob freeman <[EMAIL PROTECTED]> wrote: > > http://www.precociouscollective.com/ > > > > -- > > Rob Freeman > > [E

Re: [css-d] php

2007-10-16 Thread Ibrahim Y
you can start from w3schools here : http://www.w3schools.com/php/default.asp I also liked book called *Practical PHP and MySQL(R): Building Eight Dynamic Web Applications * http://www.amazon.com/Practical-PHP-MySQL-Building-Applications/dp/0132239973 * * Ibrahim ___

Re: [css-d] Two Columns layout

2007-10-11 Thread Ibrahim Y
almost done. finalizing is required to optimize the code. have a look at http://www.frontrow.jo/fr/ Thanks Again Ibrahim On 10/10/07, Ibrahim Y <[EMAIL PROTECTED]> wrote: > > Gunlaug, Ben, and Tim thanks. > > sorry for delay in reply because I was busy with some work, I will t

Re: [css-d] Two Columns layout

2007-10-10 Thread Ibrahim Y
Gunlaug, Ben, and Tim thanks. sorry for delay in reply because I was busy with some work, I will try the CSS table just to learn it, and I will keep you updated. Thanks again. Ibrahim __ css-discuss [EMAIL PROTECTED] http://www.

[css-d] Two Columns layout

2007-10-08 Thread Ibrahim Y
Hello everybody, I have a CSS site, #leftDiv and #rightDiv #leftDiv contains the menu and a flash banner, the #rightDiv contains the data. I want to color the #leftDiv to be at the same height with the #rightDiv , I colored it using "bgcolor" but it apply it to the end of the content and I can't a

Re: [css-d] alignment in Firefox vs IE

2007-10-02 Thread Ibrahim Y
they seems same on IE7 & FF2 On 10/3/07, juliann wheeler <[EMAIL PROTECTED]> wrote: > > I created this page using css: > > http://www.pcg-advisors.com/team.html > > The page looks correct except for the alignment of the team photos. It > looks different in Firefox and IE. Does anyone have a solu

Re: [css-d] Anchors not linking

2007-09-27 Thread Ibrahim Y
Not Found The requested URL /islamic/isqatold.html was not found on this server. I think you misspelled the links :) On 9/27/07, John Lockerbie <[EMAIL PROTECTED]> wrote: > > I'm in the process of redesigning my site but have a problem with > anchors not linking to different pages. The pages are