Im trying to help a friend with his project.
The website has this <li> list with some apartments.
You can see it here: http://karberghus.dk.linux5.unoeuro-server.com
But the first time your visiting the website you can see a long list with apartments instead of the horizontal jquery carousel.
Is it possible to fix this ugly loading of the apartments?
set the
<ul>class to a css style that hasset on it, or alternatively create an inline style of
so when it first loads, it’s invisible.
Then, in your jquery
function, you can hook up your carousel plugin and either remove the css class that makes it hidden or remove the inline style to make it visible again.
-m