NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on March 28, 2017, 01:51:43 PM
-
Clarion 10
NT 9.22
StringTheory 2.57
Just upgraded to 9.22 and now the menu looks peculiar. The browses etc. all look lfine - see image.
Tried restoring the old Aristo folder to see would that change things but no luck. The switched themes but still the same issue.
-
Morning Brian,
Do you see the same effect in an example?
I'm guessing it's a CSS issue - so it might be limited to your application.
Or not. Which theme are you using? Aristo?
update - - I'm getting the same problem in the examples, with the taskpanel menu type, so I'm looking into that.
cheers
Bruce
-
Thanks Bruce,
Tried with other themes and got the same. Copied Aristo from backup, no joy. Had to release for this customer so soon as you know would be great.
Brian.
-
I'll make an 9.23 build today, but in the meantime I understand what is happening, and you can make the tweak on your side.
In NetWeb.CLW
Line 10911 reads;
If omitted(p_class) or p_class = ''
Change this to
If omitted(p_class)
Cheers
Bruce