Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Mesuinu
M. Corp Lotka Volterra
|
Posted - 2007.02.06 12:32:00 -
[1]
Hi guys,
I'm having some problems with a web page that uses CSS to display a gallery page. The URL is as follows:
http://www.allseeingi.com/art/artistique_html/artistique_gallery.html
The problem I'm having is that the gallery works fine in Internet Explorer and Safari but doesn't work in PC or Mac Firefox which I need it to. However, the strange thing is that when previewing the local copy in Dreamweaver, it's perfectly fine in Firefox. It's only when it's uploaded to the web server that it seems to stop working. I got the code from the following website that seems to work fine in Firefox:
http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/
You can view page source on my gallery page to see the CSS code as it's incorporated into the HTML page. For the first person to provide a full solution to this problem, I offer a 50 million ISK reward. If somebody could please help me out I would be mighty grateful.
P.S. While you're reading this, take a couple of minutes to have a laugh at my new video on Youtube. Every view helps me win a college competition :-)
http://www.youtube.com/watch?v=-u15VYBp4fc
Mes
---
|

Stevie mcStepherson
FATAL REVELATIONS FATAL Alliance
|
Posted - 2007.02.06 13:25:00 -
[2]
Arent the slashes the wrong way around in the img links? it should be ../ instead of ..\
|

Padua
|
Posted - 2007.02.06 13:34:00 -
[3]
You are missing the </body> tag in your document. Not sure if that is maybe playing havoc with your javascript, or if mozilla handles this. |

Oriodus
The Caldari Confederation
|
Posted - 2007.02.06 14:00:00 -
[4]
Padua is right...insert the </body> element on the base of the code after </table> and it should stop the contents of the page slipping.
If you have any other problems with it then feel free to eve-mail me in game...
|

Crumplecorn
Gallente Eve Cluster Explorations
|
Posted - 2007.02.06 14:23:00 -
[5]
Edited by: Crumplecorn on 06/02/2007 14:24:37 Edited by: Crumplecorn on 06/02/2007 14:22:12 To be specific:
Search and replace '\images\artistique\gallery\' with '/images/artistique/gallery/'. Then search and replace 'large\' with 'large/'
You can fix the content disappearing by inserting the correct </body>.
Also, you have W3C standards 'stuff' at the top of the document, browsers which try to adhere to artifical standards *cough*Firefox*cough* can become tempermental if these are in your document. ----------
IBTL \o/ EVE is upside down! WTZ+Slower Warp=Win |

Craig Ankers
Caldari
|
Posted - 2007.02.06 16:51:00 -
[6]
Edited by: Craig Ankers on 06/02/2007 16:49:57 Hope u get it sorted Mesuinu it can be tricky sometimes, like Quote: Also, you have W3C standards 'stuff' at the top of the document, browsers which try to adhere to artifical standards *cough*Firefox*cough* can become tempermental if these are in your document.
I found my back buttons in firefox now :)
Regards Craig Ankers Former COO - Si-Fi Si-Fi Website
|

Migliaccio
|
Posted - 2007.02.06 23:39:00 -
[7]
How about adding a doctype declaration to your page so firefox (and ie) will try to be standard compliant (css).
Check the source of the example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|

JadeO
Caldari W.A.S.P
|
Posted - 2007.02.07 00:13:00 -
[8]
The problem is in the slashes. You have to use / on file paths instead of \. Depending on the Dreamweaver version you're using you might wanna get rid of the DOCTYPE declaration since from my experience that can mess up the whole structure pretty bad. (you see it good in DreamWeaver but when watching it on a browser it gets completly different)
As for your vid, lol.. i found it funny in awkward kind of way. :P ______________
Looking for a good signature, logo, website layout? EVEMail me! |

Admai Sket
|
Posted - 2007.02.07 00:24:00 -
[9]
Boys, the OP is a girl! There's a girl in this game! OMG!
I got my sig snipped again. Can someone make me a new one? |

J Frost
Gallente Tides of Silence SMASH Alliance
|
Posted - 2007.02.07 01:09:00 -
[10]
you know what? I would really recommand a W3 validator to check every page you've made to make sure if it's W3 compatible.
http://validator.w3.org/
it helps to debug the missing pair tags too. 
|
|

Crumplecorn
Gallente Eve Cluster Explorations
|
Posted - 2007.02.07 09:45:00 -
[11]
Originally by: J Frost you know what? I would really recommand a W3 validator to check every page you've made to make sure if it's W3 compatible.
http://validator.w3.org/
it helps to debug the missing pair tags too. 
Yeah, and then when you're done with that you can test to see if it actually works in browsers too.
rofl rofl ----------
IBTL \o/ EVE is upside down! WTZ+Slower Warp=Win |

Weebear
The Bowrey
|
Posted - 2007.02.07 09:49:00 -
[12]
Originally by: Crumplecorn
Originally by: J Frost you know what? I would really recommand a W3 validator to check every page you've made to make sure if it's W3 compatible.
http://validator.w3.org/
it helps to debug the missing pair tags too. 
Yeah, and then when you're done with that you can test to see if it actually works in browsers too.
rofl rofl
Get HTML tidy http://tidy.sourceforge.net/ It will repair the tags for you. (At the risk of missing other stuff up if you don't use it carefully )
|

Mesuinu
M. Corp Lotka Volterra
|
Posted - 2007.02.07 21:04:00 -
[13]
Thanks for the response guys. Having tried each solution individually it turned out to be the slashes being the wrong way round on the images that fixed the problem in one go. As such I'm giving top prize to Stevie mcStepherson for pointing this out first. Thanks to everyone for all the suggestions.
Originally by: Admai Sket Boys, the OP is a girl! There's a girl in this game! OMG!
Sorry to dissapoint you my friend but I am yet another guy with a girl character :-) The website is my sisters and the girl in the video is my advertising partner at college, so good guess but not quite! However, I can confirm they are both quite mad.
---
|
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |