Forum: HTML and CSS Jun 15th, 2009 |
| Replies: 16 Views: 11,828 I suspect Auctiva has signed an agreement with eBay or are in some way in business with eBay. I suspect eBay considers JavaScript either a security risk or potential to interfere with their site... |
Forum: HTML and CSS Aug 10th, 2008 |
| Replies: 8 Views: 2,556 I'm still waking up so I don't totally get what the mess is on your browser there, but it's not working, I get that. It's interesting since the code I submitted works in IE7, FF3, Op 9.5 on... |
Forum: HTML and CSS Aug 10th, 2008 |
| Replies: 8 Views: 2,556 Change width to min-width in wrapper
Add white-space: nowrap in message
<style type="text/css">
#wrapper {
position: absolute;
right: 100px; /* put it anywhere */
top: 20px; /* put... |
Forum: HTML and CSS Aug 9th, 2008 |
| Replies: 8 Views: 2,556 Place the absolute positioning on the #wrapper div instead of the #message div since that is the container for the message and the image ...
The text sprawl wasn't happening last night in IE but... |
Forum: HTML and CSS Aug 9th, 2008 |
| Replies: 8 Views: 2,556 If there is no compulsory reason to try and align the image and text with javascript I would definitely do it with CSS ... plus it "just works".
If you need to update the image with javascirpt,... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 16 Views: 11,828 It is true that not everybody has JavaScript enabled in their browser, or the Flash plugin either.
You can NOT do this with PHP, you need some way to manipulate the browser DOM (document object... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 6 Views: 3,257 Darn that Opera, it's one of the most CSS compliant browsers but a real pain in my **** when it comes to CSS layout or JavaScript dynamic scripting...
Okay, I installed the latest Opera just for... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 16 Views: 11,828 Darn, I made a long reply last night before going to bed but it seems to not have posted here.
The scrolling and pop-up window of the gallery you showed me is using JavaScript. You could also use... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 6 Views: 3,257 What version fo IE are you using?
I tested the above that I submitted yesterday in IE 7 and the list numbers are in front of the images.
I only have IE 7 on my computer these days and not... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 6 Views: 3,257 Try to simplify the problem on a different page, when it's just not working out...
This is working in Firefox 3 and IE 7 on Windows.
<html>
<head>
<style type="text/css">
ol {
... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 16 Views: 11,828 I'm sorry -- you saw one of what?
Providing a link to what you're referring to would help.
If you mean a photo gallery window that scrolls left to right -- you might try using a div element with... |
Forum: HTML and CSS Aug 4th, 2008 |
| Replies: 2 Views: 1,321 Just a place to start, first get rid of your CSS errors.
You can validate the CSS at this website:
http://jigsaw.w3.org/css-validator/
I noticed that you have un-commented non-CSS (plain text... |