[css-d] hover makes previous list mysteriously dissapear in IE 6.0

2005-05-13 Thread ephi
I'm using the "Pure CSS PopUp" technique, and end up with strange things happens when I hover over the menu, the upper menu dissapears. (see here: http://ephi.f2o.org/sementara/white.html) In order to understand what was happening, I changed the background color to black. And voila, there's an

[css-d] auto width td's

2005-05-13 Thread Scott Haneda
I have tabular data: foo foo The tr... /tr parts repeat a few times, but anyway, I want them to just snug up against the type in them, which I can not seem to make happen, whereas a normal html table will see to do this just fine. -- --

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Philippe Wittenbergh
On 14 May 2005, at 10:05 am, Ingo Chao wrote: There might come the day when IE7-8 interpret height:1% without expanding the container by childs. As this hack was used to bugfix countless pages ... uh. Conditional comments are your friend in all those cases, especially for those potentially quite

[css-d] IE6 in standards compliant mode + iframes = extra 2 pixel 'padding'

2005-05-13 Thread Adrian Yee
Hi, I've been updating my wysiwyg editor to use standards compliant html. One of the things I've run into is that IE6 in standards compliant mode is adding a 2 pixel 'padding' on the right and bottom between the CSS border of the iframe and the contents of the iframe. However, the extra space di

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Ingo Chao
Justin Patrin schrieb: Does that work in FireFox, Opera, and Safari as well? Yes. Only IE knows of something 'above' the html element. For the Holly hack, have a read here: http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 There might come the day when IE7-8 interpret height:1% withou

Re: [css-d] Media type specialization

2005-05-13 Thread Roman Rudenko
On Fri, 13 May 2005 13:14:26 -0700, Justin Reid <[EMAIL PROTECTED]> wrote: Hey all, SETUP: I've got a question about specializing style sheets for a given media type (without using css2 @media). For all the sites that I create I write out a file for the "screen" media type, named "screen.css". U

Re: [css-d] something weird in Linux

2005-05-13 Thread Roman Rudenko
On Fri, 13 May 2005 08:42:29 -0700, Ingo Chao <[EMAIL PROTECTED]> wrote: Barbara Dozetos schrieb: http://www.pcc.com/ For some reason, the leftnav box appears too high on the page in Mozilla and FF on the initial load. A refresh of the page puts it where it belongs. I can reproduce something

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
On 5/13/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > Justin Patrin schrieb: > ... > > The Holly Hack probably does work, but I > > stumbled across this page: > > http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > which says that the zoom property also gives a box l

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Ingo Chao
Justin Patrin schrieb: ... The Holly Hack probably does work, but I stumbled across this page: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp which says that the zoom property also gives a box layout. So I tried zoom: 100% in my div and lo and behold, it works. Y

Re: [css-d] Two inline lists - one left, one right

2005-05-13 Thread Roman Rudenko
On Fri, 13 May 2005 04:57:59 -0700, Rob Freundlich <[EMAIL PROTECTED]> wrote: As far as I can tell, the float method will degrade in the above violation to stacking the items vertically, and the pos:relative method will caue visual overlapping. Either one will tell my user that they need to m

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
On 5/13/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > > Hi Justin > > > FYI, I've posted this bug to quirksmode.org but it hasn't shown up > > yet. Hopefully it will soon. > > Nice catch! > > > This rendering bug in Internet Explorer 6.0 causes text in a div with > > a background color followed by

Re: [css-d] Line-Heights

2005-05-13 Thread David Laakso
On Fri, 13 May 2005 17:15:14 -0400, Richard Brown <[EMAIL PROTECTED]> wrote: I am trying to play with line heights on the following page: I would like the word "Restormel" to sit on top of the word "Arts" and I can't seem to achieve this. css /*delete #head

Re: [css-d] CSS-filter MSIE 5/PC

2005-05-13 Thread Jeroen van der Goorbergh
hey, " p\roperty: value; " filter not approprate for your IE5 problem? http://www.dithered.com/css_filters/css_only/simplified_box_model.html ~jeroen On May 13, 2005, at 11:26 PM, Uwe Kaiser wrote: Hi, I try to use a filter in order to hide css from all of the browsers, exept MSIE 5/PC. Given is fo

Re: [css-d] Line-Heights

2005-05-13 Thread Akins, Chris
I'm no CSS expert by any stretch, but I think what you're wanting to do is to use margins for these two elements rather than line-height to achieve what you want. Set margin-bottom for the h1 and margin-top for the h2 to something explicit and play with the values until you get the desired effect.

