0
votes
0answers
3 views
css parent element to appear above child
I have 2 nested css elements. I need to get the parent to be on top, that is, above in z-axis, of the child element. Just setting z-index is not sufficient. How do I do this? Thank …
0
votes
0answers
11 views
css: fix row height
hi all,
i'm having this markup:
<style>
table
{
border:1px solid black;
width:400px;
height:300px;
border-collapse:collapse;
}
table tbo …
0
votes
2answers
41 views
How to truncate text until “more” link is clicked?
I have a long series of paragraphs and I'd like to trim each down to 2 lines (50 characters) and when you click a link "more" it will show the full paragraph.
I am using the proto …
0
votes
1answer
11 views
Flash video still playing on DIV that is removed using jQuery (IE bug)
I have some jQuery tabs one of which holds a flash video. When I play the video in one tab and click to another in FF or Safari the video stops along with the sound, clicking back …
0
votes
4answers
45 views
CSS Positioning Puzzle
The image below represents a website layout I am trying to create. The blue section (bottom right) represents an image should be behind the three neighboring elements and overflow …
1
vote
2answers
42 views
How do you get border color value with JQuery?
$("#id").css("background-color") (and other css attributes) works fine, but
$("#id").css("border-color") returns empty string..
0
votes
2answers
47 views
how to make this “div” always visible to users
On my site, I have an ajax call to my server that checks if a certain logged in user has a new message from the database.This ajax script checks the database every certain seconds. …
0
votes
3answers
58 views
this.call is not a function
For the life of me, I can't see what I'm missing. I had hard-coded the value for selectedIcon in the drawmenu function. It was working perfectly until I changed it to a parameter …
0
votes
1answer
21 views
CSS HTML Margin and Padding property
I am using CSS to create a 3-column page layout with header and footer. Take the Left_Col div, for example, which has a width of 200px. I would like to have a left and right paddin …
0
votes
2answers
29 views
Pagination - Removing a large space between bottom of rows and pagination links
Hello,
The pagination below works well. It splits a table into 25 rows per page. However, when I click on a page besides page one, there is a large space between the bottom of t …
0
votes
3answers
24 views
list doesnt display inline IE?
The code below works fine in firefox, but the list doesnt display in-line with IE.
<div id="nav">
<ul>
<li><a href="#">1</a></li>
&l …
2
votes
3answers
28 views
Why does the :link pseudo selector break expected CSS specificity rules?
To my understanding, the CSS specificity rules indicate that a pseudo selector has the same weight as a tag selector. So a selector like "div p a" would be more specific than "a:li …
0
votes
5answers
43 views
remove specific rules out of inline CSS
hi guys,
i'd like to remove some specific css rules (i.e. width and height) out of inline style attributes.
so i want to transform the following:
<table id="foo" style="borde …
1
vote
5answers
132 views
Is there an elegant way to make/generate spaces instead of  ?
I need to generate spaces in a HTML file.
0
votes
3answers
20 views
Problem with line-height and align
I have a element and it is possible that it is longer than one line, so i have to set a line-height>1 otherwise it looks crappy. But if i do that, the lines are higher than the te …
