On Board Spa JS nav display issue
#1
Posted 02 September 2010 - 03:30 PM
Can anyone tell me why the nav on this site is too low until you click on it?
http://www.theonboardspacompany.com/
Thanks.
Rich
#3
Posted 02 September 2010 - 06:18 PM
I've noticed that the flash on the home page needs changing so that it doesn't display on top of everything and cover up the share pop up
wmode="opaque" and z-index should fix this
#4
Posted 03 September 2010 - 08:10 AM
What it is is you see the nav is along the top right, well when you first navigate to the page, the whole nav is about 30px lower than it should be, which creates a white space at the top and chops off the bottom of the nav...until you move your curser over it, which it then moves back up to where it should be...
#5
Posted 03 September 2010 - 08:17 AM
#9
Posted 03 September 2010 - 03:51 PM
#sliders-gnu-list li {
float:left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 1px;
border: 0px 0px 0px 1px;
border-color: #FFFFFF;
height:285px;/*added height*/
}
#10
Posted 08 September 2010 - 01:49 PM
#11
Posted 08 September 2010 - 04:35 PM
#sliders-gnu-list li {
float:left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 1px;
border: 0px 0px 0px 1px;
border-color: #FFFFFF;
position:relative;
height:285px;
}
#sliders-gnu-list li a{position:absolute;top:0;}
#12
Posted 08 September 2010 - 08:46 PM
I've just done the edits in the Webkit Dev Tools, and it's fixed it.
#13
Posted 13 September 2010 - 08:53 AM
Bocaj - do you have the code you changed for it??
Rich
#14
Posted 13 September 2010 - 12:10 PM
could you make the changes to your live site so i can have a look
what bocaj is saying is
#sliders-gnu-list li a{display:block;float:left;}sorry bocaj if thats not correct
#15
Posted 13 September 2010 - 01:16 PM
mteam, on 13 September 2010 - 12:10 PM, said:
#sliders-gnu-list li a{display:block;float:left;}I just double checked, and yes that should work. I've attatched a screenshot.
Attached File(s)
-
screeny2.jpg (191.2K)
Number of downloads: 7
#16
Posted 13 September 2010 - 01:42 PM
#17
Posted 13 September 2010 - 01:48 PM
#18
Posted 13 September 2010 - 04:09 PM
futureproof, on 13 September 2010 - 01:48 PM, said:
It's not in your css file.. http://www.theonboar...ult/default.css
ctrl + f and search for #sliders-gnu-list li a
0 hits.
#21
Posted 14 September 2010 - 08:11 AM
#25
Posted 20 September 2010 - 08:33 AM
Attached File(s)
-
Untitled-1.jpg (243.97K)
Number of downloads: 4
Help




















