Fairly simple...I hope

First, I have seen many page that add a horizontal scrollbar when the are resized below a certain point <br />
<br />
Second, I am in search of a script the will random load images everytime the page is refreshed <br />
<br />
Ex:intelnetusa (<!-- m --><a class="postlink" href="http://www.intellinetinteractive.com">http://www.intellinetinteractive.com</a><!-- m -->) <br />
<br />
Sorry, I am sure this is entirely too simple, but i couldnt figure it out. <br />
<br />
It will be for O.D.I. (<!-- m --><a class="postlink" href="http://www.organicdigitalimaging.com">http://www.organicdigitalimaging.com</a><!-- m -->) <br />
<br />
Any other pointers would be appreciated as well <br />
<br />
Thanks in advance <br />
<br />
-Me-<!--content-->the horizontal bar comes up only if the webpage is to big to show in the default view. you can't add code to make it appear. in my opinion a horizontal bar is bad practice. that means it takes the user that much more time to view the site.try to code your site so you don't get the bar. and second you want a random image changer in javascript.<br />
<br />
<!-- m --><a class="postlink" href="http://www.a1javascripts.com/page_effects/randomimage/randomimage.html">http://www.a1javascripts.com/page_effec ... image.html</a><!-- m --><!--content-->Scout <br />
<br />
Thank you for the script ill try it tommorrow.<br />
<br />
As far as the horizontal scroll bar, I am a firm believer that they are bad as well, but i have designed my page to not support andything below 800x600. If you view my page and rezize it to anything smaller than that, it becomes slightly deformed. In my opinion, a horizontal scroll bar would be more profesional than a deformity in the page. If you look at how it was done in my example, it only gives the horizontal scroll when the page has been resized to its smallest possible state.<br />
<br />
I am still a novice, so if you have any better solutions for my problem, any help would be appreciated.<br />
<br />
And while I am at it, I have another script I am searching for.<br />
<br />
Do you know of a script that will make a pop-up window resize to fit the image in it?<br />
...just fyi, it is not for annoyance, it is for the pictures in my gallery. Most of them are uniform in size, but I have a few stragglers.<br />
<br />
Thanks in advance<br />
<br />
-Me-<!--content-->sure do<br />
<!-- m --><a class="postlink" href="http://www.snippetlibrary.com/code.php?id=5&kid=20&catname=Popups">http://www.snippetlibrary.com/code.php? ... ame=Popups</a><!-- m --><br />
<br />
click on the image window.<br />
<br />
I don't think you wil have to much to worry about as far as anybody having 640x480. it will still look decent.<!--content-->You are just a plethora of information. <br />
<br />
Thank you much. Ok a curve ball for you. in my site, i have a place holder for an artists corner and a news section, each in its own table. they are both aligned left, but i am curious how do i get them to align to the top of the table, instead of being centered from top to bottom? Not to sure if that makes any sense.<br />
<br />
Thanks again<br />
<br />
-Me-<br />
<br />
<br />
Organic (<!-- m --><a class="postlink" href="http://www.organicdigitalimaging.com">http://www.organicdigitalimaging.com</a><!-- m -->)<!--content-->in the table cell <td> you need to add valign="top"<br />
<br />
<td valign="top"><br />
<br />
just like that.<!--content-->thank you once more<br />
<br />
too funny I tried <align="top"><br />
<br />
Thank you you have been a big help<br />
<br />
Any other suggestions you may have for my site?<br />
<br />
-Me-<!--content-->nope not right off hand. looks pretty good.<br />
<br />
and your quite welcome<!--content-->
 
Back
Top