- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 1
7 Posted Topics
repair your css like this that all [CODE] .galleries img { padding:0px 0px 0px [COLOR="Red"]20px[/COLOR]; float:right; display:inline; /* fixes IE align problem */ text-align:right;} [/CODE]
please give your html page code we can solve your problem
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- @(#) $Id$ --> <head> <title>HTML Template</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="Generator" content="AlmostBob" /> <meta name="Keywords" content="keywords" /> <meta name="Description" content="." /> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <style type='text/css'> .left {width:40%; text-align:right; float:left; padding-right:1%; border:1px …
this have some problem when you call [COLOR="Red"]id="bottombar"[/COLOR] in your html while in your css you declare that is class [COLOR="Red"].bottombar[/COLOR] you should change [COLOR="Red"].bottombar[/COLOR] to [COLOR="Red"]#bottombar[/COLOR] that all
you should add 2 rows to this position [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; background-image:url(../slices/bkg-image.jpg); background-repeat:repeat-x; background-color:#626262; } .leftFloat{ float:left; } #main{ width:950px; height:100%; margin:0 auto; border-style:solid; …
i think you you should add this to your css [CODE] .slider-post .button { background:transparent url(images/buttonbg.png) repeat-x scroll center top; color:#FFFFFF; cursor:pointer; float:left; font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; font-weight:bold; text-align:center; width:82px; [COLOR="Red"]height: that is your height background image that all;[/COLOR] } [/CODE]
I have a simple idea to solve your problem [CODE] body{ background: black; /* This fixes the center for IE */ text-align: center; } #container{ margin: 0 auto; width: 59.375em; text-align: center; background-color: white; border-style:solid; border-width:1px; border-color: red;} [/CODE]
The End.
tranchibinh