Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top CSS Solutions: 201 - 225 of 715
 
I usually build html forms using tables.  I wanted to start using css.  I searched for tutorials on this and most are pretty bad.  Is there some sort of standard someone could point me to? ...
Hi, I'm in the process of building a website, and as usual, IE isn't rendering the CSS as I think it should. My site is here : http://www.dox4.co.uk/dev , and the CSS is here: http://www.do4...
I have just started Web Development and I really am not comfortable with this positioning stuff. I have been trying to position my DIVs properly  since morning and doesn't seem to work. I ...
Hi guys, I need to open a port on linux box in iptables, how can i do this? thanks
Hi Guys, I'm rejigging this website http://www.extremeinternational.com/ but having a bit of a problem with the images and text displaying correctly together on internet explorer 7.  It wor...
Hi can anyone  tell me what's wrong with this footer and search box. it looks fine in everything else bar IE6 (I wish the world would just upgrade their browsers). if this is a box model probl...
Hi, I am having a menu like structure using css & div. When I click on  my last menu heading its corresponding <div>'s width is getting shortened because of the page's width.  If that div c...
I have a simple div and inside that div i'm using a three images, basically stacked on top of each other: <asp:Content ID="Content1" ContentPlaceHolderID="phNavigation" Runat="Server">   <...
I am able to get the footer to stick to the bottom of a page that doesn't scroll but when it scrolls the footer is placed at the bottom as if the page size was the exact screen and when i scro...
Hello Experts Please look at this page, work in progress: (temporary url) http://rowbyville.com/ Note that there is a form with a submit button that is hidden under a background image...
@ http://tinyurl.com/n5kx4n the left sidebar with green buttons with rounded corners on top are larger in Internet Explorer 6 than in all the other browsers. Why is that and how can I make the...
i have a problem with listing li items on some lines not at all it is try to continue to the line but it returns sth. like on the pic. you could see the css #File_Browsers li is the li items c...
Hey experts! How do you make a css element appear IN FRONT of flash? I understand that wmode=transparent will work if you have access to the source code, but what if you don't have acces...
I have a div tag on the top on the page that I want to alway be visible when scrolling horizontally but scroll normally when scrolling verically.  I was able to accomplish this by nesting an a...
I have a div that is 24px high and I want to give this box a background color of red, place a 24px x 136px background image into it, and write some text then in the box on top of all that that...
Is it possible to align my text so that it appears between my bullet image rather than towards the bottom of the line like my example?
I have created a master page formed of divs defined by CSS styles. In the Master page the main body div has 3 row of divs inside for Header, content and footer. The content div has a 3 div...
I'm trying to clean up some bad habits (bad habits according to things i've read) concerning HTML coding with CSS.  One of the things I've always used to define my font size in my css was the ...
In the past, I have incoporated the code below in my webpages for active text links.  However, it restricts me with color of text to different sections of a page and was told to use CSS to acc...
Hi, I've noticed on certain browsers that the top of my footer text (on the top line) is cut off. http://thegirlscene.stunnazine.com While I've been looking through all my files, I can't...
I put together web page using CSS and HTML. http://arminalamanna.com/ Graphics on it load slower then text. How do I fix it? How do I make the whole page load at the same time? Thank yo...
I have a piece of code which is puzzling me : I am defining my CSS for a DIV called "Container" Code is as following: #Container {      border-style: solid;      border-color: inherit;      bord...
Hello experts. I use in my page one element with fixed position. Until now i did have a problem using this way of handling the fixed position in IE6 so i would like not to change the fixed p...
Hey guys,                    I am using many controls in one div and they are used to take user input. So when user has already entered the data then I want to expose some portion of that div...
This is starting to bug me. I have a simple CSS layout with a top banner, middle section (no height defined) and a bottom banner. #top {      position: relative;      width: 100%;      height:95.5p...