This is a discussion on "resize problem" within the Web Page Design section. This forum, and the thread "resize problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
resize problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
resize problem
Hi I have a header whocse width content is set as 100 percent as below.And including this header in other page.
Now I am accessing data from table and that table contents having more length than this header so there is some white space in right of the page.which is don't want. to increase the leangth of header to 150 but another problem coming that when i make the window screen smaler table content size is not reduced but header size is reduced and white space again visible relevant things in css are header jsp ar as below 1) { width:100%; } td.logotd { font-family:Arial,Fritiger; font-size:20px; font-weight:bold; color: #D40511; align:right; white-space:nowrap; 2) <table class="logotable" > <tr> <td class="logotd"><html:img page="/images/m.gif" width="183" height="47"/></td> <td class="logotd" >how r u</td> </tr> } |
|
|
|
#2
|
|||
|
|||
|
Re: resize problem
I don't think I understand what you are talking about. Please be more clear and or attach a HTML or Flash file to look at. I don't even know wither you are talking about an HTML problem or a flash one. Please be more clear in response. As we really want to help you with your problem.
|
|
#3
|
|||
|
|||
|
Re: resize problem
html problem
no flash this is full code for header page.there is no problem in header page but whn i clude it in other page.Then it does not cover the whole breadth available and white space is there in right side.Now when i INCREASE DIV.LOGO WIDTH TO 120 THEN there is no whitespace.but when minimise the browser again white space html page 1) <div class="logo" > <table class="logotable" border="0" cellpadding="0" > <tr > <td class="logotd" ><html:img page="/images/a.gif" width="183" height="47"/></td> <td class="logotd" style="padding-left:0px;" >CCNT Audit Reports Website</td> </tr> </table> for css 2) div.logo { background-color:#FFCC00; top:0px; left:0px; height:50px; width:100%; } table.logotable { width:100%; } td.logotd { font-family:Arial,Fritiger; font-size:20px; font-weight:bold; color: #D40511; align:right; white-space:nowrap; } |
|
#4
|
|||
|
|||
|
Re: resize problem
Do you have a url that I could look at? It would be easier to fix the problem that way. Thanks
|
|
#5
|
|||
|
|||
|
Re: resize problem solution
Hi I have solved like this
changed the second td class and then changed width from 100 to 120 and then created asnother class logotd2 with same data as logotd but added one attribute padding:right:135px.so thanxs for your effort. Now please let me know one thing.I have url obviously on my local system like http:..localhost/som/index.jsp but how you can see that. <td class="logotd2" > Website</td> in css table.logotable { width:120%; } td.logotd2 { font-family:Arial,Fritiger; font-size:20px; font-weight:bold; color: #D40511; align:right; white-space:nowrap; padding-right:135px; } |
|
#6
|
|||
|
|||
|
Re: resize problem
replied your question
regards |
![]() |
| Tags |
| resize, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Resize problem of frames inside iframe | sandeep | Web Page Design | 4 | May 29th, 2008 15:12 |
| word resize problem in frameset | jacobds | Web Page Design | 4 | Feb 13th, 2007 22:21 |
| How do I resize a php scipt? | itorch | PHP Forum | 3 | Nov 26th, 2006 13:58 |
| CSS browser resize. | rooraaahcrumbs | Web Page Design | 3 | Apr 24th, 2006 20:54 |
| PHP Image Resize problem | jono | PHP Forum | 6 | Jun 7th, 2005 11:34 |