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 list is showing the bullet on the
> wrong side
>
> 2. Some parenthesis are showing on wrong places (not closing)
>
> Can anyone help!?
>
> Thanks in advance.
>
>  Cristiano Diniz da Silva
>
> 
> Web Development & Solutions
> http://www.mcloide.com
> http://mcloide.wordpress.com
> + 1 561 809 1928
> Coral Springs, Fl
> PHP5 Zend Certified Engineer
> Before printing, just keep in mind your commitment with the environment!
>
>
>
> __
> css-discuss [cs...@lists.css-discuss.org]
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [cs...@lists.css-discuss.org]
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 -- http://www.evolt.org/help_support_evolt/


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 containing div I would like the next
> div
> to start a new Œrow¹.
>
> I¹ve done this by using Œfloat:left¹.
>
> The problem is that the floating divs have a variable, so unknown, height.
> So instead of starting on new row, the float against the heighest div. As
> shown in my example
> Is there an alternative way to achieve this in css?
>
> Thanx in advance
>
> http://studio.stage.vintage.be/multimedia/csstest/test.html
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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 works in all other up to
> date browsers (IE 7, Safari for Windows, Safari on Mac, and Opera). Week 1
> tab is above all the other tabs in the horizontal navigation bar.
>
> Any tips will be very much appreciated. Thanks.
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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 browsers (IE 7, Safari for Windows, Safari on Mac, and Opera). Week 1
> tab is above all the other tabs in the horizontal navigation bar.
>
> Any tips will be very much appreciated. Thanks.
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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 menu but I have no choice.

I'm still not debugging for IE8, should I ?


FYI, I have been trying to debug your page for hours. You are mixing in
> table layout with divs with way to many IDs and classes. This is only needed
> for IE5, IE6 and IE7 anyway. I am trying to locate elements and text. When I
> save your page off-line. I see this.
>
>  ??? ?? ???
> ?? ??? ?
>
I think you got the  ?? ? ?? ? ?? because your computer doesn't support
Arabic fonts, same issue applied to square things at the title (encoding)

Also, what are you using to save that page? IE/win (any version) is of
> no use.
>
Sorry, I didn't get it.

Thanks All again.

any idea about the page center problem?

Ibrahim

On Sun, Mar 30, 2008 at 7:46 PM, Alan Gresley <[EMAIL PROTECTED]> wrote:

> Gunlaug Sørtun wrote:
>
>
> > Alan,
> >
> > look for /* horizontal pill menu */ in 'template.CSS', and the #pillmenu
> > ul/li.
>
>
> I eventually found it. :-)
>
>
> > Also, what are you using to save that page? IE/win (any version) is of
> > no use.
> >
> > regards
> >   Georg
> > --
> > http://www.gunlaug.no
>
>
> I don't understand the question. Which page? I presume the IE8 bug demo. I
> save the page in NoteTab and uploaded. Did I do something wrong with the
> meta? The traditional doctype reflects the code. I never save anything in
> IE.
>
>
> Alan
>
> http://css-class.com/test/
>
>
__
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 -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE Problem - Menu

2008-03-29 Thread Ibrahim Y
On IE7 only one menu item appear, on IE6 the items appears in vertical.
you can check the top menu on FF & IE to see the difference.

*a new problem, *although I use center for the body & the main div#center
the body is centered.

