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...
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.
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.