I am implimenting a new menu system at work it is CSS and uses HTC to get IE/win to recognize my menus. Unfortunately everytime i move to a different part of the menu, it looks as if the entire menu reloads.
I will post the code if i need to, but i am curious as to what could be causing this...
Well the code is in
http://tek-tips.com/viewthread.cfm?qid=1020668&page=1
but my question is...
Howcome IE/Win keeps the level1 160px when i have told it i want it to be 83.333px?
is there special coding needed for IE?
The menu i created does not center, it sits 83.333px from the left side of the screen.
HOW DO I CENTER THE MENU?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>...
Why am i getting an error at the start of my nested if code?
<?php
function thumb($source, $quality = 80)
{
/* Check for the image's exisitance */
if (!file_exists($source)) {
echo 'File does not exist!';
}
else {
$size =...
I want to just put image locations into the Database. here are the fields of my table.
id
name
img_location
thumb_location
orientation
I know how to send those to such places, but i really dont get how to work with files really. I want to resize any file down to <250kb and also make a thumb...
We are in California, our servers are in FL 3 hour time difference. We want to launch our e-newsletter at 12 noon on thursday our time or 9am Eastern.
here is my code, my math seems to be off...
SELECT * FROM tide WHERE year = YEAR(CURDATE()) and col_num = 2 and week =...
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.