Gender
Male
Current status of the Ning Platform is always available on the Ning Status Blog.
Gender
Male
Location
Pittsburgh, PA
Birthday:
March 2
What's your role? Network Creator (NC) or Admin?
www.hot4hire.com, www.steelcitytoyota.com,
You need to be a member of Ning Creators Social Network to add comments!
Comments are closed.
Comments
OK, i've added you on Skype. I'll try and call today
I tried the nav bar that you allude to in the forums but found it buggy, as some of the people who responded have too.
Thanks for the invite to chat, will call soon. Do you have a Skype account?
don't worry, found it, and i see you've not got it on the live site.
If you've got it working but need the drop down to display over the body of the site try adding this to your advanced css:
.xg_theme .xj_ad_below_header{
position:relative;
z-index: 1000;
}
the iframe option is a no go.
the best option would be to insert the html into an ad box below the header (see features layout) and then put the css in your advanced css section (or link to an external stylesheet if no room). The problem is that some of the css conflicts with the standard ning css styles so i think that some renaming of some of the classes is in order, hence; custom job.
Some other NCs might have a better alternative but I'd have to spend some time on it.
SP
i think in truth it's probably a paid custom job, especially as I can't even see what you're trying to do. Cheers, SP
seems like you've reverted back to the standard ning nav bar. SP
I saw your comment and i think i can help
but right now i can't access any computer..
There is lot of designers on Creators.. open a forum and they will help you
Hi Chris,
I seems like this issue is from your html menu itself. Even your drop down menu is not visible in text.
Try this in your advanced CSS
#custom_ads{
position:relative;
Z-index:1000;
}
SP