Hi all,
I decided to update my menus this week for Xmas, to add a lot more info quickly to the shopper so I implemented Fireworks excellent rollover behaviours and added some drop-down menus.
Now, Fireworks builds the CSS in a separate file so I simply copied and pasted this below my site CSS and tested, lovely! Works fun (and here it comes!) but . . the nice Section Lists at the top of every section showing where customer is in store Shop>Airbrushes>Iwata>Airbrushes>HP-CH>etc has strangely taken on some of the CSS coding and returned every listing - 'Return' as in moved down to next paragraph line like below:
Shop
>Airbrushes
>Iwata
>Airbrushes
>HP-CH
>etc
which has messed up the layout and I've had to switch them off!
Here is the code fireworks created complete with my usual site CSS: http://www.organicimage.com/acatalog/aba_oi_08.css To make it easy to read, my original CSS ends, there are a few blank returns in the document and then the new Fireworks CSS begins with:
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
display: block;
Nothing else seems to have been effected by the additional CSS in my file, just the placement of the listings for the sections at the top of each section.
Any help would be greatly appreciated as these listings are excellent for navigation in my opinion and I would like to have them back!
Thank you . .
Beej
I decided to update my menus this week for Xmas, to add a lot more info quickly to the shopper so I implemented Fireworks excellent rollover behaviours and added some drop-down menus.
Now, Fireworks builds the CSS in a separate file so I simply copied and pasted this below my site CSS and tested, lovely! Works fun (and here it comes!) but . . the nice Section Lists at the top of every section showing where customer is in store Shop>Airbrushes>Iwata>Airbrushes>HP-CH>etc has strangely taken on some of the CSS coding and returned every listing - 'Return' as in moved down to next paragraph line like below:
Shop
>Airbrushes
>Iwata
>Airbrushes
>HP-CH
>etc
which has messed up the layout and I've had to switch them off!
Here is the code fireworks created complete with my usual site CSS: http://www.organicimage.com/acatalog/aba_oi_08.css To make it easy to read, my original CSS ends, there are a few blank returns in the document and then the new Fireworks CSS begins with:
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
display: block;
Nothing else seems to have been effected by the additional CSS in my file, just the placement of the listings for the sections at the top of each section.
Any help would be greatly appreciated as these listings are excellent for navigation in my opinion and I would like to have them back!
Thank you . .
Beej
Comment