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 TouchToneTommy 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. retrositelover

    enforcing display:block-defined background color to fill table cells

    thread215-1581142 Hello, some time ago I already asked this; it's been well-visited, and I want to update the meanwhile closed thread. The problem was, that if a table gets resized (smallscreens e.g.) which has 'onmouseover' color change (by CSS, no JavaScript), lines are being highlighted...
  2. retrositelover

    enforcing display:block-defined background color to fill table cells

    Hello, on my sitemap, I use CSS to highlight cells (a:hover); display:block is dedicated to ensure the full cell colored on mouseover. However, if I resize the browser to extreme levels (smallscreens) some cells have line breaks, and the one-word cells will then only color the background of...
  3. retrositelover

    outine:none to highlight active link in framesets

    I've got a little problem with Firefox and would be glad if someone could give me a hint. in order to provide the visitor with an indicator what page he's actually viewing, I use this code: a:active,a:focus{background:#F0FFF0;outline:none} works fine in both Opera and Konqueror, but Firefox...
  4. retrositelover

    forced frame problem: named anchors, and history

    Hi, on my homepage, I use a little javascript to load pages in a frameset if on top. there are two problems: the back-button needs to be clicked more than one time if the visitors want to leave, and named anchors don't work, so the page loads in the frame, but doesn't jump to the texts...
  5. retrositelover

    RTF as an addition to HTML

    Hello, this is an more or less offtopic posting, I just want to ask for your opinion: after dealing a long time with difficulties regarding text appearance of my homepage to 'not well educated people' who are better off with MS Office, I switched to outsourcing few texts to RTF which also has...
  6. retrositelover

    1Pixel Frameborder in Firefox3

    Hello, I'm looking for a way to get nonshaded 1pixel frameborders to be resizeable in all major browsers. Opera and Internet Explorer work fine, even Konqueror, but Epiphany (=Firefox3) won't, I guess it's not possible? if so, the only way to ensure readability on small screens would be...
  7. retrositelover

    lastModified date of other HTML files

    Hello, I'm still very new to Javascript and have a rather kind of beginner question: for a single HTML file, I love to use this in order to give out the file date: document.write(document.lastModified); now, I've got an HTML page which links all the logfiles of my different online projects...
  8. retrositelover

    frame targeting problem

    Hi, I have a problem with a script I wanted to modify - might be interesting for others, so I post it here: The original script is from http://www.dynamicdrive.com/dynamicindex8/newwindow.htm - I wanted to use it in order to target to 5 frames (I called them 'surfareas', but they are Iframes)...

Part and Inventory Search

Back
Top