Hi,
I'm having some troubles with my HTML and CSS, in that the HTML on my siet isn't doing what I've put down in the CSS.
I'm trying to make a block of text have width: 50, but it doesn't seem to be working.
Here's a code snippet:
<div id="welcome">
<h2>Welcome!</h2>
hello, this is some text.
<p>
text before that text down there. v
...
i am using http://malsup.com/jquery/cycle/
with jquery
my code is
<script>
$(document).ready(function(){
$("div.hide1").fadeTo("slow", 0.13);
$("div.hide1").fadeTo("slow", 1);
$('.caption').cycle({
fx: 'fade',
speedIn: 2500,
speedOut: 500,
sync: ...
Can checkout the problem here
DIV#target is not as wide as parent div in IE6,and only in IE6.
And you can modify it on the fly by clicking the EDIT on topright.
For those who can't see the content,here is the html part:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">...
Hi,
How can I define a define float as center in css? actually i need a layout between right and left and also i tried "text-align" but it doesn't work and the "float" property just working.
Thank you
...
How do i make it so that as the first div expands...the lower div will automatically go lower, due to the height of the first div now is larger?
Is this display? Or Position?
...
Once again, things work normally EXCEPT in IE6. Please look at http://bronautomotive.com/ to see my frustration... the div right underneath the middle navbar drops down. I wonder if I need an IE6 specific hack in my css?
...
Anyone knows how i can implement re-arrangable divs (Drag the divs around on the page, but divs should not be overlapped, something like igoogle widgets). I was trying to see if i can find any jQuery plugins available, but couldnt find any.
thanks
...
I know IE has a word-wrap style but I'd like to know if there is a cross browser method of doing so to text in a div.
Preferably CSS but javascript snippets would work ok too
edit: yeah referring to long strings, cheers folks!
...
How can I make a div element move up and down the page when the user is scrolling the page? (where that element is always visible)
...
Heyas,
The problem I'm experiencing;
Using Prototype with Accordion I'm having problems using images within the . I'm extremely unfamiliar with jscript and web concepts so I thought it better to ask you guys before i break anything!
/* Simple Accordion Script
* Requires Prototype and Script.aculo.us Libraries
* By: Brian Crescimann...
All,
Here's what I'm trying to accomplish.
I have a Flash SWF that's embedded in a DIV. Depending on the user's interactions with that SWF, I'd like to dynamically adjust the height of the SWF.
The SWF itself is 1200 pixels tall. By default, the DIV is 690 pixels tall, so the lower part of the SWF is clipped (which is the behavior I w...
hey there, i have a div that expands when the page is loaded, now i need it to collapse after 30 seconds, does anybody have an idea about how to do it in query?
$(function(){
$("#banner").slideDown();
});
...
I was wondering if it's possible to verify a DIV's width and height on server side (PHP) without running any browser?
It seems it's not possible without writing a parser, which is no worth.
One Rube Goldberg way I could think of is, convert that DIV into html (using html tidy), then into PDF and then get the size. Highly inefficient. E...
I'm using the jQuery Cycle plugin to rotate images in a slideshow type fashion. That works fine. The problem I'm having is getting these images (of different sizes) to center in the containing div. The images are inside a slidshow div that has it's position set to absolute by the Cycle plugin.
I've tried setting line-height/vertical-ali...
I'm working on a tricky bit of styling that's working on Safari/Webkit but not on Firefox/Gecko. I can't figure out just what's going wrong.
Here's the HTML that I'm using:
<div class="showcase"><a href=><div class="showtit"><span class="showname">Stripes!</span> <span class="showtype">a theme</span> <span class="showdate">October 2009...
Basically my problem is with the page at
http://wiki.diablocommunity.com/index.php?title=Tristram_Cathedral
Please see the screen shots below
IE 7
Firefox 3.5
I have a right floating div (shown in the screen shots as the blue crossed box).
This div is the problem. When its floated left or removed there is no problem
The problem is,...
Hey folks,
I'm trying to a language switching system in this website. The idea is to have a SPAN which upon hover displays a dropdown box (UL based) that contains a list of available languages. Here's a snapshot of the effect I'm trying to achieve.
The dropdown box is actually an unordered list that is hidden by default. Upon hov...
When you use Google Videos, you will notice the right part of the page stays still when you search videos on the left. How is it implemented?
...
I want to show a div with a loading animation over my page while the page loads some XML content. Once its loaded, I want to hide this div. How can I go about doing this?
...