CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.

learn more… | top users | synonyms (9)

0
votes
1answer
20 views

Page Formating On Different Monitors

I have recently began to make a webpage and have run into a problem. The format looks strnge on some monitors. I have to change this div for it to work on any other computer monitor differnet from ...
0
votes
1answer
34 views

How to move spans with an animation?

I'm using twitter-bootstrap framework and I have two span4 centered using offset class. What I'm trying to do is doing an animation removing the offset class and pulling the spans to the right to put ...
0
votes
1answer
23 views

bootstrap - gutterless span, responsive

fiends. I am stucked in bootstrap grid. As we know bootstap adds some margin to its .span *, so, I need to remove that margin for showing multiple span without adding any row. I have generated my ...
0
votes
1answer
13 views

chrome android setting width to 100%

I've got a problem with the css on android with the chrome browser what i do in css is: html{ max-width: 100%; height: 100%; width: 100%; overflow: hidden; position: relative; } body{ ...
0
votes
0answers
22 views

<ul>s disappear on zooming with fixed position

I have fixed menu with <ul>s, and when I zoom in the <ul>s disappear and there's no scrollbar for the menu. So I'm searching for a scrollbar for the menu IN THE BOTTOM OF THE PAGE and NOT ...
-3
votes
0answers
20 views

Customize WordPress 3.5 media manager

I'm wondering whether the WP3.5 media manager is customizable or not. I'd like to remove the Caption and Alternative Text textfields and widen a bit the part of the manager containing these fields ...
0
votes
3answers
52 views

Are there some way to put css inside html? [duplicate]

Are the some way to put css inside html?, I mean for example but selectors like "before:" and "after:" <div id="foto" style="position: relative; margin: 20px auto: with: ...
0
votes
2answers
23 views

CSS: keep multiple elements in same place

I am writing a calendar and am trying to keep the calendar numbers which are contained in divs in the same place. However, when I add text for an event in a div, the text seems to be pushing the ...
-1
votes
2answers
50 views

how to know the browser using php code [duplicate]

i have a site that uses textfields. in firefox, i use css. but when i open my site in google chrome, i got different design of my site. i think the solution for that is having a diferent css file for ...
0
votes
1answer
23 views

div float left bug in google chrome

I`ve got a structure of menu in HTML: <div id="menu_box"> <a title="" class="menu_item_rfc" href="/main/menu/1"> <div class="menu_item"> ...
0
votes
2answers
30 views

How to put a vertical separator in the middle of span4?

I'm using twitter-bootstrap framework and I'm trying to put a vertical separator between three span4. So I coded this To see the result is more clear if you enter here CSS .span4 { ...
0
votes
0answers
16 views

Icomoon show up weird after 9 fonts?

I'm using Icomoon for my site. It shows up correctly for the first 9 fonts. Here's my code (CSS): @font-face { font-family: 'icomoon'; src:url('font/icomoon.eot'); ...
0
votes
0answers
23 views

Media Query VS Twitter Bootstrap

I use media query to develop responsive websites but one of my friend told twitter-bootstrap is better and I must learn it. Can you kindly give me some light, whether I should learn twitter-bootstrap ...
0
votes
0answers
14 views

put query_posts in 3 columns layout css

hi im trying to put a query_posts list in a 3 columns layout... <div id=”main”> <div id=”sinistra”> </div> <div id=”centro”> </div> </div> ...
3
votes
1answer
41 views

Selecting <p> Descendant using CSS

How come all the result have the default Black color? Non of the rules were accepted! Is this because <p> is not allowed to have descendants? Where would such rule be listed? Thanks. Example ...
1
vote
0answers
21 views

Content extending off the edge of the screen

I currently have a layout where I have 2 rows of 4 boxes on top of each other as the standard layout. I want to change this layout on mobile devices (media-screen), so it is all in a single row (i.e. ...
3
votes
1answer
42 views

Display array value on click PHP

Lets got right to it! I have done a PHP calculation that I wan't to display on my website. The tricky part is that I want the values to be displayed, ONE value each time the user clicks ONCE on a ...
0
votes
2answers
36 views

How to remove empty space between 2 <ul>'s

I am trying to create css tabs.Initially i tried coding at jsfiddle and it is working fine. http://jsfiddle.net/McZV9/1/ When i copy paste the same thing in my blog I get an empty space between ...
0
votes
0answers
22 views

Reset scrollbar position in DIV Safari 6.0.4

I am having a similar issue as below with a scroll reset: How to reset persistent scrollbar position after div refresh in FF3? The scrollLeft works in FF and Chrome, but not in Safari 6.0.4. It is ...
0
votes
0answers
14 views

having issue with scrolling on iOS with jquery mobile

PLease see the image below As you can see in the image. This area is empty. The content area is not shown until the bottom of the screen. The bottom area remains empty with my css solution for ios. ...
1
vote
1answer
27 views

<DL> tags or manual placement with margins? Which one should I use and which one will slow down my site?

I'm working on a site and have a menu bar with several buttons, each one is linked to a different page however I built them using lots of div, p tags and margins before I think of using DL tags. Now ...
-2
votes
0answers
28 views

CSS simple placement error [closed]

I've created a header and some icons and I'm trying to put the icons on the right hand side of the header. You'll understand once you visit this. jsFiddle editing <- Edit the coding from here ...
0
votes
2answers
35 views

Checkboxes not displaying Chrome - Work in other browsers

I'm not sure what is going on. There should be a checkbox to the left of "Remember Me" and two test ones at the bottom for I have a bike, I have a car. They display in Firefox but not in Chrome. I ...
0
votes
1answer
24 views

Radio buttons to images and hover over values with tooltip

I am trying to make a selection using images to replace the radio buttons. So far, I have this code which works... <table width="200"> <tr> <td><label> <input type="radio" ...
0
votes
0answers
27 views

Print function not working properly in firefox

In this webpage I added a print option. It works perfect in Google Chrome but not in Firefox and IE. CSS(only Printing): @media print { .printable{ display: inline; } .not-printable { ...
1
vote
0answers
40 views

Save Draggable Div Position

i had added a drag and move div to my website, i am using common header for each pages. my drag and move div code as follows: Script: <script type="text/javascript"> $(function() { ...
0
votes
1answer
9 views

Justifying Navigation Menu with 2 Rows

I am trying to recreate this nav menu in css - but I am having a hard time with getting bit rows to justify to each other correctly. I'm not sure is formatting it as an li element is best - or should ...
0
votes
0answers
13 views

run-time error CSS1019: Unexpected token, found '@charset'

I have a CSS Stylesheet which contains following code: @charset "utf-8"; /* CSS Document */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, ...
0
votes
0answers
21 views

jquery Jeditable can't style inputs

jeditable http://www.appelsiini.net/projects/jeditable html <span class="edit">Text</span> js $('.edit').editable('http://www.example.com/save.php', { style:'color: blue' }); ...
3
votes
1answer
38 views

jquery select tag not being brought to front

I have the following function, which brings a given element to the front, and changes a couple of properties. The element in question is a select box. function expandTags(event){ var pos = ...
-2
votes
2answers
26 views

Styling TripAdvisor widget [closed]

I've been asked to attach a travel advisor widget to an existing project. The problem is I can't find a way of styling it. Searching Google has proved negative and I've tried various ways to change ...
0
votes
0answers
27 views

Why does using `-webkit-appearance: none` on a select option in OSX make the text disappear?

In order to get the styling I want on Chrome in OS X, I have to use the -webkit-appearance: none; attribute. See this question and this answer. The issue is, now when I select an answer, it doesn't ...
0
votes
1answer
21 views

File pick with Angular JS

I would like to pick up a file with AngularJS: HTML: <div ng-controller="TopMenuCtrl"> <button class="btn" ng-click="isCollapsed = !isCollapsed">Toggle collapse</button> ...
0
votes
2answers
30 views

Difference between -moz-linear-gradient and -webkit-gradient

What is the basic difference between -moz-linear-gradient and -webkit-gradient. I know the changes are in parameters and -moz is meant for mozilla. But why we have different CSS property for Mozilla. ...
0
votes
1answer
25 views

5px Bottom Margin Added Below Header Image

summer-band.com I know this can be removed using line-height:0; on my #navigation , but that throws the entire nav out of whack. Trying to find other solutions to remove hits 5px margin (only on ...
1
vote
3answers
48 views

Navigation Bar with centered Logo

I have searched through similar questions but found no solutions to what I am looking for specifically. I am trying to get my navigation bar around my centered logo, with an even number of links on ...
0
votes
1answer
20 views

Search box CSS problems

I'm newbie. And I try to make a search box. When I open it on Firefox. It's okay for me. Then I do it in IE, Chrome and Safari. It's not cool actually. Anyone know my problems, please help me fix it? ...
0
votes
2answers
36 views

move <div> to inside page

Question I am trying to create a loginForm dropdown on mouseover. The form drops from the top left side of the miniLoginForm div which causes it to drop off the screen. How do I get it to drop down ...
1
vote
3answers
46 views

How do I apply padding within a select dropdown box?

I have two types of input. A select dropdown box, and a regular input. On the input, I have added a padding: 10px; that makes it look big. The issue is once I put the select box beside it, they are ...
1
vote
1answer
24 views

css drop down menu displays as a bullet list in IE8

I created a dropdown CSS menu and it is working in Firefox but not in IE8. I need for it to work in all browsers, can someone help?. I don't have a URL yet, just creating the site in an old version of ...
0
votes
0answers
23 views

CSS property takes over whole page, despite being used in only one div

I have a DIV with a custom made font that I'd like to show without any AA/smoothing. In that div I used: font-smooth: never; -webkit-font-smoothing : none; and SOLEY in that DIV. Whoever, it seems ...
-1
votes
1answer
15 views

google custom search positioning in firefox

im having an issue with adding in a custom google search engine into this website i am working on. The positioning of the search bar was causing some problems for me originally in chrome and IE. It ...
1
vote
1answer
64 views

How do I position divs into 3 columns, reposition into 2 when on narrow screen

Yes, I do realise the title of this question is poor. Feel free to improve it. I'm trying to build CSS for a page which has the following requirements. There are six 'boxes'. Each pair of boxes has ...
0
votes
0answers
57 views

DropDown Menu Display Issue [closed]

What I want to do in my website is to have the following code displayed just like its appears but with a timeout for closing the menu when hovering over a menu section (at the bottom is the ...
0
votes
1answer
20 views

difficulty applying a tumblr CSS

I'm trying to block all posts from my home page and I have the code to do it but I don't know how to make it work. Any help would be great! {block:IndexPage} <p> This will be printed on the ...
0
votes
1answer
20 views

Only first image stays in view when browser size decreases

I have a series of images laid across horizontally in a div. The goal is that as the browser gets smaller, so do the images, so they are all visible and stay inline. Currently, only the first image ...
0
votes
1answer
30 views

How to make entire div change color on hover using css?

I have the following: <div id="side-menu" class="sidebar-nav span2"> <div class="sidebar-link"><span>Link 1</span></div> <div ...
0
votes
1answer
22 views

In CSS and HTML Footer Page

I am trying to create a footer page - but I am abit stuck...! I want to have in-line text as shown on this link: http://postimg.org/image/6cyb2y2mx/ The copyright on the left and the links on the ...
0
votes
1answer
21 views

Correct way to set the path of a BackgroundImage in JavaFX CSS

I have an AnchorPan and I want to style it by giving it a BackgroundImage I have on another package : this is how I tried #body { ...
-1
votes
0answers
32 views

Why li instead of divs? [duplicate]

I always wondered why people use li especially when by default they indent, had a dash or bullet point etc. Especially when we are talking about a grid such as a 3x2 in this example we see a grid ...

1 2 3 4 5 2671