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

Recent content by Seminara

  1. Seminara

    'Absolute' problem - please help

    OK - I found a solution - though not what I'd originally intended. Absolute tagged divs seem to follow the content 'only' if that content is wrapped in a div which has a set width. I originally had it set to 100% so all elements floated. Now I've changed that to 750px. Not perfect - but it...
  2. Seminara

    'Absolute' problem - please help

    OK, I understand what you're saying - but how do I then get it to move with the rest of the column - short of cutting the image up and inserting it table style? All I want is the thing to sit on top of other DIVs. I thought CSS allowed this sort of layering to take place?
  3. Seminara

    'Absolute' problem - please help

    Hi all Please have a look at the following: http://www.nores.org.uk/misc/status_site/index.html I was hoping to have the clock image move with the rest of the content area but it's instead remaining stationary. Can you spot the problem? Does it have anything to do with the fact that I've...
  4. Seminara

    Firefox Print Preview Error?

    Thanks Trent, it was down to my version of Firefox - was 1.0. something. Problem is gone with latest version. Thanks again
  5. Seminara

    Firefox Print Preview Error?

    Hi all, I'm experiencing a browser crash whenever I preview the print job on this page: With PNG graphics (same problem occours with JPG) Does not Print preview - Firefox browser hangs: http://www.condottiero.com/test/students/faq2.html Without graphics Does print preview but displays a...
  6. Seminara

    W3C error

    EDIT: Never mind, I found the answer. I was missing a closing </li> tag.
  7. Seminara

    W3C error

    Hi all I'm getting errors on the following W3C page: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bricup.org.uk%2Fmisc%2Flandlords%2Ftest.html&charset=%28detect+automatically%29&doctype=Inline Page is here: http://www.bricup.org.uk/misc/landlords/test.html I'm not sure how to fix this...
  8. Seminara

    Need help with a list element

    Problem solved - needed to apply the attribute to the 'a' instead of the 'li': <li><a class="active1" href="add_property.html" target="_self"><span>2: Add Property&nbsp;</span> <img src="../images/bullet_vertical.gif" alt="" width="6" height="10" /></a> <ul> <li><a href="add_property2.html"...
  9. Seminara

    Need help with a list element

    Hi all I simply want the top parent link to have the '#leftmenu .active1' attribute applied to it - not it's child as well as can be seen here: http://www.condottiero.com/queries/Untitled-1.html 'Property Form' should not have the graphic background visible. What am I do wrong? Thanks in...
  10. Seminara

    How to make a CSS menu 'JAWS' friendly

    Hi Foamcow, I found the answer here thanks: -- I don't have any experience with JAWS, but are you by any chance using display: none;/block; to hide/show the sub-menu? If so, I would take them off and see how JAWS treats them, then, if they were the problem, use position: absolute; instead, like...
  11. Seminara

    How to make a CSS menu 'JAWS' friendly

    I honestly don't know - I've only just installed JAWS yesterday in order to 'hear' how my web pages work. If that is the case, it's less than desireable as a user may not want to activate a link for fear of navigating from the page they're on (before they've heard what else exists on the page)...
  12. Seminara

    Need help with a dropdown menu

    Edit: I've got - finally. No need for spaces! http://www.ideasdrama.org/test/test.html
  13. Seminara

    How to make a CSS menu 'JAWS' friendly

    Hi all I have created a CSS menu as I thought all it's sub links (unlike a javascript menu) could be read in JAWS Screen Reader: http://www.ideasdrama.org/test/test2.html However when I run it through, all that seems to be read out are the top 4 parent links. Is there code I need to add for...
  14. Seminara

    Need help with a dropdown menu

    Thanks Vragabond - I've made changes which seem to be good enough for the present. I've had to add non breaking spaces before the links as anything else I tried in the CSS seemed to break things in either IE or Firefox. It'll do. Thanks again.
  15. Seminara

    Need help with a dropdown menu

    Oops - spoke too quickly. Problem solved in IE - but now Firefox is rendering some strange stuff. Child links are narrow while the roll over is the correct width? http://www.ideasdrama.org/test/test.html

Part and Inventory Search

Back
Top