0
votes
0answers
21 views

Why does this website show a menu of different width in different browsers?

Link: http://bit.ly/12RvhGB The problem is in the jQuery Mega menu. It somehow displays correctly on Google Chrome Linux and Internet Explorer (Windows 8), but incorrectly on Opera (Linux), Google ...
0
votes
3answers
15 views

Footer overlap the overlaping divs - CSS

Float Image and div respectively left and right. After float footer was mix with image and div. html <img src="images/AboutUs.jpg" class="about_us" alt="about us" /> <div ...
0
votes
3answers
33 views

How do I “shift” an entire website downward (vertically)?

I had a simple web design made for a client. 3 months later, the client wants a notification bar installed at the top. Easy. Hopped on to CodeCanyon and found a feasible script, saving me hours. One ...
1
vote
1answer
20 views

CSS Hover on Elements with Transformation [Chrome/Webkit Bug]

I have a div I'm applying a transform to with CSS. The actual transformation is as follows: .trans{ transform-origin: right center; transform: perspective( 600px ) rotateY( -30deg) ...
0
votes
1answer
32 views

HTML overflow CSS not working

Webpage I am referencing The CSS: a img { bottom: -30px; right: 0; position: absolute; overflow: hidden; -webkit-transition: all .1s ease-in-out; ...
2
votes
2answers
38 views

CSS Transform Translate to center of Window

I have a list of elements and upon a specific action, i'd like to apply the css-transform translate to move it into the center of the window. I know css-transform is used to relatively move an ...
1
vote
1answer
41 views

Graphical Tree Creation

I'm fluent with CSS/HTML Decent with CSS3 and HTML5 and Jquery. My project is using Asp.net MVC, LINQ, Razor. Just incase the later is important. I am trying to create a graphical tree for the user. ...
0
votes
3answers
41 views

CSS Transition not working properly

I have the following code: http://jsfiddle.net/8TG8L/ On another part of my HTML I can get the transition CSS to work great, but here on the right hand side I cannot get the transition to have any ...
0
votes
1answer
33 views

How do i enable hover effect on an image if the text before it is hovered?

If .text is hovered, how do I also haver .imageis? <a href="#" class="text">All My Clipboards</a> <a class="imageis sprite_image_base" href="#"></a> I tried doing ...
0
votes
2answers
23 views

Can't make ribbon edges stay on top

So , I modified a wordpress tabs widget so that I could make it look like in the image I attached, only that I have one problem. I can't make the ribbon edges stay on top of the website layout. I ...
-1
votes
1answer
24 views

How to create css3 background versions for different browsers?

I am new to CSS and not sure how to create different version of the css snippet below for all browsers: background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0px, rgba(0, 0, 0, 0.1) ...
0
votes
2answers
12 views

background-size: cover not works fine in ie 8 & below even using -ms filter's

Am Trying to use my banner section with cover background it works fine with latest browser's.But struck on ie7 & 8 css is like .banner { background: url("images/banner_bg.png") no-repeat ...
0
votes
0answers
56 views

Quadrilaterals in CSS

is there a way to draw a quadrilateral in CSS, without using the border properties? I saw this method to draw quadrilaterals here: Here is a sample code using borders: .bluequad { ...
-1
votes
1answer
19 views

Custom css applies only after page shrinks - Bootstrap

Im using bootstrap with my custom css. the problem is that some styling from my custom css is applied only after i shrink my website with my browser, it adapts to smaller browser size and it applies ...
0
votes
1answer
36 views

Safari Double Margin Bug - CSS Float Layout

I have made a css layout which has one list with 30 items in it. Each li is 9% width with 1% margin right and bottom. I alternate the float direction on each row from left to right and it looks fine ...
0
votes
0answers
30 views

CSS3, transition: Can we not animate from height:0 to height:auto? [duplicate]

I am tring to animate the hide/show of a submenu... The thing is if I want to animate like this (lets not think of cross-browsing for a moment): .subitem{ transition: 1s all ease; height:0; ...
1
vote
0answers
39 views

HTML CSS Responsive Table & CSS Before

My aim is to create responsive tables design that look good when viewing on mobiles (width under 480px). I have the following markup for my table: <table class="table eventlist"> ...
0
votes
8answers
72 views

How to display <li> </li> elements in line

Hi i am adding this content to <li> tags and it is coming one below the other.But i want it to come in one line like this... Home aboutus contactus ourservices here is my html ...
0
votes
4answers
33 views

Css @font-face not working in ie9

I managed to use a custom font which works in every browser that deserves to be called "browser". Well as always the cool things do not apply to ie (in this case ie9). I tried the following: ...
1
vote
1answer
74 views

CSS3 Snakes & Ladders / Zig Zag Layout

I am trying to create a fluid layout in which the wrapped content alternates from a left-to-right flow to a right-to-left flow. See example below: 1 2 3 4 5 10 9 8 7 6 11 12 13 14 ...
0
votes
1answer
22 views

Convert SCSS to SCSS without Compass mixins

I have a SCSS file that references some Compass mixins. Now I want to include it in a project which doesn't use Compass. For that I would like to convert my SCSS with Compass mixins to a SCSS without ...
0
votes
2answers
52 views

Restricting a div to be displayed during page load

I have a template where a huge amount of data is loading. In that template 5-6 div's are also present, each div having its own purpose. Initially all the div's are made as display:none. On click of ...
0
votes
1answer
34 views

Can't style select box it display different on mobile

I have just a simple select box like this one <select> <option><a>Navigate To..</a></option> <option><a>> Home</a></option> ...
0
votes
1answer
29 views

Best widths for apply media queries for a responsive website satisfying portrait and landscape page orientations on different devices

What are the best widths apply media queries for a responsive website satisfying portrait and landscape page orientations on different devices? Begin from Mobile First Approach... There are lot of ...
1
vote
1answer
30 views

Why doesn't this rotate3d() CSS transform work as expected in Internet Explorer 10?

I'm trying to create a "card flip" effect using CSS transforms and transitions. I'm using a <div> to represent the card, and two child <div>s to represent the front and back faces of the ...
0
votes
0answers
32 views

Media query not working with Landscape orientation

For my CSS media queries I've set it up mobile first which deals with all the overall styling. I then have: @media only screen and (min-width : 790px) { } @media only screen and (min-width : 990px) ...
0
votes
1answer
31 views

CSS skewY with different values top and bottom

I would like to make a shape where the top is skewY -10deg and the bottom is 10deg to produce the shape as seen in the picture: I can't seem to figure out how to accomplish this.
1
vote
1answer
41 views

How to show text within icon

I am new to web development (and self taught) so please excuse if this is a dumb question. How do I show text inside an icon? Such as number inside a heart etc. I assuming for this purpose webfont ...
0
votes
2answers
49 views

border-radius not working on Chrome all of sudden

Did Chrome change css rendering rule overnight? I've noticed this morning that the border radius property is not being interpreted on Chrome all of sudden. It works fine on IE9 & 10. And as far ...
0
votes
0answers
32 views

Html Table row height gets reduced over the limit

Given the HTML below how do I limit the min height of my yellow cell with the blue cell's height - I can't use min-height as blue boxes height is defined in the external style. <!DOCTYPE html> ...
17
votes
3answers
606 views

What is the logic behind sibling combinators * + * and * ~ *?

For this question I'm using the following markup: <body> <p>1</p> <!-- Paragraph 1 --> <p>2</p> <!-- Paragraph 2 --> <p>3</p> <!-- ...
5
votes
1answer
90 views

Any way to 'hack' Internet Explorer 10 to display border-image?

I've only recently come to realise that Internet Explorer 10 doesn't support the CSS border-image property at all, not even using a vendor-prefix. My normal go-to solution would be to use CSS3 PIE, ...
1
vote
5answers
71 views

Nest/Stack div elements in a timeline

Updated question: I want to display events in a timeline like shown in the following image: The event data items have two attributes: "start time" and "length", so that the data could be imagined ...
1
vote
1answer
41 views

How can I create two full-width headers on the top of the page without position:absolute?

I need to create two full-width headers but I can't seem to find a way to do them without using position absolute because if i use position:absolute, I can't use margin-bottom, which I need. What can ...
2
votes
2answers
31 views

Bottom border runs away when hovering button with box-shadow in IE9

Bottom border moves down and down again in IE9 when hovering/unhovering the button: <!DOCTYPE html> <html> <head> <style> .btn:hover { box-shadow: 0 0 0 2px ...
0
votes
1answer
38 views

Jquery - Background images - full width gallery transitions

I have a brief to build a swish B&B website - they would like full width background images which I've coded as a cover image using media queries to save loading the larger images on smaller ...
0
votes
2answers
46 views

How to set div height to auto-adjust for background size?

I am making a responsive site . my problem is How do I get a div to automatically adjust to the size of the background I set for it without setting a specific height (or min-height) for it? ...
0
votes
3answers
48 views

Boxshadow now working on :hover but does in other one

I cannot get these div's to display the box-shadow when I hover over another div. I got it working in a Jsfiddle but when applied to these div's it doesn't work and I don't know why. I have included ...
0
votes
1answer
27 views

jquery collapse: how to change style and change time open/close function

Good day to all, I'm using this plugin http://webcloud.se/jQuery-Collapse/ to add it on my website. Now I have tried to change the style of the header.. But it seems It can't be overridden, I'm ...
0
votes
2answers
40 views

Positioning a absolute div in cienter of screen using jquery - does not work with firefox

i am trying to position an element in center of a screen, i am able to achieve it on chrome and safari but on firefox the jquery positioning does not happen unless i resize the window my jquery script ...
0
votes
0answers
29 views

Delay before displaying a CSS gradient in a Sencha Touch Carousel

I'm using Sencha Touch to build a mobile app in which there is a carousel. Each item is a small piece of HTML containing text and images. In some of these items, I need to add a gradient a the bottom. ...
0
votes
6answers
46 views

Margin-top not working for certain elements

I have 2 elements that are not responding to margin: 260px 0 0 0; or margin-top: 260px;. And I don't know why. When I open dev tools in IE and inspect the element, the margin is there, but the element ...
1
vote
2answers
55 views

Z-index issues not sure what to do now

How do i make the h1 and img elements "appear" ontop of the opaque div they are contained in? I mean, how do I make it look like they are not being affected by the opaque-ness of their parent div? ...
0
votes
0answers
26 views

Broken Zurb Foundation 4 responsive navbar menu icon

I'm using the latest zurb-foundation gem for a Ruby project. My navbar should be responsive and show a Menu with 3 horizontal bars when the screen width is small enough. I'm getting it to show the ...
0
votes
2answers
28 views

Parent inset box-shadow overlapped by children divs

I am having an issue where the children divs are overlapping the parents box-shadow bottom. The parent has a max-height w/ overflow-y: scroll. Any help would be great! ...
1
vote
1answer
29 views

CSS Media Query min-width not working correctly

I have a html like: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> ...
0
votes
1answer
50 views

How to set a minimum width with background-size

I have an image that is 1000px X 600px . I want to use it as a responsive background for a div but would like to set a minimum width of 1000px despite how small the browser window is. This is ...
0
votes
3answers
51 views

Creating concentric circles in CSS

I am trying to create a bunch of concentric circles purely using CSS. Here's my CSS: .inner-circle{ height: inherit; width: inherit; background: #FFF; border: 1px solid #1a1a1a; border-radius: 50%; ...
0
votes
4answers
35 views

first child in multiple sub containers

How am I abled to select the first, second and third span related to layer 1, independent from if it is the first child of a div at layer 2? <div class="LAYER1"> <div class="LAYER2"> ...
0
votes
1answer
18 views

How to debug CSS in Android native browser?

I'm building an hybrid app with Cordova for Android. The HTML5/CSS3 is rendered properly with Chrome for desktop and Chrome for Android. However, through Cordova, the HTML5/CSS3 is rendered with the ...

1 2 3 4 5 179