Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CSS Solutions: 276 - 300 of 2904
 
I want to completely hide the the url from appearing at top.  I'm using the following script: <script language="JavaScript" type="text/javascript"> <!-- var newwindow; function openforum...
Hi, I'm currently having a problem in Firefox with images inside a div on my webpage, for some reason the images seem to overlap the table in firefox, but in IE7 they sit inside the table. ...
Hi Guys, I've created a horizontal css navigation with 1 & 2 level drop down menus.  Here it comes... steady, steady, ok, in IE6 (IE5+) the menu doesn't work because of the :hover state on ...
I would like to print a HTML page which has a background image as watermark. If print background color & images is deactivated in the IE options , can this be possible using CSS ? if so how ? ...
Hi All, I have created a basic fixed width CSS rollover button with an image background which has a graphic on the right hand side (please see attached image). a.VerticalSectors, a.Verti...
I have a page with a container div that holds a content div. What I don't understand is why doesn't the container div stretch and show the background color to the bottom of the content div? It...
I have a web page with a single image and I want the image to always be centered vertically and so if the browser window is resized to a higher or shorter height, the image will always appear ...
I am having some problems getting Internet Explorer v6 to interpret my site correctly. It works fantastic in IE7 and FireFox2, but IE6 isnt working right. Here is the CSS: @charset "utf-...
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 have a table that i want the headers to stay in the same place as the user scrolls down the page. any code for this? i can use html, css and js in ie6, 7 and ff on pc browsers.
Does anyone know of a script (perhaps a jquery plugin) that allows for creation of a select box that can be made to look and behave like the select boxes found here: http://www.zazzle.com/cr/d...
I have used Dreamweaver CS3 to create my first-ever web-site. It can be viewed here: http://www.hillcrestsoccer.org.nz. I used Spry to create the site menu. The menu works well in Firefox b...
i am using explorer i am trying to get rid of the border of the hr... <hr style="border-top: 0; border-bottom: 0; border-right: 0; height: 1px; background: url(botback.gif) repeat; width:8...
Hi All I have basic/intermediate knowledge of CSS and i am looking for a comprehensive tutorial that shows how to create a 2 level CSS horizontal menu. I don't really want to use javascr...
I'm developing a web site which has a user forum in it. It behaves pretty much similar to EE where people can add questions and anyone can post a comment for any questions. To display the comm...
I have a 3 column layout which I am trying to put a iframe in the centre column. Problem is that when I add the iframe the contents of the right column are no longer visible. What am I doing...
This only happens in FF6.0, IE6 seems to be displaying correctly. I've got a series of divisions, one of which is not expanding to contain its sub-divisions.  The divisions are  "body" (cen...
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 loaded by several differnt sites with di...
Hi Experts, I am just pulling my hair out over this problem. I want to have a box that expands all directions. For the life of me, I can't get the bottom bar to work properly. Here is my CS...
on alot of sites that I have made I have used Sprite Images where the hover effect changes the background position of an image to make it look like a new image is shown it works perfectly...
I've searched through Google and EE but havent had any luck. Does anyone know of a quick & painless way to remove the focus border from form elements? Like the dotted border that surrounds the...
I want to achieve this: HEADER (ALWAYS on TOP) CONTENT (large and SCROLLABLE) (...) FOOTER (always on Bottom) It can be done using FRAMES, but I need to do it using CSS and DIV any idea ?
Ie does what I would expect, FF not. What is the correct CSS for both browsers to have the image flush with the input as seen in the attached image
I'm having an issue with CSS Hover tags in IE6. I've seen it work on other pages and viewed source codes but for some reason I can't get it work right. Need another pair of eyes on this one....
<input type="submit" ..... class="search" /> .search {    background-image:url(bg_button_ok.gif);    background-repeat:no-repeat;    background-position:top center;    color:#fff; } ...