[css-d] transparent back ground patterns.. anyone?

2005-05-13 Thread fokuss
Hello, I have been trying to find a good method to create (or a site thathas some tutes) tiling background images that are frequently seen on CSS based sites. I have a site I am working on right now and I cant seem to find a good source since the term "back ground image" is quite vague when sea

[css-d] CSS-filter MSIE 5/PC

2005-05-13 Thread Uwe Kaiser
Hi, I try to use a filter in order to hide css from all of the browsers, exept MSIE 5/PC. Given is following HTML-markup: item 1 item 2 item 3 item 4 #nav li { margin: 0; } #nav > li { /* MSIE 4 and 5 /PC only? */ margin-bottom: -3px; } MSIE

[css-d] Line-Heights

2005-05-13 Thread Richard Brown
Hi I am trying to play with line heights on the following page: I would like the word "Restormel" to sit on top of the word "Arts" and I can't seem to achieve this. Can anybody help please? Css at Thanks Rich ___

RE: [css-d] dumb question

2005-05-13 Thread Jon Jensen
That's just the way it's defined. Id's in HTML are comparable to variable names in programming languages, which generally have similar restrictions. >From the HTML spec: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyph

[css-d] Space below left nav

2005-05-13 Thread Ian & Anna-Ruth Rutgers
Thank you everyone for your help with my work on this page. The problem with the footer has been resolved. My remaining issue is with the space below the left navigation. I would love it if someone would point out how to get the grey background of the left navigation to continue to the bottom

[css-d] Space below left nav

2005-05-13 Thread Ian & Anna-Ruth Rutgers
Thank you everyone for your help with my work on this page. The problem with the footer has been resolved. My remaining issue is with the space below the left navigation. I would love it if someone would point out how to get the grey background of the left navigation to continue to the bottom

Re: [css-d] dumb question

2005-05-13 Thread Justin Patrin
On 5/13/05, Marty Martin <[EMAIL PROTECTED]> wrote: > This may be a dumb question, but I noticed you can give an ID (and I > assume also CLASS) a solely numeric value. If I start it with a alpha > character then all is hunky dory, but I want it to be a number. What > gives? Is there rationale fo

[css-d] Media type specialization

2005-05-13 Thread Justin Reid
Hey all, SETUP: I've got a question about specializing style sheets for a given media type (without using css2 @media). For all the sites that I create I write out a file for the "screen" media type, named "screen.css". Once I have all of those style in place, I will duplicate that file in it's en

[css-d] centering nested list output...

2005-05-13 Thread Deep Third Man
I am working my way through TJKDesign's excellent tutorial on its TJK Dropdown Menu: http://www.tjkdesign.com/articles/dropdown/3.asp http://www.tjkdesign.com/articles/dropdown/demo.asp My sample page: http://www.shrikhande.us/CSSMenu/test.cfm The relevant CSS and js files: http://www.shrikhande

[css-d] dumb question

2005-05-13 Thread Marty Martin
This may be a dumb question, but I noticed you can give an ID (and I assume also CLASS) a solely numeric value. If I start it with a alpha character then all is hunky dory, but I want it to be a number. What gives? Is there rationale for this? Just looking for an explanation if anyone knows,

Re: [css-d] PHP and CSS

2005-05-13 Thread Brian V Bonini
On Fri, 2005-05-13 at 11:25, Sarah Atkinson wrote: > Out of curiosity can you use PHP with in a CSS. Like maybe have a list of > background images located in a DB and PHP select and insert on into the CSS. > and possibly even have the user define things like font size, font color, > background c

[css-d] I Need A Comparison

2005-05-13 Thread Dwight Stegall
I need for someone to look at the following page. Please look at it with both WinIE6.0 and FireFox and tell me if it looks different in FireFox. http://dwight.tendirect.com/colorsafeie-2.htm Later when I'm finished the cursor won't appear as a hand when FireFox users move their cursor over it. I

Re: [css-d] site check please!

2005-05-13 Thread Tom Livingston
On Fri, 13 May 2005 14:39:36 -0400, anthony croshaw <[EMAIL PROTECTED]> wrote: I have no way of checking macs, cheers Ant http://www.onceuponatimenursery.com Looks good in Safari 1.3 and Opera 8b1 except in both, the pages scroll down much farther than

[css-d] Head Scratchers

