Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Page resizing problems
Old 11-13-2005, 12:30 PM Page resizing problems
redgeordieboy99's Avatar
Skilled Talker

Posts: 61
Trades: 0
the client i am creating a site for has requested that the page width fit the window regardless of the window size and resolution. is this possibe. i have been using relative instead of absolute positi0oning but im stuck
redgeordieboy99 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-13-2005, 04:14 PM
goldingh99's Avatar
Average Talker

Posts: 20
Trades: 0
Have you thought about the page width being a percentage?

you would probably need to nest the website inside a frame and set the width of the frame.

ie. (can go in head or body)

HTML Code:
<frameset cols="100%">
<frame name="main" id="main" src="website.htm" />
</frameset>
then you would need to use css in the head section to size the frame
with something like

HTML Code:
<style type="text/css">
#main{
width:100%;
}
</style>
i hope this works

Last edited by goldingh99; 11-13-2005 at 04:27 PM..
goldingh99 is offline
Reply With Quote
View Public Profile
 
Old 11-14-2005, 06:25 PM
redgeordieboy99's Avatar
Skilled Talker

Posts: 61
Trades: 0
thanks for that Goldingh99, i will give that a try and let you know if it works
redgeordieboy99 is offline
Reply With Quote
View Public Profile
 
Old 11-28-2005, 02:51 PM
oohmygod831's Avatar
Average Talker

Posts: 29
Trades: 0
i works great now, thanks for the help
oohmygod831 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Page resizing problems
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32725 seconds with 12 queries