Tagged Questions
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.
1
vote
1answer
34 views
Arranging <p> tag using css
I am using Wordpress and ran into an issue where the captcha is being positioned below the login button and kind of out of sight.
This is my code I want to move the bottom p tag to the top using css.
...
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>
...
0
votes
0answers
24 views
Fixed, full height sidebar scrolling issue on iOS
I'm having a problem with a position: fixed sidebar which has full-height when over-scrolling the body and then suddenly scroll back top.
Here is a video of the process i made on the ipad simulator ...
0
votes
2answers
43 views
Trouble positioning elements using float in a responsive design
I'm working on a responsive website, and I ran into some trouble doing the layout. I broke the problem down to the fewest lines possible.
When the window is larger then 909px I want to place my ...
0
votes
3answers
35 views
Width doesn't respond according to the media query
I was experimenting with media queries to see the effects.
So I tried using min-width(480px) query to change the width of a div from 100% to 520px when the window was maximised but the width of the ...
1
vote
1answer
38 views
Styling a radio label in an adjacent table cell
Ok, I can't effect the HTML being spit out, as it's from a online survey tool. But I can link to my own CSS stylesheet and affect the styling anyway I'd like.
Here is the issue, I have a series of ...
1
vote
1answer
34 views
css image not showing
I am trying to load a image to the division below in asp.net mvc view. If I assign the background color in it it shows the color but image.
<div class="pic">afssadf</div>
here is my ...
0
votes
1answer
18 views
Align checkbox with a multi line label
See http://jsbin.com/ocutob/1/edit
<span>
<input checked="checked" type="checkbox" value="1">
<label>test test test test test test test test test test test test </label>
...
1
vote
1answer
22 views
Animation during a postback to mock smoother page redirects
This might turn out to be a very silly question but I could not find any resources that could help me. My requirement is to have "smoother" page transitions. To explain a bit more when I typically ...
2
votes
3answers
67 views
Selecting a with containing div to make background image appear
A web page I'm working uses a basic CSS effect that shows an image when user hovers the mouse over the link.
HTML looks like this:
<div id="container">
<ul>
<li>
...
0
votes
1answer
26 views
Annoying tooltip above jqGrid cells - see screenshot
On one of the columns of my jqGrid, I transfer digits from the backend, and then using the loadComplete event, and a lookup table, I convert those digits into the appropriate string representation, ...
0
votes
0answers
16 views
jQuery event when the bottom of the overflow is reached?
I am using the css overflow property on a web page with a list of products. I have found that with mobile devices when browsing the web page there is no scroll bar, I would like to add a div or ...
0
votes
0answers
29 views
Using CSS to replace nested tables in an old page
I'm trying to update some old code to replace a bunch of nested tables in an old page. The page dynamically generates a list of "Environments" and for each environment the table contains a nested ...
0
votes
2answers
26 views
CSS second and third background not showing
I have an element which has 3 backgrounds. One which repeats along the x-axis once at the top.
The second should show once in the top left corner and the third in the top right corner.
But the second ...
0
votes
1answer
13 views
Need to change textcolor inside textarea with hiddenfield results
I have a form, which has a text area. I want to be able to set the text color of the text inside of the text area when they click the color intended.
So far, I have it to where when they click the ...
16
votes
3answers
580 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
85 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, ...
0
votes
0answers
17 views
Styled breadcrumb navigation using MVCSiteMapPath
I'm using the MVCSiteMapProvider here: https://github.com/maartenba/MvcSiteMapProvider and trying to style my breadcrumb navigation so it has a look similar to ...
0
votes
2answers
47 views
Position a div center eg height:auto;
I can't believe i am asking this but i have a page where inside a wrapper center div there are a div with 4 boxes and another div by the side of it with content. The boxes will never change size but ...
0
votes
2answers
48 views
Layout with multiple responsive and fixed boxes
I want to create the following layout. The important thing is, this is an application and should always fill the available room.
There are some boxes that need to grow in size when the window grows ...
0
votes
3answers
61 views
Hovering a div to change the css on another div
I'm trying to change the color of a text while the mouse is over another div.
It will be better explained with a jsFiddle **:
What I want to do (with CSS) it that when I move the mouse on the first ...
1
vote
5answers
68 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 ...
0
votes
0answers
26 views
Media Query doesn't change CSS when Maximizing Browser and Switching Tabs
Here is a bit of CSS that has a simple media query.
http://codepen.io/anon/pen/nuxaw
When I shrink the page so that the view port is less than 320, the box turns green. Now if I follow these steps, ...
0
votes
2answers
28 views
Header + map + footer using 100% height
A want to create a page for an app. My header and footer have a fixed height and I need to put a map between them filling 100% of the remaining height.
I've tried many solutions, without any success.
...
1
vote
2answers
53 views
inline divs that adjust width automatically
In case of 2 divs. one is static and other is dynamic. That is one div width should be 400px (This one I call as static div as it has static width) and the other div should occupy the rest width (This ...
-1
votes
2answers
29 views
CSS float left make links not work on firefox or chrome (ie works ok)
when I add the propierty FLOAT: LEFT; to one div in CSS the links inside stop working.
The link is: www.urbanfever.es/zen
and the CSS is in here
Thanks!
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 ...
0
votes
2answers
34 views
Centering table in the middle of div, vertically and horizontally
How can I center a table inside a div, like this:
I have tried several methods, but none of them worked. Here is one of them.
<div style="width: 500px; height: 200px; border: 1px solid black; ...
0
votes
1answer
26 views
Even rows does not have background color
I have the following JSFiddle: JSFiddle
With the following CSS:
.showlangs tr:even {
background-color: #DFFAFF;
}
But the even rows are not showing the background color. Any idea of what I am ...
0
votes
1answer
31 views
layout text and radio buttons with css (not table)
how can I achieve something like this:
With just css without using tables?
As you can see, everything is sort of floated to the right and aligned to the top
Thank you
0
votes
3answers
28 views
target div with a checkbox
I have a checkbox which hides/shows a div. It works when I put the checkbox directly above the div. When I place the checkbox somewhere else in the page (for better usability) it doesnt't work. Is ...
1
vote
2answers
28 views
Media Queries issue and Responsive View Tool in FF
I'm having an issue with media queries. I'm using the Responsive View Tool in Firefox to view my site at 480px. But it seems to be firing at 430px and not 480px. I've no idea why.
/*
* Gird layout ...
2
votes
2answers
29 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 ...
2
votes
3answers
50 views
Identify all elements present at specified position
Is there any method in jQuery to select all element located at a particular position for example select the element that is located at left:100 and top:300 and another div is located at same position, ...
0
votes
1answer
17 views
compatibility issue for tables on mobile devices
I have a responsive theme and everything works great on phones and pc's. The only problems is the tables get cut off. This has not been a problem before but I have now included WPMUDEV Membership and ...
0
votes
1answer
33 views
How to position a SWIPER SLIDE in the centre of the page?
The sliding movement is from left to right.when it reaches the last slide.the movement reverses.
when,I change margin-left:0; from 0 to say 5...as and when I slide the left space gets on adding up ...
1
vote
1answer
45 views
Load webpage with modified css?
An odd query really but wandered if anyone knew of a way to link a website to another site with custom css. For example if there is a site you visit regularly on a mobile phone, navigate to your own ...
0
votes
2answers
28 views
Overflow DIV content without fix height
I have two divs: left and right. In the left there is a long text. In the right there are some annotations about the text (more divs). If the text of the left is longer than the annotations I'm like ...
0
votes
1answer
23 views
Complicated table using rowspan and colspan
I have to make a very complicated table similar to the one in the picture below.
http://irinaciocan.ro/tehnici_web_2012/imagini/tabel_ciudatel29.png
I tried this markup but it doesn't work well.
...
0
votes
1answer
12 views
Overwrite CSS of Instaemail Popup
I am using instaemail on my website for sending a post by email and I am trying to customize popup window, but seems that I can not overwrite class or I don't know how to do it. Same popup you can ...
0
votes
1answer
31 views
Child div height based on it's parent
I'm trying to make a page which fills the height of the browser window (there should be no scrolling). On the page there are 2 divs (class=module), that should both be 50% of their parent (id=main).
...
1
vote
1answer
62 views
Making a Static Div When it scrolls Horizontally
I want to make a div which scrolls vertically but not horizontally. Here`s the image that explains well about the process..
I want the Y-axis to remain static while it scroll in the right side. ...
1
vote
2answers
21 views
HTML Email - Outlook 2007 border on img tag is missing
I am working on an HTML email and having some css style issues in Outlook 2007, 2010, 2013.
I have two images in a td cell and 1 of them i want a vertical border divider to separate them. I placed a ...
0
votes
2answers
81 views
css() not setting the height and width
I am trying to give my container element height and width via jQuery .css() but my code is setting it as window height and width. Can anyone please tell me why is the code not working?
Below is the ...
0
votes
1answer
41 views
Trying to put li tags in the right order
I'm trying to float li tags to the right in the order Information, Work and Contact, however when I float them they change the order to what you see on this link
I can fix this by giving the UL a ...
0
votes
2answers
31 views
Expanding width of form <label> issue
I am trying to pull in the text from the right, 'I am filling out this form as an individual' so it is fits on one line. There seems to be a 'block' preventing it from stretching out. Here is a ...
0
votes
0answers
22 views
Prevent Android Webview from changing font-size (Computed Style)
I have a webpage which is displayed by Android application via Webview component.
It decides to change the font-size so the text of 16px has font-size=14px (I can see it when I inspect the element ...
0
votes
2answers
79 views
Why won't my HTML link up with my CSS?
I'm following a tutorial online but I can't seem to link up my CSS with the HTML code. I have both files placed in the same folder. The files are called tut.html and tut.css
HTML:
<html>
...
0
votes
1answer
45 views
open js popup by clicking a button
i have index html page in my site, its the main page.
in the index html i have a button and by clicking it i want to open a popup form, i have the js file and css file of this popup included in the ...
0
votes
0answers
15 views
Two same size images does not render same
Is there any reason why two images that are same size would not render same. I'm using same module twice in Joomla, with two different images which are same in size and when rendered image in module 1 ...



