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 Chris Miller 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: HMKS
  • Order by date
  1. HMKS

    CSS browser resizing and element position

    I really do appreciate the help that some of you guys give. In the code example below I'm trying to display a menu on a webpage but have the menu display in it's entirety when the browser is resized. Currently when the browser is resized and dragged to the left the menu links wrap to the next...
  2. HMKS

    Elements moving on the page

    I'm sorry Dan I didn't know that it mattered here is the actual code. Here is the real code and a better example see when I minimize the browser the links pop outside of their position and outside of the intended position to the right. When the window is maximized they snap back into place...
  3. HMKS

    Elements moving on the page

    The code should be irrelevant here is an example When the page is minimized and the window is dragged from right to left or vica versa the text moves on the next line and etc. I want elements to stay put when the window is minimized here is something I just wrote to demonstrate. <html>...
  4. HMKS

    Elements moving on the page

    GREETINGS ALL, I have a webpage I'm working on where I have some images and text absolutely positioned on the page. When the screen is maximized it looks find but when the browser is minimized partially the images and text move. Is there any way I can prevent this from happening.
  5. HMKS

    PHP code causing IE7 Problem

    Jpadie thanks for the help but there is no JavaScript for this code everything you see above is what makes the links dropdown. When I remove the PHP code the dropdowns work which is why I thought it was something with the PHP. What would be the correct forum?
  6. HMKS

    PHP code causing IE7 Problem

    Good morning all, I am not receiving an error but my drop down menus won't work only in IE7 when I use the following php code <? session_start(); if ($_SESSION[valid] != "yes") { session_register('valid'); } $db_name = "database"; $table_name = "Articles"; $connection =...

Part and Inventory Search

Back
Top