Hi all, just completed a simple site but having problems with the display of the rollovers.
On my Mac in Safari, all’s fine, in Chrome and Firefox, the rollover’s don’t show.
On the pc I’m told that the same rollover problems exist on IE and Chrome, any ideas what it could be? I’ve checked and all resources are uploaded.
Hi Trev,
Your three nav buttons are all saved as PSDs. Change these for web-safe formats (PNGs possibly) and you should be back in action.
Regards,
Tim.
On 6 Feb 2012, at 11:24, Trevreav wrote:
On the pc I’m told that the same rollover problems exist on IE and Chrome, any ideas what it could be? I’ve checked and all resources are uploaded.
Thanks Tim, I’ll do that and report back later.
Trev
On 6 Feb 2012, at 11:51, Tim Plumb wrote:
Hi Trev,
Your three nav buttons are all saved as PSDs. Change these for web-safe formats (PNGs possibly) and you should be back in action.
Regards,
Tim.
Just as an aside Trev I see that your input fields in your form are not named correctly ie ‘name’ and ‘email’ are case sensitive. 3rd tab in the inspector.
Great stuff, thanks for that Dave. Sorting all out this afternoon.
Trev
On 6 Feb 2012, at 15:10, DeltaDave wrote:
Just as an aside Trev I see that your input fields in your form are not named correctly ie ‘name’ and ‘email’ are case sensitive. 3rd tab in the inspector.
All well now thanks Tim & Dave.
BTW, any reason I should have saved them as png/gif/jpegs before importing? I had the output button in Freeway to save as pngs.
Trev
On 6 Feb 2012, at 11:51, Tim Plumb wrote:
Hi Trev,
Your three nav buttons are all saved as PSDs. Change these for web-safe formats (PNGs possibly) and you should be back in action.
Regards,
Tim.
On 6 Feb 2012, at 11:24, Trevreav wrote:
On the pc I’m told that the same rollover problems exist on IE and Chrome, any ideas what it could be? I’ve checked and all resources are uploaded.
You have added a value of name, email etc to your input fields which will mean that your form will always submit no matter what the visitor sticks in there (or not) and any thing they type will go in after what is already in there.
To avoid this leave the value field blank and instead click on the input field and use Item>Extended and add the Name/Value pair (Under the Input Tab) of placeholder/my text here
Great stuff, thanks Dave, I’ll get onto that as the week progresses.
Always happy to have extra tips pushed my way.
Trev
On 6 Feb 2012, at 16:52, DeltaDave wrote:
While I am on the form setup bandwagon…
You have added a value of name, email etc to your input fields which will mean that your form will always submit no matter what the visitor sticks in there (or not) and any thing they type will go in after what is already in there.
To avoid this leave the value field blank and instead click on the input field and use Item>Extended and add the Name/Value pair (Under the Input Tab) of placeholder/my text here