Re: [css-d] IE6 Problem: an overflow:auto; width:100% inside a 100% table gets Bugy

2007-01-26 Thread Shlomi Asaf
for some reasons the links havent been pasted corectly: me inside a table > http://www.webcssdesign.34sp.com/me/flashoo/mePoorTable.html me without table > http://www.webcssdesign.34sp.com/me/flashoo/meWithoutTable.html thanks for whom who will help Neo On 1/26/07, Shlomi Asaf <[EMAIL

[css-d] IE6 Problem: an overflow:auto; width:100% inside a 100% table gets Bugy

2007-01-26 Thread Shlomi Asaf
Hi here r two pages: me without table& me inside a table as u can see, the PRE element is OverFlow:Auto inside a 95% width table displays worse. (in IE6 (haven't tested on IE7)) why is that? can i correct this bug? thanks a lot NeoSwf -- www.webcssdesign.34sp.com _

Re: [css-d] Elementary questioning about positioning a div

2006-11-26 Thread Shlomi Asaf
On 11/24/06, Jazzcreation <[EMAIL PROTECTED]> wrote I'd like to position a div of a certain height (say 30px) so that it starts 20px from the left hand edge, and runs up to the right edge of the screen. I normally try to figure out a way of doing this in css, then give up and use a table, which pr

Re: [css-d] TD Overflow:Hidden?

2006-07-31 Thread Shlomi Asaf
yes, i did, and it doesnt work. and all the suggestions over the internet suggest inserting div/span inside the TD On 7/31/06, Dave Goodchild <[EMAIL PROTECTED]> wrote: > > > > On 31/07/06, Shlomi Asaf <[EMAIL PROTECTED]> wrote: > > > Hi All > can i get ove

[css-d] TD Overflow:Hidden?

2006-07-31 Thread Shlomi Asaf
Hi All can i get overflow:hidden on a td, without use of div/span nested inside that TD? Thanks NeoSwf -- visit my blog: http://www.webcssdesign.34sp.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

[css-d] google news layout structure- why is he like this?

2006-03-07 Thread shlomi asaf
hey guys [i hope this question haven't been asked till now, if so- my apologies.] I've looked at http://news.google.com page code layout, and I've seen that the page layout is table based. the containers are tables, the hidden personalization panels are also in tables. most of the page in build u

Re: [css-d] a textarea poke out, and a line height issue

2006-02-23 Thread shlomi asaf
thank u so much for your answers, Reger & Gunlaug they have really helped me!!! :) > Roger Roelofs wrote: > Vertical-align applies to inline elements and depends on the > line-height that is specified. __ css-discuss [EMAIL PRO

[css-d] a textarea poke out, and a line height issue

2006-02-23 Thread shlomi asaf
hey attached please find an img that define the problem i have also i pasted the link for my problem http://dogma.co.il/shlomi/for_cssD.html as you can see, the textarea pokes out, and i don't know how to fix it. i putted at the end of the div - a BR with clear:both i overflow:auto my #frm i cant

[css-d] the perfect layout

2006-01-05 Thread shlomi asaf
e. *2.* if i dont give my DIV#main a fixed height, i wont have a scope for the #left #right Children to adjust to. and if my content height is over the height i declared in my style, the content wont influence the div height. couse its fixed. ill appriciate any help Shlomi

Re: [css-d] Problem in WinXP SP2 (Correct E-mail)

2005-12-21 Thread shlomi asaf
infact- i have problem caching my site images what is the reason for the images loading everytime users enter my website? i can declare something or orgenize my html in a way that will make my images load from the cache and not everytime the user enter my site? On 11/23/05, Nick Fitzsimons <[EMA

[css-d] mozilla bug >> absolute position+bottom:0 doesnt refresh when container div height is changing

2005-12-21 Thread shlomi asaf
Link to example: http://www.shlomiasaf.com/footer_tst.html hi, i have a problem in MOZ. i place a div in a absolute position, in the bottom:0px. when i change the height of the container div, the bottom div doesnt move, he knows the bottom position cuse he has a clear:both BR before him. does som

Re: [css-d] Positioning Divs without div container

2005-12-14 Thread shlomi asaf
now days we calculate every byte i disagree with you about your attitude. that you don't have to calculate and think about site weight look at yahoo homepage code, for example: they don't write ', all css classes are one to two letters there is a war for clients(costumers), and u have have to make

Re: [css-d] Positioning Divs without div container

2005-12-14 Thread shlomi asaf
> > if you had the whole layout in one table then it took > long to render, whereas if you created a header - content and footer > table the page seemingly rendered a lot faster. > hi cristian just to make my self clear: have u talked about the user feel, that the page takes longer to load? or h

Re: [css-d] Positioning Divs without div container

2005-12-14 Thread shlomi asaf
but cant i use the tag as my container? another question: doesnt the divs render them self much more faster? dont they render to the stage/page quicker? a table tag need to be close before he shows him sels. same as div. doesnt it? On 12/14/05, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > .

Re: [css-d] Positioning Divs without div container

2005-12-14 Thread shlomi asaf
i found a way body{ width:800px; margin:0 auto; position:relative } this makes the body as the containing object, and it goives me the ability to put divs without a container. does it sound right? {MOZ, NS8 & IE6 support me this tecnique}

[css-d] Positioning Divs without div container

2005-12-13 Thread shlomi asaf
{attached please find a picture describing the problem} Hi Guys i get conflicted in those days with this question: i know that browsers put the HTML as soon as they find the closing tag of the element- like Table or Div or P . etc... i use in my sites to build using container div that contain all

Re: [css-d] Changing background color in UL or LI elements

2005-12-05 Thread shlomi asaf
if you give an element display:block, you can set height, width, bg color and much more. look at this example: http://www.zimmerim.co.il/zimmersV2/test_For_Css_D.html and look at the right list in this portal http://www.zimmerim.co.il/zimmersV2/ the white ones? its a list look over this

Re: [css-d] Image rollOver reloading problem >> background Positioning technique- architectural problem {i guess]

2005-12-05 Thread shlomi asaf
continuation: i got on a trace. for some reason, after the page had been open for 10-15 minutes, if i move on the images, they reload again. and i see a blank/white space behind them. why is that happening? server bandwidth limitation ? browser limitation ? On 12/5/05, shlomi asaf <[EM

[css-d] Image rollOver reloading problem >> background Positioning technique- architectural problem {i guess]

2005-12-05 Thread shlomi asaf
hi :) i use this thechniuqe to rollOver images and change there state. http://www.zimmerim.co.il/zimmersV2/test_For_Css_D.html #in_the_area A.spa{ background-image:url(../images/more_in_the_area_spa.gif); } #in_the_area A.spa:hover{ background:url(../images/more_in_the_area_spa.gif) 0% -94px; }

[css-d] DOCTYPE STRICT declaration problems with the page appearance in MOZ

2005-11-09 Thread shlomi asaf
Hi :) mozila gives me hurd time with pictures in a page the declare imself as HTML-STRICT (as seen below) http://dogma.co.il/margin.gif you can see in that example that moz makes a margin:2px between the pictures. IE dosent

Re: [css-d] CSS Navigation Bar recomendations?

2005-10-21 Thread shlomi asaf
i guess this is what you want http://css.maxdesign.com.au/listamatic/horizontal04.htm NeoSwf On 10/18/05, Jim <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am looking to create a navigation bar for the header of my > vBulletin driven website. > > Rather then using tables, I thinking of doing i

Re: [css-d] tables VS divs

2005-09-22 Thread shlomi asaf
secs and less code/css but here i broke my soul to achive this goal. i had to use 2 styles for the same nav. i had to define DIV style, and A style. its so complecated for no reason. cheers for any sugestions. Shlomi On 9/22/05, dwain alford <[EMAIL PROTECTED]> wrote: > shlomi asaf wrot

[css-d] tables VS divs

2005-09-22 Thread shlomi asaf
HI Guys I'm facing now the dilemma between working with tables or div's im trying to figure what is the "golden path" Sometimes div's seems to be overkilling achievement when I'm working with a layout of 3 standing columns and one should relate to his brother height Even though div's are so funct

[css-d] div horizontal centering in Moz

2005-09-15 Thread shlomi asaf
Hi buddies :) Wassap? why in moz this code doesnt work, and only in IE it does? .body{ height:90%; width:100%; text-align:center } IE Moz why moz doesnt support text-align:center, but recive tag? thanks! Neo __ css-d

[css-d] z-index - layer positioning, but without absolute positioning plz :~)

2005-09-14 Thread shlomi asaf
Hi :) how can i position 2 divs, that r nested in 1 big div, like the following example: http://www.dogma.co.il/shlomi/position_zIndex.htm I'm not interested in absolute positioning, because the divs should be relative to the div they r contained inside, and not to the body. the code i used is

