I'm looking for some good books or sites dedicated to information design. Got some? Kevin Lawver http://lawver.net "First, they laugh at you. Then, they get...
13391
Lisa Stanley
lhstanleyoic
Feb 2, 2005 6:41 pm
I was wondering if it was possible to combine a flash menu and a dhtml menu. What I would like to do is have the main menu in flash, and when the user moves...
13392
Kor Dwarshuis
korkor@...
Feb 2, 2005 6:41 pm
Hi all, IE Mac fails to center vertically. It seems to me that it does not understand the " top: 50%;" in position: absolute; top: 50%; left: 50%; site: ...
13393
:murb: [maarten brouw...
ramshacklemurb
Feb 5, 2005 6:10 pm
Hi Kevin, I'm a mostly just viewing member of this often interesting list: http://www.info-arch.org/lists/sigia-l/index.php Furthermore these are some sites in...
13394
Richard Strucke
stilfx2
Feb 5, 2005 6:49 pm
Not to discourage you from finding a workaround hack for Explorer 5.2 - Macintosh OSX... BUT, IE for Mac is dead. It no longer ships w/ OSX and according to M$...
13395
judester901
Feb 5, 2005 6:50 pm
I am stuck on a css issue regarding the left nav of a web page. The page is at http://209.200.91.69/test/about/mission02.htm The CSS is at ...
13396
Jeff Wright
jeffvwright
Feb 10, 2005 3:16 am
Does anyone have any recommendations for site searches? I've used Google's WebSearch and SiteLevel (http://www.sitelevel.com), but I'm not terribly interested...
13397
ellenrothwax
Feb 10, 2005 3:16 am
Hi, I've been lurking and learning (a lot) but now I need specific help. I assume `hacks' are ways of getting around different browser's idiosyncrasies. I am...
13398
Nathan Woods
slope_basher
Feb 10, 2005 7:38 am
Hi there Ellen, here's something you should be able to do to center this up. In the #maintable declaration in your CSS, add: #maintable { margin: 163px auto 0...
13399
donovann70
Feb 12, 2005 3:37 am
I'm updating links to a Yahoo store and I tested my changes every step of the way and they were working. I had one of my devs here with me and he tested in and...
13400
Priyanka Matai
priyankamatai
Feb 13, 2005 6:45 pm
Hi guys... I need some quick advice here. One of our websites is giving us a major problem in refreshing pages. Website - www.waficity.com Due to unavaoidbale...
13401
eskwayrd
Feb 13, 2005 6:45 pm
... For local indexing (ie same filesystem web server uses), try Swish-E (http://www.swish-e.org/). For remote indexing, try htDig (http://www.htdig.org/). ...
13402
dankonig
Feb 13, 2005 6:45 pm
I'm looking for a way to change the style sheet used on my site depending on where the user is coming from. For example if the user were a widget maker and...
13403
Lisa Stanley
lhstanleyoic
Feb 13, 2005 6:46 pm
Great timing - as of last night I have begun testing phpDig - HYPERLINK "http://www.phpdig.net/"http://www.phpdig.net/ I installed a test on my site which is a...
13404
Nathan Woods
slope_basher
Feb 14, 2005 5:12 am
It would be easier to make your visitor log into your site and set the preferences that way... ... From: dankonig [mailto:konigd@...] Sent: Thursday,...
13405
Jonathan Oxer
jonoxer
Feb 14, 2005 6:11 am
... That should be quite easy, with one caveat: you need to be able to determine where they came from, and if they're typing your website address into their...
13406
Adam Bell
dzign@...
Feb 14, 2005 11:51 pm
I just started using YoungPup's scripts for the TransMenus where transparent slide-out menus come out of navbars and everything seems to be in order except one...
13407
ellenrothwax
Feb 23, 2005 2:52 pm
I need the script to add to a form that will verify that a text entry and is submitted in a specific format, ie a phone number. I can only use a single text...
13408
Richard Mather
richardmather@...
Feb 23, 2005 2:53 pm
Dear Babblers, I'm rebuilding an existing site in CSS and stripping as much HTML as I can etc etc. I've just added a float: left; to a div which contains the...
13409
judester9010
Feb 23, 2005 2:54 pm
Hello, I have a page posted at <a href="http://www.site- shack.com/cssclass/005/quiz5.htm">http://www.site- shack.com/cssclass/005/quiz5.htm</a> which displays...
13410
fstorr
fffstorr
Feb 23, 2005 3:02 pm
... Sounds to me like you need Regular Expressions (regexes). If you've not used these before, prepare to be (probably) somewhat confused. There are numerous...
13411
Richard Mather
richardmather@...
Feb 23, 2005 4:12 pm
Hi, Please ignore this - I narrowed it down to my firefox acting extremely strangely in... there's an extension called 'switch proxy' that really messes with...
13412
Nika Pigorsch
nika@...
Feb 23, 2005 4:13 pm
Ellen, Yeah I guess it could look something like: function validateMe(){ var fieldValue = document.form.field.value; if (fieldValue.match('blah') { right }else...
13413
Krassy
klyakov
Feb 23, 2005 9:00 pm
ellenrothwax <ellen@...> wrote: I need the script to add to a form that will verify that a text entry and is submitted in a specific...
13414
christopherschmitt
christophers...
Feb 26, 2005 7:10 am
Hi, all, I have another database question. It's about building a menu system with one sublevel for each of main level item. I have my db set up with two...
13415
Adam Bell
dzign@...
Feb 26, 2005 8:34 am
I've got a slight problem that only seems to occur in IE5/Mac. If you go to http://www.vitalityjuice.com/ you'll see that there's a image crashing into the...
13416
Jens-Uwe Korff
justgotoutabed
Feb 26, 2005 1:53 pm
... Hi Christopher, you might want something linke this: $query = "SELECT mainLabel FROM mainTable"; $result = mysql_query($query); echo "<ul>\n"; while ( $row...
13417
julesraven
Feb 26, 2005 2:44 pm
highfivebabble-unsubscribe@yahoogroups.com...
13418
c b
cadabbler
Feb 26, 2005 9:58 pm
Adam, Another problem with your http://www.vitalityjuice.com site: I'm using FireFox on a PC. The business form has items that overlap. The bottom purple...
13419
Philippe Wittenbergh
phiw132000
Feb 27, 2005 1:44 am
... Known bug: You're using position:relative *and* offsetting the box(#content), then IE Mac doesn't apply those offsets to the floated image. ...