I've inserted an image below showing were I currently stand (css version) and where I want to be (tabled based version).
I originally created this layout with tables and I would like to move to a css based version. I have a long way to go.
I'm using Blueprint CSS.
Current issues:
There is a gap between the tabs that I'd like to get...
I'm trying to get the Silverlight Colleague Viewer webpart to work on my test server. The silverlight player renders the Viewer but it fails when it attempts to access the WCF service. The error below is caught by IE 8.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR >1....
I'm using blueprint to do a complex form layout that involves jquery-ui tabs, but when I try to use the blueprint span-x divs within the jquery-ui tabs, the formatting gets all screwy....
<div id="tabs">
<ul>
<li><a href="#blahblah"><span>blah blah</span></a></li>
<li><a href="#blahblahblah"><span>blah blah blah</span></a></li...
I would like to apply Blueprintcss and Compass/Sass to a Rails project.
Should I learn Blueprint first or Compass/Sass first or are there any guides on how to use the two of these together?
Also, does it make any difference that it's a Rails project? Could this combination of technologies be just as easily applied to, say, a Java proje...
The new R4.2 spec for OSGi describes the Blueprint service, for dependency injection and service wiring.
Does Blueprint replace Declarative Services (which is still part of the spec, as well),
or are they intended to work together?
Is Blueprint already available for the popular implementations (Felix and Equinox)?
...
Hi,
I have the following html code (in the given order)
<div id="content">...</div>
<div id="footer">...</div>
<div id="header">...</div>
And of course, I want to display the header part at the top followed by the content part and then followed by the footer. How can I do that with a CSS code using blueprint?
P.S. : The content part...
Hai,
I have a div with fixed height and width, lets say i have width:400px; and height:200px; for a div.
How to bring the horizontal scroll bar for this div
...
I am trying to get compass/sass/haml working using blueprint but not having any luck with the blueprint mixins
+column(24)
just results in Sass syntax error undefined mixin column
I'm sure I am just missing something really obvious but the compass/haml/sass/bluprint combo is just so many things at once I can't sort it out.
...
I'd like to have my password_fields styled the same as the Blueprint framework's default style for input fields. What do I need to put in my .sass for this?
...
This is at the framework level, not dealing directly with CSS, so posting to SO.
I just learned about the existence of CSS frameworks. 960 Grid System seems pretty awesome, then I found Blueprint, which seems to do the same thing and more.
Is there a better word than "framework" to categorize this?
Are there any other products in this...
If i include blueprint all my link in page looks like (if it was link on google.com)
google(http://google.com)+ all unerline but but if i remove blue print links looks fine without brackets ?
what it can be ??
...
I'm trying to make a button mixin like this:
=default_button(!lighter, !darker)
:border= 1px !lighter solid
:background-color #e3e3e3
:background= -webkit-gradient(linear, 0 0, 0 100%, from(!lighter), to(!darker)) repeat-x, #d0581e
:background= -moz-linear-gradient(90deg, !darker, !lighter) repeat-x scroll 0 0 #d0581e
:filter...
Is there any tool to recalculate px values in % ?
...
I'm slightly confused and intrigued as to how blueprint bundles perform dependency injection with an OSGI container.
I'm aware that plain old OSGI incorporates a service registry and bundle headings/interfaces to allow objects to be exposed to other bundles as services. Is blueprint merely an extension to this behaviour? I.e. does the...
Hello
I am using blueprint css framework
when using the following code:
<div class="container showgrid">
<div class="span-12">left column</div>
<div class="span-12 last">right column</div>
</div>
you will notice that there is a small space between these columns!
is there any way to remove that space?
Thanks
...
I am currently testing out Blueprint to create the layout for a site. So far it has been going great, but now I've run into a problem I'm wondering if there is any elegant solution to.
I am using the default 24 column layout and have a situation where I would like to do something similar to:
<div class="span-8 box">..</div>
<div class=...
and is there usually a file that specifies the specifics of the blueprint settings?
...