0
votes
4answers
35 views
Font in transparent area
Hello, I'm using JQuery library. I make some div transparent (0.7). There are some text in that div. And I see unpleasant situation: text font is ugly. As I understand, cause all d …
1
vote
3answers
118 views
Showing a div while page is loading, hiding when its done
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?
0
votes
2answers
35 views
div tag for popup menu
Hi,
I add a div tag and append it to the body and then i add to add items to the div so that it becomes a popup menu. After appending the to body, is there a way to move the div …
0
votes
7answers
66 views
How do you make a div tag into a link
How do you make a div tag into a link. I would like my entire div to be clickable.
0
votes
1answer
46 views
Need help with CSS based absolute positioned UL alignment (dropdown effect)
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 av …
1
vote
3answers
29 views
Positioning divs with z-Index in Internet Explorer 7
<div style="position:relative;"> OUTERFOO <div style="position:absolute; z-index:1000;">FOO</div></div>
<div style="position:relative;">OUTERBAR <d …
1
vote
1answer
21 views
Float right div problem and IE
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 f …
1
vote
1answer
30 views
How can the right part of page of Google videos stay still when you search videos on the left
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?
0
votes
4answers
57 views
content from divs into textarea
Hi,
The problem: I'd like to transfer text from all div's with specific class to the textarea on the same page. How can I do that, how to start?
for example:
< div class="test …
0
votes
1answer
41 views
Firefox float positioning and Firefox div:hover not working how it should?
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:
<d …
1
vote
3answers
90 views
How do I make a Div move up and down while Scrolling the page?
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)
2
votes
4answers
106 views
Divs or tables? [closed]
Possible Duplicates:
Why not use tables for layout in HTML?
<div> element instead of <table>?
for any HTML conversion.. which is the better way to code.. usi …
0
votes
4answers
98 views
Is there a way to word-wrap text in a div?
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
e …
1
vote
2answers
31 views
Vertical aligning an absolute positioned div inside a containing div
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 th …
0
votes
1answer
41 views
How to verify html DIV’s width and height on server side?
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 …