2005-05-13 Thread Frank McClung
I'm new to CSS, so please forgive these very simple questions. I'm working on a CSS based site for a client and am : 1. Having problems in IE getting the boxes on the right to line up in the right column (#nextstep and #ebay) to line up and #submast to show up. 2. #nextstep and #ebay

Re: [css-d] ie6 problem w/ screen shots

2005-05-13 Thread Donna Jones
ah Bruno how can I *thank you* fixed fixed fixed. that's one i won't forget, you can count on that! best regards and cheers! Donna Bruno Fassino wrote: Donna Jones wrote: i'm having a problem with ie6 http://www.westendwebs.net/litmed/lm_program.html You have italics in that page, and

[css-d] site check please!

2005-05-13 Thread anthony croshaw
Hi guys, well, I am onto my second site, starting to get to grips with css (I think), can you please make sure it looks ok? Particularly mac users, I have no way of checking macs, cheers Ant http://www.onceuponatimenursery.com __

Re: [css-d] Site check - IE width problem

2005-05-13 Thread Lothar B. Baier
Hi! Mike Davies schrieb: > I have a problem with this page in IE. The page renders correctly in > Opera and Firefox. > > There are three floated columns inside a container div. > rightcol w=160px, leftcol w=160px, contentcol w=430px all have padding, > margin and border =0. wrap has width 755px. IE

[css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
FYI, I've posted this bug to quirksmode.org but it hasn't shown up yet. Hopefully it will soon. A short description: This rendering bug in Internet Explorer 6.0 causes text in a div with a background color followed by a div which floats to the left and another which is clear on the left to be inv

RE: [css-d] ie6 problem w/ screen shots

2005-05-13 Thread Bruno Fassino
Donna Jones wrote: > i'm having a problem with ie6 > > http://www.westendwebs.net/litmed/lm_program.html You have italics in that page, and these may produce, in IE/Win, boxes larger then expected [1]. Try adding: #contentwrapper { overflow: visible; } Please note that this bug may show

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
As already posted it still doesn't work. Dennis -Original Message- From: Barbara Dozetos [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 11:49 AM To: 'CSS Discussion Group' Subject: Re: [css-d] something weird in Linux Great hint, Paul. Could those of you who saw the problem befor

Re: [css-d] something weird in Linux

2005-05-13 Thread Ingo Chao
Barbara Dozetos schrieb: Great hint, Paul. Could those of you who saw the problem before please try this page and see if I've fixed the problem? http://www.pcc.com/welcometest.html From bad to worse in Moz1.6/Win. Now the leftnav stays wrong until reload. Outlined img here: Note that the height

Re: [css-d] CSS and me

2005-05-13 Thread [EMAIL PROTECTED]
Also, Validate code first. Your issues may be as easy as that? You have a bunch of xhtml errors. Most might not matter, but when I did a css validation it choked on the xhtml, so I think this is worth looking at first. Joel Goldstick __

Re: [css-d] CSS and me

2005-05-13 Thread [EMAIL PROTECTED]
Which browsers doesn't it work with? I can't see any problems with FF 1.04 and with IE6. Are you required to make it look good in older browsers? Can you look at the log files and determine what browsers visitors are using? _

Re: [css-d] PHP and CSS

2005-05-13 Thread Christian Heilmann
On 5/13/05, tedd <[EMAIL PROTECTED]> wrote: > >Out of curiosity can you use PHP with in a CSS. Like maybe have a > >list of background images located in a DB and PHP select and insert > >on into the CSS. and possibly even have the user define things like > >font size, font color, background color,

[css-d] CSS and me

2005-05-13 Thread Benjamin Kirkby
http://ben.web.arizona.edu/today/fixed.htm Here is the problem. I have been working on this site for a few weeks now, trying to lay the whole thing out using css. Every time I get the design to work properly in one browser, it breaks in another. Since I work for a public university, this is not a

Re: [css-d] PHP and CSS

2005-05-13 Thread tedd
Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah Sarah; Maybe this might help: ht

Re: [css-d] PHP and CSS

2005-05-13 Thread Ken Robinson
Quoting [EMAIL PROTECTED]: Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color,

Re: [css-d] PHP and CSS

2005-05-13 Thread Marko Locher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sarah Atkinson wrote: > Out of curiosity can you use PHP with in a CSS. Like maybe have a list of > background images located in a DB and PHP select and insert on into the CSS. > and possibly even have the user define things like font size, font colo

Re: [css-d] IE issue - DIV's not going full width

2005-05-13 Thread Jonathan Duncan
Thank you Ingo, the position:relative at least got the logo and nav to align to a different div which makes them closer to being in the center. However I am also trying to get them to stretch out to fill the whole page horizontally. These two div have no width that I can see and they are not b

Re: [css-d] PHP and CSS

2005-05-13 Thread Jack Keller
Sarah Atkinson wrote: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah You can a

Re: [css-d] PHP and CSS

2005-05-13 Thread Brian Cummiskey
Brian Cummiskey wrote: body { background: ; } clearly, i meant echo, not echp Happy Friday :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ S

Re: [css-d] PHP and CSS

2005-05-13 Thread Martin . C . Austin
Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: > Out of curiosity can you use PHP with in a CSS. Like maybe have a > list of background images located in a DB and PHP select and insert > on into the CSS. and possibly even have the user define things like > font size, font color, background col

Re: [css-d] something weird in Linux

2005-05-13 Thread Barbara Dozetos
Great hint, Paul. Could those of you who saw the problem before please try this page and see if I've fixed the problem? http://www.pcc.com/welcometest.html (PS -- I know about the IE6 problem with the smaller screens. Working on that, as well. Would be so much nicer if IE 6 would just honor t

Re: [css-d] Why isn't my active list item showing up properly?

2005-05-13 Thread Faust
Andrew Mason wrote: Please take a look at this site: http://www.pandamouth.org/test/ I'm using a background image that I shift around to make the bullets. I'd like the active link to have a white bullet point(just like it does for a:hover), but for some reason when I assign the "active_bullet

Re: [css-d] PHP and CSS

2005-05-13 Thread Brian Cummiskey
Sarah Atkinson wrote: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sure. php runs on

Re: [css-d] something weird in Linux

2005-05-13 Thread Ingo Chao
Barbara Dozetos schrieb: http://www.pcc.com/ For some reason, the leftnav box appears too high on the page in Mozilla and FF on the initial load. A refresh of the page puts it where it belongs. I can reproduce something similar with an old Moz1.6/Win/cleared cache too. Here, the a.p. positioned

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
Oh, and also note that in IE6-WinXP at 800x600 the header text to the right of your header image is pushed below the image. Also the search box on you navigation line is pushed below the rest of the navigation. Dennis -Original Message- From: Barbara Dozetos [mailto:[EMAIL PROTECTED] Sen

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
FWIW, it does it in Firefox 1.0.4 on WinXP but only on the first load of the page, or if you clear the cache and the load the page. Not sure what's causing it but it could be that something is slow in loading above and the position on the page has no viable reference yet. I normally notice this ki

[css-d] PHP and CSS

2005-05-13 Thread Sarah Atkinson
Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah ___

Re: [css-d] something weird in Linux

2005-05-13 Thread Marcus Williams
On 13/05/2005 15:54, Barbara Dozetos wrote: For some reason, the leftnav box appears too high on the page in Mozilla and FF on the initial load. A refresh of the page puts it where it belongs. I'm seeing the same problem on FF 1.0.4 in windows XP as well so I doubt its a linux specific bug. Ma

[css-d] Why isn't my active list item showing up properly?

2005-05-13 Thread Andrew Mason
Hi folks, Please take a look at this site: http://www.pandamouth.org/test/ I'm using a background image that I shift around to make the bullets. I'd like the active link to have a white bullet point(just like it does for a:hover), but for some reason when I assign the "active_bullet" class t

[css-d] something weird in Linux

2005-05-13 Thread Barbara Dozetos
Hello again. This page is now live, but I'm seeing an intermittent weirdness with some browsers on Linux platforms. (Yes, this matters. We're a largely Linux company and many of our clients are there or headed that way, as well.) http://www.pcc.com/ For some reason, the leftnav box appears too

Re: [css-d] mysterious margin problem in Firefox and Safari

2005-05-13 Thread Dann S. Washko
L. David Baron wrote: On Thursday 2005-05-12 18:31 -0400, dann s washko wrote: This is because vertical margins collapse. Hn and P elements have nonzero margin-top and margin-bottom from the user-agent style sheet. This margin-top collapses with the (zero) margin-top of the DIV (with class="conte

Re: [css-d] Safari 1.3 and a:hover question

2005-05-13 Thread Phillip Hollweg
Philippe: Updating the styles to use the complete set of pseudo-classes (link, visited, hover, active) has made it work for me as expected -- thanks for your help. Phillip On May 12, 2005, at 8:39 PM, Philippe Wittenbergh wrote: It works just fine here (both Safari 1.2 and 1.3), based on that l

[css-d] ie6 problem w/ screen shots

2005-05-13 Thread Donna Jones
hi everyone: i'm having a problem with ie6 (where have I heard that before). it looks okay "everywhere else" - IE5.5, the Mozilla/ff, and the Mac browsers. these pages aren't in their "home" so none of the links work. the problem is between this page: http://www.westendwebs.net/litmed/lm_pro

Re: [css-d] feeding different body tag to different pages. How

2005-05-13 Thread Jan Brasna
Sure - , etc. ... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] feeding different body tag to different pages. How

2005-05-13 Thread Mike Stickel
On May 13, 2005, at 3:10 AM, Karl Bedingfield wrote: Can I have different body tags based on page requirements? Yes. Give your body either an id or class on each page and define different styles in the style sheet to show the alternate bg images. For example: Home page would have "other" page

Re: [css-d] I hope this is the last time

2005-05-13 Thread Lorin Rivers
On May 13, 2005, at 2:59 AM, Ingo Chao wrote: Lorin Rivers schrieb: Allright, Design change required a little tweaking to get it to this point. Now the top section is ~55px too tall. In IE6 only, of course. I've taken all the heights, widths, and most padding and margin in an effort to isolat

Re: [css-d] Safari 1.3 and a:hover question

2005-05-13 Thread Phillip Hollweg
Philippe: Thanks for your reply ... http://dennisondi.com/safari/ Regards, Phillip --- On May 12, 2005, at 8:39 PM, Philippe Wittenbergh wrote: It works just fine here (both Safari 1.2 and 1.3), based on that little snipped of code. Do you have a url where it fails? There could be something else.

[css-d] Help with MAC float problem

2005-05-13 Thread Mark Cain
I need help with a float problem in MAC IE. Everything looks good in Win IE -- but the float is causing problem for those coming to the site with a MAC. The problem is that on the MAC in the columns the text is one word wide -- meaning the content of the articles is broken up as though a were

Re: [css-d] Two inline lists - one left, one right

2005-05-13 Thread Rob Freundlich
On Thursday, May 12, 2005 4:51 PM [GMT+0100=CET],Ingo Chao <[EMAIL PROTECTED]> wrote: > Rob Freundlich schrieb: >> I've been offered two approaches: >> My browser support requirements are IE 6 and Netscape 7. Both >> approaches work in both browsers. Given that, does either approach >> have an ad

Re: [css-d] Site check - IE width problem

2005-05-13 Thread jack fredricks
3px bug? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] Site check - IE width problem

2005-05-13 Thread Mike Davies
I have a problem with this page in IE. The page renders correctly in Opera and Firefox. There are three floated columns inside a container div. rightcol w=160px, leftcol w=160px, contentcol w=430px all have padding, margin and border =0. wrap has width 755px. IE renders the rightcol below the oth

Re: [css-d] css and javascript

2005-05-13 Thread Christian Heilmann
> Especially i want to use javascript for close window > link for now. > > Close Window This however means that without JavaScript, you have a dead link in the page. Better to generate the link with JavaScript http://www.sitepoint.com/article/pop-ups-dead-links Off-Topic now, though, let's sto

[css-d] feeding different body tag to different pages. How

2005-05-13 Thread Karl Bedingfield
Hi there, I want to change the background image (used for faux columns) on certain pages. The bg image is in the body tag like so .. html, body { background: #E0DDD6 url(/images/bbg.gif) repeat-y 50% 0; font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: center; paddin

RE: [css-d] css and javascript

2005-05-13 Thread Joanne
Especially i want to use javascript for close window link for now. Close Window Joanne __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

Re: [css-d] I hope this is the last time

2005-05-13 Thread Ingo Chao
Lorin Rivers schrieb: Allright, Design change required a little tweaking to get it to this point. Now the top section is ~55px too tall. In IE6 only, of course. I've taken all the heights, widths, and most padding and margin in an effort to isolate the problem, to no joy.

[css-d] css and javascript

2005-05-13 Thread KAYA
Hi everyone, i am a new member. i try to prepare some parts of my web page by using css i want for some windows, links i want simplest form of window without address bar, standard buttons etc. and i want to control height and width. i will be glad if there is anyone that can help me about that. w