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: 126 - 150 of 1759
 
How can I display a web page inside of a div like you do with an iframe?? Thanks Judson
Hi All I am trying to design a navigation menu that will be cross browser compatible. So far all is good but I understand that there could be issues with Internet Explorer 6. I currently...
Not sure if this is a CSS or javascript question so I apologize if I started in the wrong spot. I'd like to move my cursor over an anchor tag on my web page. When I hover over the anchor ta...
.inputfield {padding:5px; color:#eeeeee !important; border:1px solid #f06422 !important; font-size:1.3em !important; background-color:#000000 !important; font-weight:bold;} I have the abo...
The link in the following DIV displays lower on IE than in Firefox Why? and how do I fix it? <html> <body> <style type="text/css"> .mreResult { background: #ffffff; line-height: 14px;...
Hey there, I have a bunch of DIV's that I'm using as pop ups to show additional content using the visibility property.   Is there a way (say through CSS) that I can get these pop ups to ...
i want to position  "inner"  on top of "outer"  using a specific relative offset to "outer" (top left corners relative to each other) i can't quite get this to happen. +----------------...
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...
I have a container div and two floating divs inside of it to mimic a table with 2 columns   <div>     <div style="width: 119px; background-color: #989da5; border-right: 1px solid #FFFFFF; ...
I have a bunch of <ul>s on my site.  Some of the longer lines wrap to another line like so: * This is a short line. * This is a short list item. * This is a longer list item consisting of...
Hi All, I have a problem in IE,  i want to position a copyright notice at the bottom of the browser.  IE puts "Position:absolute; bottom:0px;" at th bottom of the window and not the bottom ...
I have DIV that I would like to use a vertical scroll in, but it appears that by default, using "overflow:scroll;" puts in both vertical AND horizontal whether you like it or not.  How do I ge...
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...
I am having a problem where in Internet Explorer 7.0(6.0??) if I shrink the window width below 1024px it will stop resizing the page and add a Horizontal scrollbar, but Firefox (2.x) it contin...
The following question (www.experts-exchange.com/Web/Web_Languages/CSS/Q_21256583.html) tried to find a way to let a drop-down menu show over a Select form element. I'm using a Suckerfish...
I have a ul list declared in my external css stylesheet, and for some reason the list image is not showing up. Any ideas? Here is the css list code: ul { margin:0; padding:0; list-style:no...
I can anchor the footer using the following but when I place the image in there (topbluea.jpg), then shrink the window (by reducing it in the corner), the footer retracks back.  Also, how can ...
Hi, I am looking for solution to position a nested DIV at bottom of the parent DIV. The functionality would be the same as positioning an image using 'background-position: bottom center' ...
I have several layers that have images and forms in them.  The CSS is setup to give each layer a background color and border.   When the content, images and forms, is greated than the div i...
The unordered lists on one of the sites I'm developing are not rendering correctly in Internet Explorer 6 & 7.  The bullet is appearing at the bottom of the list item instead of the middle of ...
I've been away from coding/scripting for a while and need some assistance. First: If you view http://unionpacific.greeninvgroup.com in Internet Explorer there is the "floating map indicato...
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 ...
trying to get the contents of the page to be centered. how come body {     text-align:         center; } does not work?
hi I have <iframe class="style1"  ....></iframe> how can I control the style of the body inside that iframe? I wrote  .style1 body {...}  but it didnt work. regards,
Using <div align="center">      <table border="0" width="770" id="table1" cellspacing="0" cellpadding="0"> But I will also more than likely convert the table to a div I would like to have th...