[css-d] Re: z-index - layer positioning, but without absolute positioning plz :~)

2005-09-14 Thread shlomi asaf
ok i've solved the problem if a layer is absolute, to a father, who is relative, he will relate to him as his scope, his root. tnx NeoSwf On 9/13/05, shlomi asaf <[EMAIL PROTECTED]> wrote: > > Hi :) > > how can i position 2 divs, that r nested in 1 big div, like t

Re: [css-d] can i force width on a div? / working with blog system

2005-08-09 Thread shlomi asaf
"Display:relative" doesn't exist, or i have misunderstood you. i have to tell the programmer, to resize the images of a table been entered by the user, cause i cannot know how much columns the user will enter. On 8/9/05, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > its about tables been ent

Re: [css-d] can i force width on a div? / working with blog system

2005-08-09 Thread shlomi asaf
its about tables been entered by the user Thanks a lot Shlomi On 8/9/05, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > > Hi everybody > > im working on a Blog System and i have problems with user inputs > > i have 2 divs > > > > > > user data > > right column > > > > > > on the left DIV

[css-d] can i force width on a div? / working with blog system

2005-08-09 Thread shlomi asaf
Hi everybody im working on a Blog System and i have problems with user inputs i have 2 divs user data right column on the left DIV the user uploads his data. if the user uploads content widen then 600px, the page breaks and the right div falls down beneath the left DIV how can i solve it? th

Re: [css-d] only half of the drop downs work in IE6

2005-08-01 Thread shlomi asaf
Hi Richard have you fixed the problem? I'm using IE and i don't see any problem in your menu, besides a little design issue: from my opinion, u should "margin:7px 0 0 10px" your drop-downs so they will align to the text and not sit so close to the text at the menu. Yours Shl

[css-d] Is it possible to defined a border style for a select in IE

2005-07-31 Thread shlomi asaf
Hi Guys is it possible to defined a border style for a select in IE? i know MOZ supports it. is there a hack for that? Thanks a lot NeoSwf --{--{-@ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/cs

[css-d] background : 100% 90px Explanation

2005-07-30 Thread shlomi asaf
Hi im new to the list and i have a question: what does those attributes [ 0% -91px ] means in those definitions: .posttitle a { background: #9BBB38 url(images/posttitle.gif) no-repeat top left; } .posttitle a:hover, .posttitle a:active { background: #E8E7D0 url(images/posttitle.gi