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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sumilsay
  • Content: Threads
  • Order by date
  1. sumilsay

    problems with gallery 'back' and 'next' links

    on my page, i have thumbs that when clicked, change a main image on the page to the corresponding thumb. for example, thumbs (more than just 2): <a href="javascript:changePic('aa01.jpg')"><img src="opacity/thumb_aa01.jpg" hsrc="thumb_aa01.jpg" class="thumb" /></a> <a...
  2. sumilsay

    wonky script i cant figure out...

    hey peeps, first and foremost, thanks for your time... this is the html i have for thumbnails, i have about 20 thumbs: <img src="opac_thumb_kt01.jpg" onMouseOver="javascript:rolled('thumb_kt01.jpg')" onMouseOut="javascript:rolled('opac_thumb_kt01.jpg')" class="thumb" name="thumb" id="thumb"...
  3. sumilsay

    rollover thumbnail question...

    hello all, i have some thumbnails that, when a user rolls over them, it goes from 50% opacity, to 100%. i have all the thumbnails made and everything, which is in this code... <a href="javascript:changePic('kt01.jpg')"><img thumb_kt01.jpg" onMouseOver="javascript:rolled('thumb_kt01.jpg')"...
  4. sumilsay

    are scrollable divs possible?

    or am i asking for too much? :S i was wondering if it is possible to make a scrollable div to show the main content of each section in my page. a div roughly 400x190 (w x h). thanks for your time. a.
  5. sumilsay

    Begginer Help SVP

    i am trying to learn... i really am :( <?php if ($HTTP_GET_VARS["who"] == "admin") { echo(" <h1>here's a default page for admin</h1> <a href='?who=admin&amp;step=list'>list all</a><hr /> <table border='1'> <tr> <td>html search widget<br /><a...
  6. sumilsay

    DIV question... blast you IE!!!

    okay, i'm trying to center a div tag classed as "content" but it won't let me. when i try to center the div with align="center" it works, but as soon as i add class="content" it loses the align property. i have kinda cut down the problems to the part in my css where i specify width. when i take...
  7. sumilsay

    displaying &lt;div&gt;s beside each other...

    hey peeps. my question for today is... how do i get 2 <div>s to align beside each other. a break is automatically put in. here is my code: html- <div class="title_left"></div><div class="title_right"></div> css- div.title_left{ background-image: url(images/title_left.jpg); width: 448px...
  8. sumilsay

    Hardware Upgrade Info Needed....

    hello, i am looking to buy a new powerbook, but i am confused on what exactly i should get. my biggest concern is about memory. i want to know how much (on average) memory costs for the 12&quot; model. could i buy additional memory sticks and add them to the machine? or would i have to replace...
  9. sumilsay

    new user Looking For Tips...

    hey peeps, i have a bunch of word documents that i am converting to pdf's. in word, i have the add-in where i can click a button and it coverts the whole document. my question is, are there any tips/techniques that i can do to make the converted pdf file to the smallest size possible? thanks, me.
  10. sumilsay

    downloadable JPEGS... is this POSSIBLE???

    sounds simple right? well, i know that a user can download a jpeg by simply right-clicking. but is it possible to open a download box when a link is clicked? for example, pdf's, tiff's, and other large files sometimes open up a download box automatically. is there anyway to do this with a link...
  11. sumilsay

    script doesnt work in Netscape... WHO WANTS TO TRY?

    hey peeps, i have a pretty simple script that changes an image source when a link is clicked. it works in explorer, but not in netscape. here's the script: this is in the <head> <script type=&quot;text/javascript&quot;> function changePic(source,w,h){ img.src=source; img.width=w...
  12. sumilsay

    Some Words of Wisdom is All I Ask....

    hey peeps! i'm lookin for some info on php and db2/as400. i am looking to connect my website to the server and have it output data in tables. maybe other features, but thats the main one. i am a newbie to php and db2/as400, all my knowledge is in html, a bit of javascript, but i can understand...
  13. sumilsay

    What I Think is a Simple Question...

    alright people. here's the predicament... i have a yamaha cd-r/rw 3200e-vx drive. installed, windows 98 automatically recognized it, and is okay with everything. i have loaded roxio's easy cd creator 5 platinum edition, and it says that there are no cd recording devices. i checked the yamaha...
  14. sumilsay

    How to make a Downloading Link...

    hey peeps, just wondering if anyone can show me how to make a downloadable link. i know that when a file is big, it automatically promts to open or save. is there a way to have this for small files? thanks. peace.
  15. sumilsay

    Saving Addresses... HOW???

    thats pretty much it... how do i save addresses, or an address book in outlook express? thanks peeps. peace!
  16. sumilsay

    Hard Drive Formating Problems...

    hey peeps, here's my dilemma... i got these 2 hard drives from a buddy of mine. i want to partition and format them to use in removable bays. the POST recognizes the drive, but will not boot from them. so i asked my friend why, and he said because they're NTFS. i'm trying to do all of this on a...
  17. sumilsay

    Removable Hard Drive Problems...

    hey peeps, how is all? i have an issue... i have an older computer, a celeron 366 running windows 98. i have 128mb of ram, 3 1/2&quot; floppy, cd-rom, 1 internal hard drive, and 1 other hard drive in a removable bay. the internal hard drive has the operating system on it, and i want the...
  18. sumilsay

    a YES or NO answer is all that is need...

    but if you want to explain more in detail, that'd be great. will pentium 3/celeron motherboards work with a pentium 2 chip? i ask because i hear that pentium 2 boards are not in production anymore. thanks everyone. peace!
  19. sumilsay

    A simple YES or NO answer is all that is needed...

    i have no idea if this is the right area to ask this question, but i will anyways, it's about motherboards... are pentium 3 / celeron motherboards able to use pentium 2 processors? becuase last thing i heard, is that pentium 2 motherboards aren't made anymore. thanks everyone. peace!
  20. sumilsay

    The Most Annoying Thing EVER!!!!

    hey peeps, kay, frontpage is an alright program. i dont have many complaints about it. but!!!!... the thing that is getting on my nerves right now is how it automatically puts width and height values for my pictures. is there a way i can set it up so frontpage doesnt do this? cheers and...

Part and Inventory Search

Back
Top