Sat, 2012-09-01 11:14
Hello all,
i have a problem with my style.css in ( only ) Firefox Site don't display correctly
here is the site: meloarte.it
What can i do for displaying it correctly in Firefox too ??
Thank's for help
Sebastian
Sat, 2012-09-01 14:32
#1
Missing image?
Your src attribute has an error.
<img alt="" src="\images\Construction.jpg">
The web uses forward slashes, not back slashes to mark the path. A backslash indicates the next character is literal or a Unicode hex value. Maybe you should get a modern OS so you won't be tempted by habit.


cheers,
gary