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

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

    Menu disorder

    Please, check this page. On the footer in the menu, when it is on hover it moves up and down, why? Thanks in advance
  2. maanton

    Footer issue

    Please, check out this page. Why on ff footer goes behind the #left and #right columns? On IE looks exactly as I want to. Thank you n advance
  3. maanton

    How can I do this?

    Hi, I need to know how can I create a menu like this blue one on the left of that page. I mean, please look at the "??????????" link, when it is clicked it opens submenus. How can I do it? Thank you in advance.
  4. maanton

    Please check this menu

    Hi, I need to know how can I create a menu like this blue one on the left of that page. I mean, please look at the "??????????" link, when it is clicked it opens submenus. How can I do it? Thank you in advance, you have always been so helpful
  5. maanton

    Free Illustrator Templates?

    Hi all! Does anyone knows where I can find and download Illustrator templates for free? Thanks you in advance, Martha, Athens
  6. maanton

    Conditional content

    Hi! I call some data from a db..the code is the following <div id="country_info"> <a href="country_info.asp?ID=<%=(desc.Fields.Item("country_info_id").Value)%>&amp;country_id=<%=(desc.Fields.Item("country_id").Value)%>">LINK</a> </div> I also have a field on my db named c_info which format is...
  7. maanton

    Validation error

    The error is that... Error Line 39 column 26: required attribute "id" not specified. <map name="m_offer_photos"> The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required...
  8. maanton

    Passing data through pages

    Hi all! My line of code is <a href="country_info.asp?ID=<%=(desc.Fields.Item("country_info_id").Value)%>">LINK</a> Apart from that, I need to pass some other data to be available on the next page as well. How is that possible? Thanks in advance
  9. maanton

    Backup using import/export

    I run a forum using mssql server 2005 db on an ISP server and I want to back up the database. I use the Management Studio and I have successfully taken backup of the tables using import/export. Is there any way to backup using import/export the rest of the db (stored procedures, functions...
  10. maanton

    Ms sql and Server Agent

    Hi! Please help, I am a complete newbie! Ive so far installed: -Analysis services -Configuration Tools -Performance tools -Sql Server management Studio What shall I do to run Server Agent? Thanks in advance
  11. maanton

    Ms sql server 2005 and Server Agent

    Hi! Please help, I am a complete newbie! Ive so far installed: -Analysis services -Configuration Tools -Performance tools -Sql Server management Studio What shall I do to run Server Agent? Thanks in advance
  12. maanton

    Back up a remote database

    Ive just installed mssql 2005 on my pc and I need your help on backing up a database that is on a remote server. I ve connected to the remote server using the Management Studio. Im accessing the database and Im getting the backup, but unfortunately I see that the back up is being saved on the...
  13. maanton

    Just installed SQL SERVER and need help

    Please forgive me if this sounds so silly, but I am a complete newbie on SQL SERVER (the only think I ve worked on so far is Access) and I need help. I ve just installed the SQL Server and the things I have are about configuation, such as: -sql server configuration manager -sql server error and...
  14. maanton

    Stuctural Pseudo-Classes (:empty)

    Hi all !! I m dealing with a dynamic page and I need an element (eg h1) to be invisible when it does not contain any data. I tried using the following Stuctural Pseudo-Class: h3:empty{ visibility:hidden } but unluckily, it works only in ff... Any suggestions? Thanks in advance, Martha
  15. maanton

    Please, review

    Please, have a look on that page Suggestions are needed because I m still trying to make up my mind on colors and layout display. Thanks for your time!
  16. maanton

    Css and tabular data

    Hi! I've been experimenting with ridding my pages of the tables. CSS works beautifully for general layout purposes, but I have yet to find a good way to reproduce table cells and rows using CSS. I know that lots of people think tables are okay for tabular data, but I'd like to see how it can be...
  17. maanton

    Frame succesion

    I want specific frames to move slowly than the rest. How is this possible? Thanks in advance
  18. maanton

    Searching for tutorial - images alteration

    Hello!! I want to make an effect of images alteration like this one: www.ginis.gr Since I m a newbie to flash, I m looking for any tutorial available or instructions. thanks in advance
  19. maanton

    Graphic vs movie clip symbol

    Hi! I am a complete newbie in flash and need some help with symbols. I can put a graphic symbol on motion, so I cannot figure out what is the difference between a graphic and a movie clip symbol. What kind of limitation makes the graphic symbol a better tool for static images and a movie clip...
  20. maanton

    export data problem

    Hi! I am running a database on my remote host and I try to get a copy to my local machine. I use SQL Server Enterprise Manager and I use the export data wizard through the remote db. This gets so far - looks like it is working, but then stops with an error - it says Failed to copy objects from...

Part and Inventory Search

Back
Top