Is there any way to effect a div -- with CSS, JavaScript or any other method -- such that it will remain horizontally centered in a browser window regardless of horizontal scrolling but scroll...
I am using text-align: -moz-center; to align my text in Firefox, with a conditional <!--[If IE]--> to add text-align: center; for Internet Explorer. Obviously this works fine for FF and IE.
...
I recently configured a CSS tabbed navigation system for my website. In order to bring the current tab into focus, I place: class="active" in the link tag. However, I'll be using this naviga...
I have several div tags on a page, one div tag wraps an h1 title, another div tag below it sizes a video. How can i read the "as rendered" height of the 1st div tag? I have tried to call a jav...
I am trying to hide a horizontal scroll bar, using the standard overflow-x: hidden; but it works only in Firefox, IE7 and Safari doesn't seem to hide them.. Could you please advise where to lo...
Hi - I have a background image set through CSS that shows up properly in Firefox 2 & IE7, but it doesn't render correctly in IE6.
It's the "Customer Testimonials" section at the bottom righ...
Hi all,
I have a problem with Firefox, yes I know, the problem is really with IE as Firefox is just being compliant, however the site was developed in IE under VS2008 so I need to go back a...
The code is below. When using IE6 this page displays correctly with the red content block hard against the bottom of the address bar. When displaying the same page in FireFox 2.0 the page ha...
Hi all!
I would like to style a select box like in the image bellow. The left part is how it looks now and I would like to get the right part displayed. The problem is that I searched for...
Below is the html and css of my page. Usual thing in IE7 the page looks fine but in IE6 when you roll over my navigation the buttons push my page down revealing a white line. To be honest I do...
Working on some code which includes annotating some table cells with background images to provide for graphical footnote type indicators (colorful flags, etc. instead of numbers). However, I ...
I am using the Lightbox 2 script found here: http://www.lokeshdhakar.com/projects/lightbox2/
On the page where I found this script, if you click on one of the example pictures, when it open...
I'm trying to make a submit button, with an image as background-image, which works perfectly in firefox but in IE6 and 7 there is some padding I can't seem to get rid of.
My HTML code:
<in...
I been working on this bug for days and finally narrowed the issue down to the iehtcpngfix.htc file. I noticed it when I first loaded browser tried to login in IE version 6 the png file didnt ...
Hey,
I'm working on a general stylesheet to be used across an entire website and am having a bit of trouble with lists. I have created a style called bulletPoints to be applied to unordered...
I'm having a problem with my CSS layout. I am trying to do a simple 3-column layout with a left-center-right design. Left column has a fluid width. Center column has a fixed width of 800px. Ri...
I am trying to create an email newsletter, and I have a background image I would like to repeat with the width of the table. It is not showing up at all in Outlook and G-mail. What can you d...
I am trying to layout a website with css. In Firefox 3 the layout is working perfectly, but not in IE7 and Opera 9.51. Did not yet try other browsers.
Maybe you can help. When calling the w...
I have two divs inside a container. One is float: left, and the other float: right; I want the one which is float right to appear "over" the left one. This works fine unless there is a lot of ...
Hi All,
I have a html page with inline css and javascript as below which sets the column border color when a image on the row is clicked(onclick="bod()"). It works fine in IE but in firebox...
I'm having trouble with paragraph spacing (HTML/CSS).
Basically, there are big gaps appearing before and after each paragraph and this is not affected by the line spacing.
See: http://davegr...
Hello,
I'm tasked with floating a div on top of a site design, which needs to sit at the bottom of the viewport.
Im using the following code to do this, ATM.
#iconsKeyToggle {
posit...
Hi
I have a simple vertical navigation system using CSS with list <li> elements. I want to be able to vertical align the entries in the middle of the block that has been created. I tried a...
Original question that is closed
---Is it possible to apply a pages current css rules to a page pulled in via iframe?
The page in the iframe has no css defined at all, it's going to be loa...
Hi all,
I have a site that I am testing. I have it layed out with CSS. I have a class for my nav menus and a class for the main body. For some reason, when I view the site with firefox, it ...