resize problem

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 21st, 2006, 22:28
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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>


}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Aug 21st, 2006, 23:56
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 22nd, 2006, 16:22
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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;





}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 22nd, 2006, 19:08
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: resize problem

Do you have a url that I could look at? It would be easier to fix the problem that way. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 22nd, 2006, 20:34
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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;







}

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 22nd, 2006, 20:34
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: resize problem

replied your question
regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
resize, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 18:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42