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 Mike Lewis 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: *

  1. Bebe56

    Highlight Row on Hover

    i'm using this script for IE: <style type="text/css" media="screen, print"> .subfile {border:0;width:90%;border-collapse:collapse;} .subfile td {cursor:pointer;font-family:Courier;font-size:.75em;font-weight:normal;padding-left:3px;color:#000000; border:1px solid #D6DDE6;} .subfile...
  2. Bebe56

    CSS positioning

    I was wondering if there is a way to show the span to the left (or right) of the “more” link using css only (no javascript) … in other words, to have the span position related to <a href..> Here’s what I’m talking about: <html><head> <title>Show More</title> <style> body {text-align:center;}...
  3. Bebe56

    Weather on my site

    i like www.hamweather.com, is nice and free...
  4. Bebe56

    Date Conversion

    *===================================================================== d monday c d'1900-01-01' *===================================================================== d d_o_w s 1s 0 inz d d_o_y s 3s 0 inz...
  5. Bebe56

    tabs help

    thanks!!!! as much as i dont like macs, i'll have to get one, someday...
  6. Bebe56

    tabs help

    lol, just if the javascript does what is supposed to do ... clicking on a tab showing the right panel, hidding the others - that's what i meant by "works"... Besides that there nothing there worthy to look at, no colors, no layout to speak about....
  7. Bebe56

    tabs help

    Well, sorry if I’ve offended anyone! I don’t have a mac nor linux konqueror and all I wanted is to find out if the code works on those…. But, if asking for this kind of help is not proper, or too much, my bad… (and,no, it doesnt look pretty at all :)
  8. Bebe56

    tabs help

    if anyone uses a mac or linux, can u test this: =============================================== <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Tabs</title> <style> .hide {border:1px solid #000;overflow:auto;height:80px;} </style> <script...
  9. Bebe56

    list box - updatable?

    u're right, Chris, it sends TWO, but is more work on cgi side. I find it easier to change the val before is sent...
  10. Bebe56

    list box - updatable?

    you mean someting like this: <div><table class="subfile" align="center"><tr height="18px"> <form name="nav_form" method="get" action="//%pgmpath%///%pgm%/.pgm"> <input type=hidden name="dummy" value="/%timestamp%/"> <input type=hidden name="request" value=""> /$navprvbtn ****...
  11. Bebe56

    Layout, 3 Columns

    Glish's holy grail works great! http://glish.com/css/7.asp
  12. Bebe56

    Tables or no tables?

    css: img.mainpic {float:right;} htm: <div class="content"> <img id="imgZoom" class="mainpic" src="weddings_files/wedding001.jpg"> <img src="weddings_files/wedding001_thumb.jpg" class="weddingThumb"> <img src="weddings_files/wedding002_thumb.jpg" class="weddingThumb"> <img...
  13. Bebe56

    Layout Problems - help please

    maybe this: html,body {height:100%;margin:0;padding:0;} div {height:100%;}
  14. Bebe56

    Template

    i tried fixed, i didnt want js either. However, i couldnt make it work nicely in IE. Maybe i missed something ? Bebe
  15. Bebe56

    Template

    first of all, you dont need the 'onfocus' in '<div id="content" onfocus="contentheight()">' (i forgot to take it out) I've tried to set content's height using a % but it didnt work that good - that's why the js. The script is pretty simple: get the total page height (th), footer height (f)...
  16. Bebe56

    Template

    Hi i just finish this header/footer template, can you guys give it a try (i've test it in IE, FF and Opera) and see if any bugs ? Thx! <html> <head> <title>Template</title> <style type="text/css"> html,body {height:100%;margin:0;padding:0;} body {overflow:hidden;}...

Part and Inventory Search

Back
Top