Need CSS help Coda-Slider 2

I'm having trouble setting the width of the <ul> in this Coda-Slider tab set up. I'd like all the tabs across the top to display in one line rather that wrap to two.
http://www.cidigitalmedia.com/coda-slider-2.0/index.html
You'll see the last tab wraps below.
Looked over the CSS and .js and could not find anything setting the <ul> to 552...
But IE Developer Tools toolbar and Firebug show an inline style of 552px...
I just can't find where that is.
CSS file:
http://www.cidigitalmedia.com/coda-slider-2.0/stylesheets/coda-slider-2.0.css
Would greatly appreciate some help.
Best wishes,
Adninjastrator

Thanks for your reply!
Turns out that the <ul> width was a math computation in the .js file (there was no <ul> width coded in the CSS or HTML).
A helpful soul over at:
http://stackoverflow.com/
helped me ID that line in the .js file.
ul.css({ width: 'auto', marginLeft: -18 });
I still had to use a neg margin to move the tabs all to the left... but all is working now.
http://www.cidigitalmedia.com/coda-slider-2.0/index.html
Best wishes,
Adninjastrator

Similar Messages

  • Need CSS help

    I'm relatively new to CSS and stumbling around.  Can someone look at this page and tell me how to get the "more" boxes lined up in the top four white boxes?
    http://www.fbcwentzville.com/new_site_2010/index_new.html
    Would I use a relative position and how would I go about doing that?  Also, when you make changes to the css sheet within Dreamweaver, do changes take place immediately?  I tried playing around with relative position and didn't see any changes to it.
    Thanks!

    Hey Malaperty. Let me help you out and at least fix the issue at hand. Rather easy fix, but it will take a little pixel playing on your end to fine tune where you want your "more" buttons precisely.
    First add   postition:relative; to your .subdiv2  in the css. so the final code will look like this:
    .subdiv2{
                    position:relative;
                    width:225px;
                    float:left;
                    margin:0 12px 0 0;
                    background:url(../images/sub_div_bg.gif) repeat-y 0 0 #D6D7A0;
                    color:#000;
                    height: 350px;
                    padding: 0;
    Next, eliminate the margins from .subdiv2 p.more in your css and add the below code.
    .subdiv2 p.more{
                    position:absolute;
                    bottom:20px; 
                    right:20px;
    I added 20px to the bottom and right properties but this is where you need to play with it to fine tune the placement.  bottom:20px means it will be 20px from the bottom of the .subdiv2 div and right:20px means it will be 20px from the right side of the subdiv2 element.
    I won't get into explaining why all this works as you have some links to learn all this.
    As far as absolute positioning being a bad layout strategy...well that can't be any more wrong. It is only bad if it is misused and then things can get ugly. Use it right and it can make form some of the best web effects that you can imagine. Learn and love it, but always use it wisely.
    Check this link out http://csszengarden.com/   here you will find they use absolute positioning all over the sample sites...truly thinking outside the box. So absolute positioning is not to fear!

  • Need CSS Help for Gallery

    I have an image gallery which is working fine. But I'm at a loss for what CSS rule will center my large image vertically within its div. I've tried several attempts, none of which have had any affect. I've temporarily resorted to using a top margin to bump down my portrait image (image 1) so it appears centered... but that won't solve my landscape image (image 2).
    Here's my link  http://home.comcast.net/~steven.kay/  and my current styles below.
    #apDiv1 {width:495px; height:460px; z-index:1; float: right; margin-top: -38px; margin-right: 10px; text-align: center; background-image: url(../images/gallery/apDiv_bckgr.jpg); background-position: center center; vertical-align: middle;}
    #apDiv1 img {margin-top: 17px;}
    Thanks,
    Steve  

    Sorry to say  there is no CSS vertical centering rule that can automagically center your portrait & landscape  images on screen.   Perhaps if you display all your portait images in one division and all your  landscapes in another you can apply the correct top margin.  Or consider using another scripted gallery based on   JQuery or Lightbox.
    4Level has a free Lightbox extension for DW that may do what you need.
    http://www.fourlevel.com/dreamweaver/extensions/lightbox/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Need css help please!

    I'm having a problem in IE 7 & maybe 8 with my website. Here is the link to the staging site:
    http://www.checkmandesign.com/staging/
    In IE 7 the main content div seems to be pushed down from where it is supposed to be. I am on a Mac and it looks fine in Firefox & Safari. I can't view it on a PC so I am going by what I am being told by friends and also what I see on browser shots. I am new to coding so perhaps my css is messy and causing this. Can anyone help? I am also having another issue with a jquery script in my portfolio pages. The gallery is not loading properly in IE 7&8. It's a known issue which some people have written fixes in the forums (http://blog.ilexius.de/blog-post/2010/09/27/javascript-galleria-and-ie6-7-and-8-compatibil ity/)
    I am pasting my CSS below in case anyone can see something that I am missing regarding the content issue:
    body, h1, h2, p, ul, li {
    margin: 0px;
    padding: 0px;
    font: normal 12px/28px Arial, Helvetica, sans-serif;
    color: #7d7c7c;
    text-align: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    #content h1 {
    font-size: 14px;
    font-weight: bold;
    color: #FD1D13;
    display: block;
    padding-bottom: 10px;
    #content h2 {
    font-size: 14px;
    line-height: 28px;
    color: #7d7c7c;
    font-weight: bold;
    #content p {
    font-size: 12px;
    line-height: 16px;
    color: #7d7c7c;
    display: block;
    margin-top: 0px;
    margin-bottom: 16px;
    #outerWrapper {
    width: 980px;
    margin: 0px;
    #header {
    height: 136px;
    float: none;
    clear: none;
    #nav_bar {
    height: 108px;
    top: 172px;
    padding-left: 110px;
    padding-top: 10px;
    padding-right: 40px;
    #content {
    width: 460px;
    left: 280px;
    padding-left: 290px;
    background: #ffffff;
    text-align: left;
    margin-top: 1px;
    padding-top: 62px;
    #footer {
    height: 70px;
    padding-top: 60px;
    padding-left: 100px;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    #footer p {
    font-size: 10px;
    line-height: 18px;
    color: #7d7c7c;
    text-align: center;
    #footer p .footerLinks .footerLinks {
    color: #7d7c7c;
    text-decoration: underline;
    #sidebar-left {
    width: 140px;
    padding-left: 130px;
    float: left;
    padding-top: 62px;
    font-size: 13px;
    #sidebar-right {
    float: right;
    width: 151px;
    padding-left: 40px;
    position: absolute;
    top: 150px;
    left: 751px;
    height: 400px;
    #mailingList {
    font-size: 12px;
    font-weight: bold;
    color: #FD1D13;
    #form1 {
    padding-top: 20px;
    .navbar-icon {
    border-right: 1px solid #999;
    padding-right: 5px;
    margin: 0px;
    z-index: 10;
    #nav-bartext {
    position: absolute;
    z-index: 200;
    #thumbnails {
    height: 471px;
    .clientList {
    list-style: disc inside;
    line-height: 16px;
    font-size: 12px;
    .footerLinks {
    font-size: 10px;
    color: #7d7c7c;
    font-weight: normal;
    #sidebar-left {
    font-size: 14px;
    line-height: 28px;
    color: #1B0499;
    #sidebar-right p img {
    padding-bottom: 10px;

    You can't have it both ways.  You can either float a container or you can position it. I prefer to float columns.
    #sidebar-right {
        float: right;
        width: 151px;
        padding-left: 40px;
    /**REMOVE ALL OF THIS**/
        position: absolute;
        top: 150px;
        left: 751px;
        height: 400px;
    Learn CSS positioning in 10 Steps -
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    Review Floats and Clearings -
    http://css.maxdesign.com.au/floatutorial/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • I need some help, somebody has turned the restrictions on on my daughters  iPad mini and we don't know the pass code to turn it off.  She has lost the iTunes icon because of this.  Anybody know what to do?  Thanks

    Help, somebody has turned the restrictions on on my daughters iPad mini and we don't know the pass code to turn it off. She can't use iTunes because of them being turned on.  I have tried backing it up to a laptop and then restoring it to factory settings but you need the pass code to do this....any ideas how I can turn it off or reset it, anything that might help its driving me potty...
    Many thanks
    Jo

    Recovery Mode
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3. While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button.
    5. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: You need to be patient and repeat the above many times to recover your iPad. Data will be lost.

  • HI, I need your help. How can I delete all data, when I do not have the special security code, which I didn´t remember ? I also think, that I never create this code before. But I cannot put my settings back.

    HI, I need your help. How can I delete all data, when I do not have the special security code, which I didn´t remember ? I also think, that I never create this code before. But I cannot put my settings back.

    You must remember the code, if you can't then take the phone and proof of purchase to an Apple Store.

  • Having problem buying online.need your help since it's my first time here.apple is asking for my billing address but when i enter my address here in qatar,it's saying i should enter a valid zip code within the u.s.does it mean i can't buy online

    having problem buying online.need your help since it's my first time here.apple is asking for my billing address but when i enter my address here in qatar,it's saying i should enter a valid zip code within the u.s.does it mean i can't buy online even if it wil be shipped within u.s. only?

    To buy in for delivery in Qatar, you should be starting from the Apple Qatar site:
    http://www.apple.com/qa/
    Do you have an Apple-ID? if you do, then you should not have to enter your Address again, and may be able to sidestep the US Zip Code issue.

  • Cannot get slide show in full screen mode to come up on secondary monitor regardless of how I set up show it always opens on primary screen.  Need some help here.

    Slide show in PowerPosint for mac 2011 on iMac will not open full screen mode on secondary monitor.  Regardless of how I set the slide show preferences it always opens on primary monior with secondardy monitor having totally balck screen.  Need some help if anyone else has run into this problem.

    You should contact Microsoft for Mac Support  and/or post in their forums.

  • Need a help to generate online html code

    I need a help with html code. I my page user in the tet area inserting a plain text and i am using servlet put it to DB, but now we need to use not plane text. Need to use custom text like <font color=121245>hello</font> <font color=457898> nice day</font>

    but now we need to use not plane text.Who is we?
    Need to use custom text like <font color=121245>hello</font> <font color=457898> nice day</font>Have you tried anything yet?
    What aspect of this requirement is tripping you up?

  • I need to reinstall CS5 on a machine that has had to be reformatted, i need a Support Code after obtaining the Challenge Code. Please help

    I need to reinstall CS5 on a machine that has had to be reformatted, i need a Support Code after obtaining the Challenge Code. My email address is <removed - kglad>
    Please help

    <moved from Adobe Creative Cloud to Downloading, Installing, Setting Up>
    use your serial number to activate.  if you cannot connect to adobe's server's to activate, Sign in, activation, or connection errors | CS5.5 and later

  • I NEED MY UNBLOCKING CODE FOR MY IPHONE 4S ,I HAVE BEEN INCONTACT WITH MY SERVICE PROVIDER AND THEY CONFIRMED THEY HAVE SENT AN EMAIL TO YOURSELF TO GET THE CODE AND NOW I NEED TO CONTACT YOU MYSELF IS THIS CORRECT AS VODAFONE DO NOT SEEM TO BE HELPING ME

    I NEED MY UNBLOCKING CODE FOR MY IPHONE 4S ,I HAVE BEEN INCONTACT WITH MY SERVICE PROVIDER AND THEY CONFIRMED THEY HAVE SENT AN EMAIL TO YOURSELF TO GET THE CODE AND NOW I NEED TO CONTACT YOU MYSELF IS THIS CORRECT AS VODAFONE DO NOT SEEM TO BE HELPING ME

    There is no such thing as an unlock code for an iPhone. It's done by restoring the phone using iTunes

  • HT1937 hello all....i need some help 2 can activate my 4s,i paid 4 unlock code and cant actvaite my phone ,the server support told me thats phone unlocked done.but apple server not say that..my imei 990001021636113

    hello all....i need some help 2 can activate my 4s,i paid 4 unlock code and cant actvaite my phone ,the server support told me thats phone unlocked done.but apple server not say that..my imei 990001021636113

    There is no such thing as an "unlock code" for an iPhone. It's done through iTunes after being approved by the carrier it is locked to.
    Go back to the carrier it is locked to and find out what the status is. If you paid someone else to unlock it, you got ripped off.

  • HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS

    HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS IN ADVANCE

    try this website this should help you http://helpme.viber.com/index.php?/Knowledgebase/List/Index/1/iphone

  • Need Help 6700 Slide

    Hi Everybody
    Please i need some help with my new 6700s
    after one week i transferred all of my files through switch from my SE s500i and now when I Open any text message or bluetooth message   nothing happens
    please need help

    Are the numbers saved on both phone and sim memory? And if so, did you set the phone to show only phone memory?
    Go to Contacts>Options>Settings>Memory In use>Phone memory only.
    This usually happens when there are two instances of contacts with the same number.
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • My iphone has error9 code, it keeps showing connect to itunes,need some help

    i need some help please,, i already updated my latest itunes version, usb troubleshooting done, need some help please

    http://support.apple.com/kb/TS3694#error9
    USB:
    Use a port directly on the computer, not a hub. If it is not a laptop and has ports on the back and front use a port on the back.
    Security Software:
    Disable your antivirus and firewall, then restore.
    Other:
    If the phone has been jailbroken that is likely the cause of your problem. Also, if the computer you are using to restore has been used to jailbreak any iOS device in the past.

Maybe you are looking for

  • Uninstall ni-switch LV 5.1 win 98

    Hello,   We were having a problem with not being able to initialize a SCXI 1127 hooked to a PCI 4060 card.  The short story is that the card worked in a different machine with 7.1 but did not work in the 5.1 machine.  The DMM software has a uninstall

  • What differencesTypesafe Enum Facility in j2se1.5 beta from early access?

    why complie error? mport java.util.*; public class CoinTest { public static void main(String[] args) { for (Iterator<Coin> i = Coin.VALUES.iterator(); i.hasNext(); ) { Coin c = i.next(); System.out.println(c + ": \t"+ c.value() +"c \t" + color(c)); p

  • Can't tell if my upgrade to QT 7 PRO was successful??!

    I just bought the upgrade code from QT7 to QT7PRO. I followed the instructions to go into the Control Panel then QT and enter my code. As the instructions said, it read "QT7 PRO" after I entered the code I purchased. But I find no other signs of "Pro

  • I keep getting kicked out of my apps!!!-Don't know if anyone else is!

    Lately, I've been getting kicked out of my apps at weird and very bad times. It's worse when I'm playing games and then suddenly I'm at my home screen. Has anyone else had this problem and know how to solve it?

  • Cost center in SO

    hi, i had made configure, so that if i assign order reason, then cost center will be assigned. however, when i do the PGI, the COGS shoule be according to normal one or accoring to cost center? Pls advice. thanks