On Sun, Mar 30, 2008 at 8:19 AM, Katherine Coynor <[EMAIL 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 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 [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 -- http://www.evolt.org/help_support_evolt/


[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 [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 -- http://www.evolt.org/help_support_evolt/


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: you should get rid of the  in front of the doctype. It makes
> browsers render the page in quirks mode, which tends to complicate
> things unnecessarily.
>

*Yes, the  was the php script for debugging issues and it was removed,
I think it was causing the 'auto-expand' problem.*
__
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 -- http://www.evolt.org/help_support_evolt/


[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 (sometimes) near 'right' div, check
   the attached image, this character is not appearing on FF & Opera.
   3. on IE. Although the 'main' div container width's is 1000px, as well
   as the image at the header ('power30.jpg'), the 'main' div appears to
   be bigger than the image although both widths are 1000px.

Thanks for your ideas.

Cordially,
Ibrahim
__
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 -- http://www.evolt.org/help_support_evolt/

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 (jaeme.org)?
>
> In IE: The PNG's don't seem to be rendering transparency correctly, and
> the
> width is messed up.
>
> The site seems to work fine in Safari (aside from a color issue on the
> front
> page image) and FireFox, but IE just won't co-operate.
>
> Any suggestions / criticisms would be greatly appreciated.
>
> Thanks,
> Chris Case
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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 / or just if the website looks fine then it's good
> and that's it?
> >
>
> Well, the question I would ask you is: if the website looks fine to whom?
>

I think it should be looks fine for everyone, if it looks fine on all
browsers on my PC, Mac , Linux ...etc then I think it will be fine on all
other user's environments.


> If it looks fine to you, on your computer or iPhone or whatever you
> use, then that is all fine and dandy, provided that you are the only
> person likely to visit the site.
>
> On the other hand, if you expect others to view your site, then
> validating will give you a better shot at others getting a usable
> page.
>
> There's more to it, of course. All browsers and all devices have
> limitations and flaws, so testing in as wide a variety as you can
> is a good idea. With browser manufacturers constantly making their
> products converge on published recommendations, validating is a
> kind of "future-proofing" your site. Even Microsoft is finally
> on board with making IE more compliant, so we hope eventually
> that syntax checking / validating will improve our chances of getting
> code to work "everywhere."
>
> Bear in mind that validating is like spell-checking -- it picks up
> errors but does not guarantee what you write makes sense.
>
> (You do spell-check your pages, of course  ;)
>
> Good luck with your efforts.
>
> Cordially,
> David
> --
>

*Thank you. *
__
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 -- http://www.evolt.org/help_support_evolt/


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 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 "reply-to" address to the list not
> >the sender's email -IMHO- , if it's doable.
>
>
> 1. Questions or comments about how the list is run are never on
> topic. Instead you should address such concerns to the list owner
>
><[EMAIL PROTECTED]>
>
>
> 2. http://css-discuss.incutio.com/?page=CssDiscussListHeaders
>
> End of discussion. See Point No. 1 if you disagree.
>
>
>
> Alex
> css-d moderator
>
>
__
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 -- http://www.evolt.org/help_support_evolt/


[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 "reply-to" address to the list not
the sender's email -IMHO- , if it's doable.

any idea?

Thanks,
Ibrahim
__
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 -- http://www.evolt.org/help_support_evolt/


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 is my test site and my site so far:
> >
> > http://homepage.mac.com/cynvill_3/website/index.html
> >
> > Any advice on mistakes or problems rendering on different browsers would
> be greatly appreciated...
> >
> > Cynthia
> >
> >
>
>
> You are doing alright on IE/6.0 and IE/7.0, with the exception that
> IE/6 does not support transparent png's.
> You'll find a work around here .
> You may or may not want to let go of the frozen (pixel based font-size)
> fonts for IE users.
> It's a good idea to validate your CSS and markup.
>
>
> Best,
> ~dL
>
>
>
>
> --
> http://chelseacreekstudio.com/
>
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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
>
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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 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
>
> This also affects IE7. The fixes for this bug are.
>
> #container ul, #container p {
> margin-top:20px; /* IE will behaves like other browsers */
> }
>
> or
>
> #container ul, #container p {
> margin-top:0; /* other browsers will behaves like IE */
> }
>
> This is due to the effects of hasLayout [1] on margins [2]. Both the #left
> and #right divs are floated (hasLayout trigger). All good browsers will show
> the top margin of the  and  elements, the children of the #left and
> #right divs respectively, IE will however make these default margins
> disappear. The next version of IE may behave similar to the other good
> browsers since hasLayout is now history with IE8.
>
> [1] <http://www.satzansatz.de/cssd/onhavinglayout.html>
> [2] <
> http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/DefaultMarginDisappear.html
> >
>
>
> Alan
> http://css-class.com/
>
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


[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
__
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 -- http://www.evolt.org/help_support_evolt/


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. There is an vertical order list on
> http://www.barnettresolutions.com/about.php. When displayed on IE 7, the
> numbers are indented. When displayed on FF, the numbers are outdented! I
> looked up  formatting for CSS and read that list-style-position:
> outside is the default. After updating my style sheet, the ordered list
> on FF is vertically flush with the other text while on IE it has
> indented itself further. How do I code for this? Do I have to have
> separate style sheets?
>
> Thanks,
> Tim
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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
> > [EMAIL PROTECTED]
> > __
> > 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 -- http://www.evolt.org/help_support_evolt/
> >
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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
__
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 -- http://www.evolt.org/help_support_evolt/


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 try the
> CSS table just to learn it, and I will keep you updated.
>
> Thanks again.
>
> Ibrahim
>
__
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 -- http://www.evolt.org/help_support_evolt/


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-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 -- http://www.evolt.org/help_support_evolt/


[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 apply a fixed height for #leftDiv because the #rightDiv data's changed
according to each page.

I thought to use  tag, but I don't feel it's the most suitable for me
... I kept is as last resort .

Thanks in advanced,
Ibrahim
__
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 -- http://www.evolt.org/help_support_evolt/


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 solution to make
> the
> alignment look correct in both browsers?
>
> Thanks!
>
> _
> More photos; more messages; more storage—get 5GB with Windows Live
> Hotmail.
>
> http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507
>
>
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/


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 copied from my
> existing site which, I believe works as you would expect. This is an
> original page:
>http://www.catnaps.org/islamic/isqatold.html and
>http://www.catnaps.org/islamic/islamic.css
>
> and this is where the problem can be seen:
>http://www.catnaps.org/islamic/test/isqatold.html
> http://www.catnaps.org/islamic/test/islamic.css
>
> If you go to the third paragraph and click on the link 'this' it
> should take you to pictures on
> http://www.catnaps.org/islamic/test/gulfarch.html
> but takes you to the page, not the photographs.
> What have I done wrong?
> __
> 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 -- http://www.evolt.org/help_support_evolt/
>
__
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 -- http://www.evolt.org/help_support_evolt/