0

Thanks everyone for taking the time to read this.

I have styled my navigation bar and a few other things on my website using lists. For example...

<ul>
    <li id="n1"><a href="http://www.beaconrecords.com/index.php"></a></li>
    <li id="n2"><a href="artists"></a></li>
    <li id="n3"><a href="lifestyle.php"></a></li>
    <li id="n4"><a href="events.php"></a></li>
    <li id="n5"><a href="shop.php"></a></li>
    <li id="n6"><a href="contact.php"></a></li>
    <li id="n7"><a href="about.php"></a></li>
</ul>

It works perfectly, but when it loads, it kind of like breathes. It starts off shrunken in a little bit, and then expands to its properly place after a second. I do not know what is causing this problem, and I don't think it's due to the way I styled the list, as I will show.

This is the website with the problem. http://beaconrecords.com/

here is a test link that doesn't have the problem. http://beaconrecords.com/wp-content/themes/br/test.php

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Jacob Raccuia
  • 1,666
  • 1
  • 16
  • 25

2 Answers2

0

I personally don't see this as being all that problematic, however, I feel that cutting up the 'lightning' spacers into two images is and it's likely that resolving that issue will also fix your other one. I would extend the images in each li to include a spacer (or even better, use the word image as a background for the links and use the spacer as a background for all but the last {or first} list item).

Right now the lightning bolts are not appearing correctly for me (in Chrome) and this would be a way to ensure that.

Godwin
  • 9,739
  • 6
  • 40
  • 58
  • I don't know how I missed that chrome error, so thank you so much! I will most definitely try your solution and let you know how it ends up. – Jacob Raccuia Apr 15 '12 at 03:28
  • So I actually removed the bolts altogether. I know this is months later but we redid the nav and there are no bolts. It is still incredibly jumpy however. I find it problematic just because it is annoying! – Jacob Raccuia Jun 06 '12 at 02:55
  • Not seeing any jumpiness, have you checked other browsers? Which browser are you using? – Godwin Jun 06 '12 at 05:47
  • it's currently jumping on Firefox 12.0 on Windows XP. Yesterday it wasn't jumpy, but right now it is. – Jacob Raccuia Jun 08 '12 at 17:13
0

Test your site at Google PageSpeed: https://developers.google.com/speed/pagespeed/insights#url=http_3A_2F_2Fbeaconrecords.com&mobile=false - maybe you find some thing you could improve. In my opinion your site i generally slow loading on my 1M connection.

Robert Niestroj
  • 15,299
  • 14
  • 76
  • 119
  • I agree, it is terribly slow. I will eventually run through these, but I looked through and nothing seemed to add a ridiculous amount of time. Compression maybe. – Jacob Raccuia Jun 06 '12 at 02:57