View Full Version : text


nicholaslwest
03-12-2004, 04:10 PM
Just wondering..Is there a script that will keep my text and links from coming down to the next line when someone minimizes my page?

Blackdragonhide
03-12-2004, 05:29 PM
I don't fully understand what you mean, but you can put them in a DIV absolutely positioned on the page:


<div style="position:absolute; top:##px; left:##px;">


replace the "##"'s with numbers. You can replace the top and left attributes with bottom and right, and mix and match them if you like. But only one of either top and bottom, and either left or right.

nicholaslwest
03-12-2004, 05:54 PM
Okay I dont understand how to do absolute positioning. But again let me explain...

Here is an example: http://www.pridecircle.com/

Now...when you go to the site.. if you minimize the page or try to make it small... the links at the top will go to the second line (because there is not enough room) Is there a way I can keep them from going to the second line?

XxILostMyMindxX
03-12-2004, 05:58 PM
I think you mean the resolution? If you maximize it, it should still stay the same as when its minimized? If this is right, try puting your page into a table. The table will expand and contract with different resolutions.

nicholaslwest
03-12-2004, 06:02 PM
I think you mean the resolution? If you maximize it, it should still stay the same as when its minimized? If this is right, try puting your page into a table. The table will expand and contract with different resolutions.

If you look at my site you will see that it is in a table. There are many tables. I dont really know how to explain my self any more than I already have.

I guess I will design a different layout. Thanks anyway.

MaGiCSuN
03-12-2004, 07:31 PM
Try setting exact widths for your table cells. Not sure if this will work though but it's worth a try :)

Love,
Mirna

nicholaslwest
03-13-2004, 04:33 PM
Okay so nothing has really worked so far. So now I wrote a script on there that detects users with poor resolution. When a person who doesnt have good resolution comes to my site an alert will pop-up advising them that the website is best viewed at ...so on and so on....

But If anyone can find the answer to my problem,...it would be greatly appreciated. LoL Thanks!