Jump to content

Search the Community

Showing results for tags 'twitter bootstrap'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 2 results

  1. I'm using bootstrap.Template snippet: <div class="container" <?php if (!empty($css_id)) { print "id="$css_id""; } ?>> <div class="row top"> <div class="col-md-8"><?php print $content['top_left_8']; ?></div> <div class="col-md-4"><?php print $content['top_right_4']; ?></div> </div> <div class="row main"> <div class="col-md-8 mainmenu"><?php print $content['main_left_8']; ?></div> <div class="col-md-4"><?php print $content['main_right_4']; ?></div> </div> <div class="row"> <div class="col-md-4"><?php print $content['middle_left_4']; ?></div> <div class="col-md-4"><?php print $content['middle_center_4']; ?></div> <div class="col-md-4"><?php print $content['middle_right_4']; ?></div> </div></div> In the first row is the topmenu in 'col-md-8. The 'col-md-4' column is empty. The next row also comes with 'col-md-8' and 'col-md-4'. In 'col-md-8' is the mainmenu. Beside the mainmenu comes a slider. The slider is 360px high. So I use the following CSS to position the mainmenu at the bottom of the row: .row > .mainmenu { float: none; display: table-cell; vertical-align: bottom;} If I use 'display: table-cell' the topmenu buttons are unclickable. Without 'display: table-cell' the layout crashes. But the topmenu is active. In contrast to that the entire mainmenu is always clickable. That scenario only happens if the 'col-md-4' column in the topmenu row is empty. If I fill the empty column beside topmenu with dummy content topmenu is clickable. screenshotIs there an alternative for 'display: table-cell'?
  2. Hello!I have some really strange behavior with my site:http://www.Ghitulescu.de/beta/index.htmlbuild with Twitter Bootstrap 3.The issue: when clicking on the navbar-items (was / wieviel / wann / wo / wer) the website jump to a wrong position.This problem appears only when navigating the website witha) Firefox (27.0) or Opera (12.16 Build 1860) on my iMac (running OS X 10.9.1) or c) Internet Explorer (9.0.8112 16421) d) Opera (12.16 Build 1860) e) Firefox (14.0.1) on a PC (running Windows 7)and when the browser-window is so wide that the navbar is not collapsed.This problem appears not at all with:a) Safari (7.0.1 (9537.73.11)) or Chrome (32.0.1700.102) on my iMac c) Mobile Safari, Opera and Chrome on an iPhone 5s & iPad 2 running iOS 7.0.5 d) Chrome (18.0.1025.162) or e) Safari on the PC above mentionedThe fact that this issue appears only when the navbar is not collapsed reminds me of a question I’ve put 5 days before, at stack overflow (collapsed navbar remains expanded on a Twitter Bootstrap website http://stackoverflow.com/questions/2...p-website?lq=1), regarding the problem that the collapsed navbar stayed extended after clicking… but I really don’t know if this is a related problem!Any ideas?Thanks!Regards, Vlad P.S. Perhaps related: I moved previously the id's from the h2-elements in span-elements placed slightly above the h2's due to the fact that the first row remained covered by the navbar. You can see this on http://www.Ghitulescu.de/beta/index2.html , where I don't have the navigation-Problems reclaimed above. Does this help?!
×
×
  • Create New...