2
votes
2answers
37 views
Cross-browser development
Hi all,
I'm developing a web application for a new service, starting from Firefox 3.5.
The interface design is tableless, only using divs + CSS & performance-blessed practice …
0
votes
2answers
21 views
CSS Help for IE 7/8
I develop on Mac. I'm having trouble with my #slider div in IE 7/8.
Can you help me with the CSS? The #slider div (from what I can see on browsershots.org) fans out, rather than …
0
votes
1answer
13 views
List item inline problem
I am trying to create a simple unordered list, and everything seems to be perfectly fine, until each list item contains a DIV, then list seems to ignore display:inline css line, an …
2
votes
1answer
37 views
HTML/CSS/JavaScript training videos
I searched Google for HTML/CSS/JavaScript training videos but I am not able to decide which one is better. I have subscription of LearnVisualStudio.NET and the videos are value for …
1
vote
1answer
17 views
extension like firebug to actually write on the file system
I'm not a desktop applications developer so I was wondering if someone heard about an extension that actually writes on the file system. it would be great if you open firebug like …
0
votes
3answers
43 views
Get parent of a child element that has a certain class
I have a nested menu like this:
<ul id="menu">
<li>Home
<ul>
<li>New</li>
<li class="selected">Open</li& …
1
vote
2answers
31 views
Create reflected image with HTML Canvas?
I have the following code which tries to combine a vertical mirrored image with a transparent to background color gradient. When combining these two effects it fails, do I need to …
0
votes
1answer
23 views
CSS transform matrices
I'm using the following CSS rules to do a transformation on a simple H2 element, only text inside it:
-moz-transform: matrix(0, -1, 1, 0, 130px, 118px);
-webkit-transform: matrix( …
1
vote
4answers
104 views
CSS rounded corners done quickly: is this an awful technique?
Here's a quick and dirty round corners technique I've been playing around with.
<!-- assuming the div isn't statically positioned -->
<div>
<img src="box_TL.png …
0
votes
2answers
23 views
conditional formatting: I want to use javascript for rounded corner but only if it’s in IE
I use -moz-border-radius and -webkit-border-radius for making rounded corner. However as we know IE 7 doesn't support that. What I would like to do is to basically use standard for …
0
votes
2answers
29 views
Javascript lights out (css manipulation), like in YouTube
How do I use javascript to black out all content except a single html element?
This is Chrome-specific app so CSS3 can be used.
0
votes
1answer
29 views
IE6 Shrink-wrap with Rounded Corners
In FF and IE8 things look pretty good. I have a mock up of the drop down that I'm trying to create with rounded corners at bottom here: www.geowinedb.org/drop-down-test/test.html. …
0
votes
3answers
37 views
Get position relative to browser window
Hi,
I have 2 divs and one is nested in the other. I want to get the child div position relative to browser window. The use case is this: when user scroll down browser, I want to d …
0
votes
2answers
75 views
IE css bugs were useful for me. What is your opinion ? [closed]
We all know IE 6 and 7 has many CSS bugs but it all helped me to learn CSS better in many cases , what u think ? In the process of finding and solving CSS bugs i understood CSS rel …
0
votes
4answers
24 views
Getting value of an element inside facebox div using jquery
Hello,
I have two div tags as shown below on my page. When i reference the value of itemName element,using $('#itemName').val(); which i have in both the divs, i always get the va …
