http://elektrikhost.com/
You see the penguins thats over the header on the columns? I'm trying to get them to be over the header and list. I'm wondering what would you do? use position absolute, or relative? I'm stuck.
HTML:
<section class="starter">
<img src="../images/plan-icon.png" width="62" height="73" alt="Plan Icon">
<h2>St...
Hi everyone, thanks in advance for your help. I'm working on this site and have an odd problem with jquery-twit and IE 6/7/8.
If you take a look at any other page than the homepage in an IE browser of any stripe the twitter feed button and contact form button appear at the top of the page, I'm at a loss to explain it - it works on the h...
hi, I'm putting together a sprite and have two questions.
Something I've always wondered whether possible is negatively positioning a background picture to the right or bottom. A negative position is bread and butter stuff on the left of an element or top but what about the right and bottom?
If I have a 500px by 500px div can I then po...
Have we finally got to the point where we assume CSS2, and hope for CSS3?
(Not looking for discussion, if the answer is "yes, you idiot", go for it...)
...
I have a mystery 1px bottom border showing up in Safari and Chrome (I guess a WebKit thing). Firefox displays it fine.
The button below should sit flush with the tealy bar beneath. There should not be that 1px line separating them.
I've played around with height, border, position, padding and margin but haven't been able to figure th...
hello everyone,
i just started building a new website. the website page im working on at the moment is 100% percent height and 100% width, so the content should be viewed all the time.
in the page i have a table, who represents the days of the week.
now, every day of the week looks like this:
<td style="height:100%">
<div style="po...
Given a div with known dimensions, say width: 300px; height: 200px, what is the easiest method to place it in the middle of the screen both vertically and horizontally ? Example here
I'm interested in latest Firefox (no need for IE hacks).
CSS only please, no Javascript.
...
I have what is essentially an offline web site embedded in a UIWebView. I've created a stylesheet to format everything nicely on the iPhone screen, but I need different formatting to take better advantage of the iPad's screen.
I tried using code to simply copy a different stylesheet into place, but this involves modifying the applicatio...
Hello,
i am not able to find the reason why this popup won't work.
He recognizes the hover above the table, but it has no effect on the popup.
The weird thing is, when i include the path to the table to the .popup class he won't do anything, not even modify the span itself. I assume it has something to do with the selectors, but the pat...
Hi there
I found a vertical menu but I'm having some problems with it , because i have some incompatibility with ie 7, 8, 9 and also with safari, just it working for firefox.
Here I leave the website www.timetarget.com/newsite
please any help or comments will be help me .
Cheers
...
I have web page working properly on Ie 7 and mozilla but when opened in IE 8 height getting mizimized.Is there any additional height property i need to set up for this in css??
...
<!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" dir="ltr">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js" type="text/javascript"></script>
<style type="text/css">
.connection...
My CSS Sprite here
The problem is that the image changes position even when the empty area to the right of links is hovered over with mouse..what I want is the image position to change ONLY when mouse is over those texts ie "Link1", "Link2", etc.
What do I need to change in my code ?
...
Hi,
My problem is I have couple of divs in my page. All have header of similar color. Now if I have to change the color(for example background color) of all divs, I have to make changes as many divs I have. Is it not possible to just change or say write the color code at one place (like in a variable) and the then use that variable as c...
I want to move a right menu to the left side, the problem is that I cant rearrange all the html, I have to do this with CSS. The HTML template looks like this:
<style type="text/css">
#all{background:gray;width:400px}
#content{
background:yellow;width:300px;
position:absolute;
margin-left:100px;
float:left;
}
#menu{background:red;wi...
Hello,
The table below prints of the results of a query called $sqlStr3. It works fine. The query is set to return the top 25 results.
I would like to apply a unique CSS class (called "class1" for purposes of this question) to the top ten results in the query. How can I do this?
Thanks in advance,
John
$result = mysql_query($sql...
Possible Duplicate:
Resources to develop web front-end skills (CSS, etc)
Hi all,
I want to learn CSS templates Designing. Please send me some links of CSS templates Tutorial...
Thanks.
...
Hi,
I have a collection of child div's inside the parent div,the child div's are generated dynamically and all has the same class name.
My question is how to apply different background color for each child div using jquery
sample code below
<div id="someid">
<div class="bar">...</div>
<div class="bar">...</div>
<div class="bar...
I have block level elements with its height property set in %. Inside these block level elements are <span>s with text. Example:
<body style="height: 100%;">
<menu style="height: 10%;">
<button style="display: block; height: 100%;">
<span style="font-size: 4em; line-height: 200%;">text</span>
</button>
...
I am using Django-page-CMS
Everything works fine However once I create my own views which extend from pages used within the CMS the CSS does not display.
This is strange because these pages display the CSS fine, as long as I do not use my own views.
I would greatly appreciate some help on this matter or at least some suggestions on wh...