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. MonicaX

    Pagea shift left in Foxfire

    I figured it out. It's that the scroll bar appears in Firefox once the page is longer than screen height. And it appears to shift to the left. Duh. This bit of code forces the scroll bar to appear -- and problem solved: html { overflow-y: scroll; }
  2. MonicaX

    Pagea shift left in Foxfire

    If I create a page using tables, one that's designed to expand vertically (the height of the page) as text or content is added, it shifts to the left slightly in Firefox when the table expands past a certain point -- it seems to vary. This is really frustrating, because I want multiple pages to...
  3. MonicaX

    launch pop up on load

    OK. I didn't think about blocking -- that makes sense. Thanks
  4. MonicaX

    launch pop up on load

    I simply want to launch a pop up window when a page loads. I did search the forum and google -- not sure if I'm using the right keywords. It seems pretty basic. Thanks
  5. MonicaX

    server not found error with no www in URL

    OK.I'm pretty sure then, that this has nothing to do with anything I've done or haven't done. I'll get their IT guy to look into it. Thanks!
  6. MonicaX

    server not found error with no www in URL

    My client is getting a server not found message when he tries to visit his site without putting www in the URL. This is only happening when he is using safari on a mac. This seems really weird to me. What issues are there with using www or not that are browser related? Or is this some sort...
  7. MonicaX

    page arbitrarily seems to detach from template

    This has happened a couple of times over the course of several weeks and involves only 2 pages of many. However, my client is overeacting to this in a big way so want to identify the problem. The page seems to just detach from the template for no reason. If I download the page and select "apply...
  8. MonicaX

    text won't align at top of table

    I've got text in a table that won't align at the top: <td height="79"valign="top"><table width="150" border="0" cellpadding="0" cellspacing="0" class="Side_Links"> It looks fine in Dreamweaver, but in a bowser, it displays verticaly in the center of the table. I've been woking in Dreamweaver...
  9. MonicaX

    Frames for table header vs. scrollling table.

    I never used frames, but may have come up with a valid reason to use them. On the page below, there will be lot's of rows that will require a lot of scrolling. I'd like the header (blue row) to be stationary. I've seen scrolling tables with scroll bar actually on the table, but that won't work...
  10. MonicaX

    type defauling to bold - not specified anywhere.

    Chris, someone just helped me fix it a few minutes ago, so what you saw has been changed. I hadn't noted in this thread. Sorry.
  11. MonicaX

    type defauling to bold - not specified anywhere.

    I'm designing this for a programmer to be used in a database admin. All the text within the cells is showing up bold. It should be bold in the blue header (reversed out) only. No matter what I do, I can't get the text in the gray cells to be normal. Nowhere that I can see in the code or style...
  12. MonicaX

    thin rules/border on tables

    I can't seem to figure out how to get rules and borders as thin as the they are on this stats table: http://www.golfweb.com/players/scorecard/460104 they are white on this table, but I've seen them that thin in black as well. If you specify a border as "1" in the properties panel, they are...
  13. MonicaX

    buttons in movie clip, losing actions -- go to scene

    Thanks. I did do a search, sometimes it's difficult to choose the right keywords. It worked like a charm!
  14. MonicaX

    buttons in movie clip, losing actions -- go to scene

    I have several buttons that I've converted to a movie clip. I added button actions to the buttons (go to scene) after I converted it to a clip. The buttons all work fine and take me to the appropriate scene. I tried to repeat the process, but when I convert the buttons to a movie clip, the...
  15. MonicaX

    How to install ASPMail on remote server?

    Thanks, but that is way out of my league. I don't understand half of what you said. I guess I'm going to have to try to get them to switch hosts. Do you have any experience using CDOSYS?
  16. MonicaX

    How to install ASPMail on remote server?

    My client has their site hosted at Earthlink. It's hard to believe, but they don't have ASPMail installed. Customer No-Support says I need to install it myself! I've downloaded it but all the instructions are for installing on a local machine -- not a remote server. And they are incredibly...
  17. MonicaX

    object in layer/display in design view problem

    When I place an image or .swf file in a layer in the design view, the layer border dispays with a gap underneath (at cursor height) or if you pull the layer out to the right the gap goes away at the bottom, but then the gap remains on the right. It displays properly in the browser -- the layer...
  18. MonicaX

    Clear gif showing w/ border

    Laura, sorry to be so vague. I've actually fixed it, and I'm embarassed to say what the problem was - but it was a no brainer. Thanks and I'll try to have my act together next time!
  19. MonicaX

    Clear gif showing w/ border

    Sorry. Live in a browser.
  20. MonicaX

    Clear gif showing w/ border

    Has any one ever had a clear gif show up with a border around it?

Part and Inventory Search

Back
Top