Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS for jquery slider

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29436
    Knina
    Member

    I am pretty sure there is a simple CSS fix for my problem, but I can’t seem to find it. I am trying to get my controls inline (you get the gist from the site). Any help would be appreciated. I’ve been staring at the code so long now it just looks like gibberish.
    Site: http://www.amandahaecker.com
    This is the original version of the slider: http://sixrevisions.com/tutorials/javas … ng-jquery/

    #78306
    limenet
    Participant

    Hi Kina,

    You might have noticed the use of position:relative on #slideshow @SR and the usage of top: 0 and left/right:0 for the controls (they have to positioned absoulte). Adding this stuff via Firebug, I got it fixed. And your arrow graphics don’t fit (width).
    Hope it works for you! (If not, just contact me)

    Linus

    #78307
    virtual
    Participant

    Yes I was just messing with them in Firebug and they are about 2px too wide and don’t line up properly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.