Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aligning buttons on image

Status
Not open for further replies.

FrithM

Technical User
Joined
Oct 22, 2001
Messages
14
Location
NL
I search all the forum, but couldnt find the solution.
I want to make an dynamic site that resizes automaticaly.
I made this side some time ago:

I didnt make it in a table. i want to redesign the page now, i will make it in a table, so i can center everything in the middle. My problem is that the iframe doesnt align to the rest, it remains on his spot.
Can anyone tell me how i work this out? I want a resizable site, with buttons, image and iframe on the right spot.
I hope someone van help me out....
Tnx in advance :D
 
well you will have to use percentages then to fill the whole page

<table width=&quot;100%&quot;><tr><td>all your content here</td></tr></table>

then just make sure when you space out your columns all their %'s equal 100.

This is just a simple explanation of a slightly more complex issue. to make a site liquid, much like these here forums simply look at their code and go from there.

<signature>
sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
</signature>
 
Tnx for your reply Deecee.

I tried what you wrote, but than everything resizes, and i can even align the table for example in the center, but everything is moving, but not the iframe....
Can you help me with that? if it is not clear, i can make an example and put it online, so you can see what mistake i make :(
 
please put it online and post a link that is most helpful in almost every case

<signature>
sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
</signature>
 
tnx for your reply's. I doubt now why i called the subject like this.... buttons was not what i meant, as you can see in mine first text. i should me &quot; Aligning iframe on image&quot;
I will make an example and put it online when it is finished.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top