Hi.
I have a sliding footer ad on this site: http://www.learn-to-play-tennis.com/ using a jquery plugin.
When viewed in firefox it is aligned to the left and looks ok. However, when it is viewed in IE it seems to be that the left edge of the div is in the centre of the page.
I haven’t seen a problem like this before and my searches haven’t found a fix. Hopefully someone on here can help.
Thanks.
I know the latest HTML is HTML 5. But what is the latest version of CSS? And is HTML 5 the same as XHTML?
I see many great tutorials on CSS linked to this forum. But many go back to 2007. How do I know if those tutorials are still good for today’s CSS?
Thanks
Hello,
I’m having a strange problem with my css…
I’m trying to achieve a 100% height div for multiple nested divs, the goal is to layer a background image of transparent images.
my html looks like this:
page content here
Copyright 2010 by
and the css looks like this:
html, body, #outer, #grid, #footer-city, #top-white, #wrapper, #subpage {
height:inherit;
height:auto;
height:100%;
}
the relevant part at least.
what am I doing wrong? I was sure that setting all the divs to height:100% should fix the issue.
the strange part is that the #white div does extend to 100%, it’s children don’t.
I’d appreciate any help.
here’s a link to this online:
http://idanarbel.com/websites/csshelp/height.html
Idan
Etiketler: 100, but, couldnt, div, find, height, nested, searched, solution

Like a kid getting lost in the creativity of building a sand castle and not keeping an ey on the tide comming in I have similarly took my eye off the css ball when fiddling with jQUERY.
Basically on this page i was doing the fiddling -
http://www.pauserefreshment.co.uk/ca…-spaziale.html
Got to the last image lightbox then looked up, Yikes the left column is overlapping the main content.
It is supposed to look like this:
http://www.pauserefreshment.co.uk/co…_crucible.html
I’m too tired to figure it out so if any one out there still has all cylinders pumping on a friday please feel free to suggest how I could fix the column
Hi!I want to know that, is it possible to add css files through include method in PHP??If yes, are there any drawbacks of this??
Hi all,
I would like to know how to code a div so it dynamically resizes to the amount of text that is added in to it’s area.
This is how i would normally create a text area but i want the height:500px; to increase or decrease dependent on the text that is added in via a CMS system.
CSS Code:
.text{
position:absolute;
width:500px;
height:500px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#c2b2af;
background-color:#fff;
}
Thank you
Hi all,
I am using a CMS system where the text editor will not style my CSS pseudo-elements. This is my current CSS that works fine but i want to be able to style my links.
a.events_links {
color: #fff !important;
text-decoration: none !important;
border-bottom:1px dotted #fff !important;
}
As soon as i add the styling below it doesn’t like it.
a.events_links:active {
color: #fff !important;
text-decoration: none !important;
border-bottom:1px dotted #fff !important;
}
a.events_links:visited {
color: #fff !important;
text-decoration: none !important;
border-bottom:1px dotted #fff !important;
}
a.events_links:hover {
color: #f3e8e8 !important;
text-decoration: none !important;
border-bottom:none !important;
}
Is there a way to not use pseudo-elements yet still style my text links?
Live site: http://www.maryrosecuskelly.com/
Thank you,
Ross
Hi everyone.
I would like to print a specific div on a web page.
I put style inside @media{} to hide all the elements on the page,
and make the div visible
But when I print the page, the content of the div is trimmed.
There is only one printing page. But the content should be more of it.
When I switch to print the page in around 70%, the whole div is visible on the page.
Could anyone please figure out the problem for me?
Thanks a lot!!
I want to set the background image position at the bottom irrespective of the browser resolution.
please view the link, its behaving well in IE but not in Fire fox, please advice!!
I’m trying to edit the search button on a standard wordpress theme. What’s happening is that the image is there, but it says “submit query” on top of it. I’m hoping someone can help me. I know it’s probably something very simple but I just can’t seem to figure it out. Here’s my code:
html
Code: