Search Results

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: FeralReason
Forum: HTML and CSS Jul 8th, 2009
Replies: 2
Views: 333
Posted By FeralReason
An extremely simple example that relies on the "title" for an anchor tag is shown below. Perhaps this can take you in the right direction.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
...
Forum: HTML and CSS Jul 8th, 2009
Replies: 4
Views: 1,192
Posted By FeralReason
1) Remove the "float:right" from the sub_content div to get it to fill the width of the internal_content div.
2) Add a "float:right" to the trace_details list to get this to position properly...
Forum: HTML and CSS Jul 8th, 2009
Replies: 7
Views: 536
Posted By FeralReason
Can you either post some code or a URL ? Would make it easier for me to understand what you are describing.
Forum: HTML and CSS Jul 8th, 2009
Replies: 7
Views: 902
Posted By FeralReason
Very good! Never heard of quirks mode but (after a short search for my education) this certainly explains the problem. (http://www.quirksmode.org/css/quirksmode.html - section on overflow:visible)
...
Forum: HTML and CSS Jul 3rd, 2009
Replies: 7
Views: 902
Posted By FeralReason
Thanks much for your replay. When I add the "clear:both" line the lower edge of the container moves down to contain the first row but not the second. Adding the "margin-right:3px" statement causes...
Forum: HTML and CSS Jul 2nd, 2009
Replies: 7
Views: 902
Posted By FeralReason
Thanx for the reply. I understand (and actually agree with) the argument but (call it self-education) I am still interested in determining to what extent css can do tables without using table tags.
...
Forum: HTML and CSS Jul 2nd, 2009
Replies: 7
Views: 902
Posted By FeralReason
Admittedly, I'm new to CSS but I am having some difficulty converting tables to CSS. Here is a CSS example for a simple 4 cell table that works fine -- but only without the DOCTYPE declaration (any...
Forum: PHP Jun 17th, 2009
Replies: 21
Views: 8,916
Posted By FeralReason
I got a copy from my local library. If yours does not have it, they can likely order it from some other library. Amazon has it online. However, there are SO many books in this category (good and...
Forum: JavaScript / DHTML / AJAX Jun 11th, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Yes, thanks -- although I did not know this 11 days ago. Only the code posted in 2008 by Schwartznavy used filters.blendTrans. I don't think any of the others mentioned here use this.

The link...
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Without the ability to set a watch so I can understand how that variable is changing and whether the problem is caused by rounding to zero or whatever, I'm not quite comfortable with diving in and...
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Addendum to last post -- After reviewing Gerry's content.js (for the first time) it seems fairly clear how to do titles and hyperlinks. I wrote Gerry about the lack of Fades in FF 3.0.10.
Forum: JavaScript / DHTML / AJAX Jun 8th, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Will do. You must have done quite a bit of work on this slideshow. Gerry's version does not do fade transitions in FF, have titles, clickthroughs, etc. Is the c7f version posted anywhere ?

Thanx,...
Forum: JavaScript / DHTML / AJAX Jun 8th, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Thanks much. I like it - labels, click-throughs, transitions (that work in FF), with both image-rotation and a little next/previous/pause device. I'll try this one out !

On a side note, noticed...
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
One more point, when this code:
else if ( browser.toLowerCase().indexOf("firefox") !== -1 ) {
imgRotate.style.MozOpacity = Math.round( j / 100 );
}
is changed to this:
else if (...
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Same result as before. Titles show but images do not. In firebug I can see that we are looping through images correctly and the images are in the right path (hovering over the path shows a thumbnail...
Forum: JavaScript / DHTML / AJAX Jun 2nd, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Thanks, I will ! It does seem like it should be possible to adapt PHP / CSS gallery code (which I've already developed) to do a slideshow but (being fairly new at this) I didn't see anyway to do...
Forum: JavaScript / DHTML / AJAX Jun 2nd, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
I'm impressed. Developing on a handheld must be challenging !

Handling cross-browser transitions seems to be the big challenge with slideshows. Of the 30 or so sites I have reviewed that are...
Forum: JavaScript / DHTML / AJAX Jun 1st, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
(Hopefully I am not duplicating a reply -- looked like I timed out before I could submit last time.)

I created the images -- image0.jpg through image4.jpg in my images directory and modified the...
Forum: JavaScript / DHTML / AJAX May 31st, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
In IE8, image1.jpg displays (with caption) followed immediately by 1.jpg (with caption) and then nothing else happens. (I am using your image names for convenience.) There are no cross-fade...
Forum: JavaScript / DHTML / AJAX May 31st, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Further thoughts .. I am very new to javascript (more familiar with PHP and CSS.) Ultimately, I want a cross-browser slideshow, with titles and hyperlinks, and cross-fade effects that work across...
Forum: JavaScript / DHTML / AJAX May 31st, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Thanks much ! I do appreciate it. This works flawlessly in Chrome and Firefox. Couldn't get it to work in IE8. (I realize this code dates to well before IE8.)

Thanx again.
Forum: JavaScript / DHTML / AJAX May 30th, 2009
Replies: 25
Views: 7,047
Posted By FeralReason
Too bad no one ever replied to this ! I am trying to solve exactly the same problem with exactly the same code. (The 2nd problem I am trying to solve is to get this fade/blend transition to work in...
Showing results 1 to 22 of 22

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC