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.
0
votes
0answers
11 views
how to keep the document from autoscrolling when i add content?
i have a web app that has content like a facebook wall. when you click a button it adds more content at the end of the current content then should scroll to it. but currently if im scrolled any amount ...
0
votes
0answers
16 views
Inline class is not working as expected
i am beginner in css i am building a webpage in bootstrap . i want two labels Percentage and UpperLimit both to the same level i applied the inline class but unable to figure it out why there is level ...
0
votes
0answers
6 views
Drag and Drop Overflow-y jquery fail
I have a problem with jquery ui drag and drop, I will try to explain as well as possible.
I have a big table with several rows and columns, I can handle perfectly the drag and drop of each cell and ...
0
votes
1answer
8 views
Could not find CSS class selector message on content pages
I have two CSS files style1.css and style2.css. Each of them include many lines of styles.
I use them in all project pages. I have no problem with using them on Master page but, the content pages(the ...
0
votes
0answers
7 views
Radial Gradient Styling
Quick question:
How would you stylize a radial gradient within CSS to achieve this effect?
http://studioycreations.com/pdeakids2.com/images/cavbut.gif
Thanks!
0
votes
1answer
18 views
How to expand div with floated div inside
I have the following HTML:
<div id="site_content">
<div id="left_content">
text
</div>
<div id="right_content">
<%= image_tag "image.jpg" %>
...
0
votes
1answer
9 views
How do I find the right gradient mix from looking at an image of a gradient?
I have the following image:
I need the proper gradient that can make this work but being new to css I can't figure it out.
Some colors I've tried playing with are:
6FBFC5
66BAC0
2F9BA3
i ...
0
votes
2answers
12 views
CSS selector to retrieve 4th div tag inside the first row of a multirow section of html
Here is the html I am working with. I want to write a css selector for the Item with text "DESIRED ELEMENT":
<div class="TopDiv">
<div class="container">
<div ...
0
votes
1answer
22 views
Chrome bug in wordpress search form
I just working on site powered on WordPress CMS.
In IE,Firefox, Opera and other browser works fine, but on Chrome no.
On site http://dian.7u.cz in firefox the search form is in good position but on ...
0
votes
0answers
39 views
do not close css menu list on hover
I am using a menu which works very well, apart from one niggle. I am trying to find a way to keep the menu list open when a user moves the mouse off the menu list. If a user hovers over the Contact Us ...
0
votes
2answers
24 views
What does if I put an ID to linking the CSS file?
I am trying to say that what will happen if I put an ID between the CSS linking tag? Like the below:
<link rel='stylesheet' id='base.css-css' href=''>
What does the ID actually there?
I ...
1
vote
3answers
17 views
2 Divs, variable size and fixed margin inbetween
I would like to have two divs sit next to each other. Both divs have their width set to a certain percentage. Between the two divs I want a fixed width margin of 20px. The width of div1 and div2 and ...
-2
votes
0answers
15 views
How deal with variable length text in fixed-width box
I have some posts in DB that I want show a preview of them to users in fixed-width boxes (fixed-width line-boxes, fixed number of line-boxes).
I want to signal the user if the content is too long and ...
0
votes
0answers
6 views
position absolute and position relative
i am confusing about position absolute and relative in css. please refer below element
<div id="container" style="position:"relative">
..........................................
<button ...
1
vote
1answer
20 views
IE 10's -ms-clear pseudo-element, and IE5 quirks mode
I'm working on a legacy web app that requires use of Internet Explorer's 'IE5 Quirks Mode' (set using X-UA-Compatible: IE=5).
A number of text fields in the app have (app-generated) 'x' buttons to ...
6
votes
1answer
27 views
jQuery slideUp() and slideDown() with Rounded Corners
Let's cut to the chase, here's the Fiddle: http://jsfiddle.net/B7Uyj/1/
Here's my current jQuery functions that handle the slideUp() and slideDown() features:
var mostRecent = "";
var timeoutID = ...
-1
votes
0answers
9 views
Media queries with less and Bootstrap
I am just getting started with less. In an attempt to mmake less ugly Bootstrap's multitude of classes on tags, I have attempted to write some simple wrappers in less.
The entireity of my code is ...
0
votes
0answers
9 views
Twitter Bootstrap Styles are not updating in mobile
using Twitter Bootstrap in developing my website I don't Know why my styles are not updating in mobile.It was working perfectly in pc's but in case of mobile I am not getting by background ...
0
votes
0answers
11 views
Creating an additional mainmenu in another module
I am trying to create a horizontal menu, just like the one in my main menu position (in fact I want it to look identical). I have setup a menu module in the position I would like and added the ...
0
votes
1answer
18 views
templates offering skinning options via CSS
I am developing a few widgets (signup, signing, and etc) and would like to give people the capability to apply their own theme to these widgets easily) Now there are multiple ways to go about this. ...
0
votes
0answers
9 views
what is the best solution, what does get_most_viewed return?
i am using wp_postviews plugin to get the post that is most
viewed.
but the problem that i faced with is on style.
as you know the format that the get_most_viewed() function
return is like this:
...
0
votes
0answers
20 views
Black Background in IE
I am working on a little web application that involves both horizontally flipping and rotating an image using browser-specific css. In any browser other than IE, the result is what I want. In IE, ...
-2
votes
0answers
18 views
Best strategy to attack CSS compatibility issues [closed]
Good day.
I've been dealing with lots of compatibility issues between different browser and I was hoping some of you might give me helpful tips on how to properly and schematically identify their ...
2
votes
3answers
17 views
divide div with percentage
Simple question I want to divide a div in to two columns I am using to divs with
http://jsfiddle.net/petran/WnKW3/
display:inline-block
and it works fine , when I add widths with sum of 100% the ...
0
votes
1answer
14 views
I need an advice from where I can get a similar user interface as another system
We are using a system for managing our day to day tasks (as shown in the below picture). And now we want to extend this system, by building a new asp.net mvc web application from scratch.
But I need ...
0
votes
0answers
21 views
Jquery: Overlapping content within list when resizing on lower resolutions
I'm using an even/odd list which min-height depends on how large the contentHeight of the page is.
For that I'm using a jQuery, which is passing the min-height to each <li> within the lines ...
1
vote
3answers
41 views
Position inside float element
I've made a custom dropdown, here is the HTML:
<div class='dropdown'>
<div class='dropdownTitle'>Sort by<span class='select_arrow'></span></div>
<ul ...
0
votes
3answers
27 views
div align center then left without using width
I have div's inside a div
<div id="out" align="center">
<div id="in1" align="left">111</div>
<div id="in2" align="left">aaaaaaaaaaaaaaaaaaaaaa</div>
...
1
vote
1answer
22 views
In Fluid Container, Can I Make Elements as Tall as they Are Wide?
I'm using "container-fluid" and things work great for horizontal width-setting on columns using "span2", etc.
I have a unique requirement where I am representing things that I want to appear "square" ...
0
votes
0answers
13 views
CSS - Calcul table column widths
I have a weird result. I have table like this
<table style='width: 100%;'>
<tbody>
<tr><th style='width:21px'>col1</th>
...
3
votes
2answers
34 views
Change the reference point for CSS position
I'm trying to lay out a page using divs. I'm struggling because the reference point to a <div> seems to be the top left. This is okay, until the div changes shape. Then, the position via the ...
1
vote
2answers
26 views
image resize within div (again)
There are a few posts about this subject going around, i know, but i really can't find a solution that will solve my problem around..
I have a testing site, which i'm using to show up my questions so ...
0
votes
1answer
46 views
<!DOCTYPE html> causes header and footer to break
I have a document with a header and a footer. Instead of using position:fixed, I'm using 3 divs, with the center div scrolling instead of the document. Below is my code:
<style>
html{
...
0
votes
4answers
40 views
DIV's background color does not fill DIV
How can I make sure that this DIV's background color fills the whole DIV. I set the min-height to 100% and everything below 100% does not have a white background. I have a #global_container to make ...
-4
votes
1answer
45 views
2 java scripts in one single html page [closed]
I have made 2 diferent javascripts (dreamweaver cs6)
1 is for a nav bar and the other one is for a verticalscrolling
My question is how to make the two js working at the same time.
0
votes
1answer
19 views
The asp.net Menu hover background color cannot be changed
I have menu in asp.net created with Visual Studio 2010. The background color works normally before. One day , I change the background color of a:hover menu, then I cannot change it to another color ...
0
votes
3answers
27 views
css not working properly in masterpages
I'm having trouble setting up the href of my CSS.
My projected is located at
www.mysite.com/myproject/
My css is located at
www.mysite.com/myproject/styles/css/css.css
When I'm at ...
1
vote
4answers
26 views
Rails, is it possible to change the css depending on the value of an model column?
Lets say i have a table like this:
I want to style the rows of the table dependent on the the type {id1: 'Anamnse', id2: 'Befund', id3: 'Therapie'}. Manually i would simply add the bootstrap classes
...
0
votes
3answers
22 views
HTML, CSS Text floating inside DIV
HTML
<div class="right-details">
<div class="right-details-row">
<b>Left title</b>
</div>
<div class="right-details-row">
...
2
votes
2answers
37 views
Button no longer fires function after being used once
I have a table / tbody / row that, when a user clicks on "Add Product", I want that row to be cloned and pasted underneath the previous row. In other words, the user is adding journal entry items.
...
0
votes
1answer
24 views
Strange white line problems in tables columns with background
In short I have a website, that has strange white lines while scaling with touch screen devices. Website mostly uses tables for design. All of these problems happen on td element and side is pretty ...
0
votes
0answers
18 views
Mobile devices (ipad, nexus 7, samsung y) don't applying !important used in background image applied to body
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px) and (orientation: portrait) {
.page-id-4194 {
background: ...
1
vote
1answer
41 views
Why is my sprite image being cut off?
I am trying to create a handle for a progress bar on my website. I have the bar there and it works perfectly, but when I try to draw the handle above the progress bar it gets cut off. See the picture ...
0
votes
0answers
6 views
IE 8 Compatibility with Pure CSS Scrollable table
I know, I know... why are you using Internet Explorer 8!? I'm at the mercy of our standards at the moment. I have a long list of options for the user to click on/off through a preferences dialog. This ...
0
votes
1answer
41 views
Inheriting multiple text-decorations on a single element
I experience the same strange issue with every major browser: an element gets styled with two text-decoration properties.
The first decoration comes from the parent element, the second one – from ...
0
votes
1answer
10 views
CSS rotate property in IE 10
I have got my code to work in pretty much every browser except IE 10.
It works fine in IE 7 & 8.
Here is my test page - http://hoffcomm.com/mc/chart/
This is where I originally got the code - ...
1
vote
2answers
35 views
Text overlaps when maximised or on smaller screens
I have been trying to learn CSS from the book by Jon Duckett.
I'm learning the concepts of positioning and floats. When I tried to implement them,
<head>
<title>Try</title>
...
-1
votes
1answer
24 views
Live minification of CSS and JS on FTP [closed]
Is it possible to work with CSS and JS via FTP on a website and after each save the compress file to be generated. in a way compass works on local servers but i don't need scss and less.
For ...
0
votes
0answers
32 views
Clearing inline-blocks (responsive layout)
I am building a responsive app landing page and have an issue with clearing inline-blocks that are not floated. .rightphone "bleeds" 20% below the bottom margin of parent .container and wont clear ...
0
votes
2answers
30 views
Responsive text does not works properly with fittext.js and jquery fadeIn
I am using fittext.js to make text responsive and and i have 3 divs which becomes visible when the corresponding link is clicked. The divs are contained h2 tags. the issue is, The text does not show ...





