Web Design Forum: On Board Spa JS nav display issue - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

On Board Spa JS nav display issue

#1 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 02 September 2010 - 03:30 PM

Hiya,

Can anyone tell me why the nav on this site is too low until you click on it?

http://www.theonboardspacompany.com/

Thanks.

Rich
0

#2 User is offline   crisp 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 08-October 09
  • Reputation: 5
  • Gender:Male
  • Location:Middlesbrough, UK
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 02 September 2010 - 05:11 PM

Looks fine to me, could you explain exactly what you mean?
0

#3 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 02 September 2010 - 06:18 PM

Not sure I understand

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
0

#4 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 03 September 2010 - 08:10 AM

Yeah, cool I'll do that too.

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...
0

#5 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 03 September 2010 - 08:17 AM

I don't see what you mean by it covering up the share pop-up...?
0

#6 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 03 September 2010 - 08:19 AM

Sorry, it's only when viewing it in Google Chrome...
0

#7 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,677
  • Joined: 25-May 10
  • Reputation: 673
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 03 September 2010 - 08:48 AM

it's a long shot but try validating the code and correcting.
0

#8 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 03 September 2010 - 12:11 PM

View Postfutureproof, on 03 September 2010 - 08:17 AM, said:

I don't see what you mean by it covering up the share pop-up...?



IE Problem Rich
0

#9 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 03 September 2010 - 03:51 PM

Can you try this see if it fixes chrome problem


#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*/

}

0

#10 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 08 September 2010 - 01:49 PM

Alright Jack, still the same. What was it you said to do when my nav buttons were flashing when the user initially rolled the courser over the button? Did you add a Block to the css or something??
0

#11 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 08 September 2010 - 04:35 PM

Can you try this Rich


#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;}

0

#12 User is offline   bocaj 

  • The First Messiah of Javology
  • PipPipPipPipPip
  • View gallery
  • Group: Members
  • Posts: 3,383
  • Joined: 11-January 09
  • Reputation: 99
  • Gender:Male
  • Location:The West Country.
  • Experience:Web Guru
  • Area of Expertise:Entrepreneur

Posted 08 September 2010 - 08:46 PM

The actual <a> elements in the menu, they need to be set to block level (display:block;) and then floated to the left.

I've just done the edits in the Webkit Dev Tools, and it's fixed it.
0

#13 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 13 September 2010 - 08:53 AM

Cheers Jack but it's still the same man.

Bocaj - do you have the code you changed for it??

Rich
0

#14 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 13 September 2010 - 12:10 PM

Strange I tested that in chrome

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 :)
0

#15 User is offline   bocaj 

  • The First Messiah of Javology
  • PipPipPipPipPip
  • View gallery
  • Group: Members
  • Posts: 3,383
  • Joined: 11-January 09
  • Reputation: 99
  • Gender:Male
  • Location:The West Country.
  • Experience:Web Guru
  • Area of Expertise:Entrepreneur

Posted 13 September 2010 - 01:16 PM

View Postmteam, on 13 September 2010 - 12:10 PM, said:

what bocaj is saying is

#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)


0

#16 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 13 September 2010 - 01:42 PM

Cheers but still the same for me, you viewing it in Google Chrome yeah?
0

#17 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 13 September 2010 - 01:48 PM

Ok, I've uploaded that bit of css to the live site, still the same for me in Chrome...
0

#18 User is offline   bocaj 

  • The First Messiah of Javology
  • PipPipPipPipPip
  • View gallery
  • Group: Members
  • Posts: 3,383
  • Joined: 11-January 09
  • Reputation: 99
  • Gender:Male
  • Location:The West Country.
  • Experience:Web Guru
  • Area of Expertise:Entrepreneur

Posted 13 September 2010 - 04:09 PM

View Postfutureproof, on 13 September 2010 - 01:48 PM, said:

Ok, I've uploaded that bit of css to the live site, still the same for me in Chrome...


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.
0

#19 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 13 September 2010 - 04:37 PM

can you test this in chrome Rich menutest

I've added the code I posted above to the head infact I moved the position relative to the container to stop any IE7 Problems with overflow hidden
0

#20 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 14 September 2010 - 08:07 AM

Ok, it is definately there now though?...
0

#21 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 14 September 2010 - 08:11 AM

and yeah the manutest looks good...but it still doesn't display correct when I do it for some reason...
0

#22 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 17 September 2010 - 04:05 PM

Any more ideas? :friends:
0

#23 User is online   mteam 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,814
  • Joined: 07-November 09
  • Reputation: 244
  • Gender:Male
  • Location:Manchester
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 17 September 2010 - 04:41 PM

The changes in the css aren't showing up on the live site
0

#24 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 18 September 2010 - 06:56 AM

Hm that's strange, ok cheers guys
0

#25 User is offline   futureproof 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 479
  • Joined: 07-May 09
  • Reputation: 4
  • Gender:Male
  • Location:Southampton
  • Experience:Intermediate
  • Area of Expertise:Designer

Posted 20 September 2010 - 08:33 AM

This is what it looks like in my Google Chrome. Does this not happen with you guys?

Attached File(s)


0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users