Paulie_D
-
Nivo slider problem when overflow: hidden; is removed from #nivoSlider
I have removed overflow:hidden; from the #nivoSlider css property so that I can display the prev and next arrows either side of my slider Is this a standard feature of the Nivo slider or something you are adding yourself?
-
Java script or css
In general, JS can do things that CSS can't...like remove / replace elements, create special transitions, apply classes dynamically etc. It entirely depends on what you are trying to do as to which is the best path.
-
Aligning text in my nav starting with an image
Link or Codepen example please.
-
Font weight issues
However, the exact same setup as above works elsewhere (there are two in the office, only one renders poorly) Sounds like a monitor color calibration issue more than anything else.
-
How to Crop image white space automatically using jQuery?
What is 'image white space'?
-
Using divs as slides instead of images in ImageFlow Slider
Do you have a link? My first guess is going to be "No" unless you change sliders or are willing to dig into some JS. Why is ImageFlow specifically a requirement?
-
Nested Divs and CSS
However, here's one way using figure & figcaption elements and positioning as mentioned by iDev http://codepen.io/anon/pen/Jbasj
-
Using divs as slides instead of images in ImageFlow Slider
It's not designed as a div slider...it's an image slider. See my previous post. Why is ImageFlow specifically a requirement?
-
Font weight issues
I have ran into one instance And that instance is?.....
-
html5 boilerplate - need help -- stuck with lot of CSS issues.
(pictures are not covering the whole screen) In what way...are they too narrow / there is a gap etc.?
-
Using divs as slides instead of images in ImageFlow Slider
Basically, from a cursory reading...you can't. It's not designed as a div slider...it's an image slider. According to my requirements ... i can go with ImageFlow only Your requirements..or someone else's? Sounds to me as …
-
Printing button background image
Hmmm...I've been looking around and, as far as I can tell the gradient won't print. What I would suggest is using a solid color in your print css.
-
including data icons
http://css-tricks.com/html-for-icon-font-usage/
-
html5 boilerplate - need help -- stuck with lot of CSS issues.
Extraneous posts removed.
-
Nested Divs and CSS
I am using nested Divs here to try and make the effect To be honest this sounds more like a structure problem than anything else. Is there a reason you couldn't make the large image a background image instead of being inline. I think this…
-
auto inhereted problem in css
I'm sorry, I don't understand your question. https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-binding
-
Prepros App Preprocess sass, less, coffeescript, jade....... With live browser refresh
Don't see why not but it looks like a lot of set-up. http://foundation.zurb.com/docs/sass.html
-
Navigation menu browser issue
The CSS for the `li' is odd for a 'professional' theme #navigation ul.links li, #navigation ul.menu li { position: absolute; float: left; height: 45px; left: 40%; padding: 18px; list-style-type: none; list-style-image: none; block: d…
-
Navigation menu browser issue
I know what the problem is but if you haven't answered the basic questions. I'm not familiar with the 'zen' theme and the vast majority here aren't familiar with drupal.
-
Navigation menu browser issue
Are you using a reset.css or normalise? The absolute positioning of the menu items is, in my opinion, the LAST way to do that. There are much better options available. BTW, your bg image in the header isn't wide enough for my monitor so it re…
-
Floating div falls in FF but not chrome/ie
Fine for me in Chrome (26) & FF (21)
-
adjust specific divs inside td adjacent to each other
Other than that, I agree, I'm trying to figure out what it is you are trying to do. Do you have an example /image of how this is supposed to work?
-
adjust specific divs inside td adjacent to each other
just a mere suggestion : avoid using tables! use divs, they give you better flexibility Generally true bit in the case of tabular data (as seems to be the suggestion here based on the fiddle).. a table is probably the best option.
-
Descendent Attribute Selectors and Performance
body.xyz-abc #abc{} body[data-xyz="abc"] #abc{} Does it: 1) Check whether that node is a body element and only if it is whether it has a data-xyz attribute or 2) Check that node to see if it has a data-xyz attribute and only if …
-
How to make a rollover imge with tooltips?
The image rollover is just a double wide image with both headshots on it that is re-positioned in hover
-
how to do it?
@Rohithzr Dude, if you want us to take you seriously you have to drop the text-speak when posting here. Let's face it, if you were writing like that for a job how do you think you would be perceived?
-
limit background color to text only, not full width
If you want to treat a section of text separately you have to be able to target it. In this case, you need to wrap the required text in a span like this
-
How to remove grad background from style tag
Oh, I mis-read, I thought you meant the form background. The bg color of the select will be in the bootstrap css somewhere.
-
How to remove grad background from style tag
It's this on line 262 of your stylesheet #body { border-top: #dadada 1px solid; background: url("../img/top-bg.png") repeat-x; }
-
Page help!!!
In general you would have a separate HTML file for each page. You would only have (ideally) a single CSS file which would affect all the pages at the same time. Without getting too complicated, you can have separate CSS files for individual pages …