ok so i tried to redo it in "suckerfish style"
unfortunately it really tweaks out in IE and i am having trouble finding out why i need to do weird things...
e.g. i need to change the margin-left: -40px; in some places.
IE is still all over the board.
The margins are really weird and do not...
Suckerfish is also supposed to "flicker"
http://www.alistapart.com/discuss/dropdowns/10/
I suppose i could check them out, but i figured they had the same problem.
--i3iz
Technical Newbie
I used csshover.htc and my guess is that it parses the CSS file everytime it hovers and hence forth...reloads the entire menu every time. But i am open to other interpritations
do you need the csshover.htc ???
In answer to your questions:
1. no mac browsers...did not try any other win...
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?
ok so now i just put the below list into a table and removed the other margin. Turns out the float was doing all of the work.
New problem is the fact that on windows IE it inherits some of the values. So
instead of Level1 = 83.333px, it is actually 160, and level2 and level3 are also 160px...
i want it to be centered. But i want each float to be 83.333px to the right of the previous one... does changing the margins in this line affect the rest of the menu?
--i3iz
Technical Newbie
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>...
this code is awesome....
<?php
if(isset($_POST['Submit']))
{
$size = 150; // the thumbnail height
$filedir = 'pics/'; // the directory for the original image
$thumbdir = 'thumbs/'; // the directory for the thumbnail image
$prefix = 'tn_'; // the prefix to be added to the original name...
Flubbard, thanks, i will try that code.
I can upload a file, and i can insert the location into the mysql db, but when i start to try to resize it, i get lost in the code. I am a graphics guy not a coder.
I am good at appropriating code. So thanks i will try it.
--JB
--i3iz
Technical Newbie
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 tried to use Litebearers Code and it is giving me an error at line 14. Which is tmp_name....
I changed it to my serverpath....
I HAVE HAD SO MUCH TROUBLE GETTING A FILE TO RESIZE UPLOAD AND STORE LOCATIONS OF THE FILE AND THUMB IN THE DATABASE
why can no one help me?
--i3iz
Technical Newbie
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.