Ramesh
-
can't figure out how to code this...
you need to add this code before the last colosing div
-
Simple BG question - beginner
u need to notice that 0 is missing
-
Simple BG question - beginner
i think u need to check your code onec again /* CSS Document */ body { background: url(top_head_bg.jpg) repeat-x left top; background-color: #E8E4D6; } div#page-wrap { width: 800px; margin: 0 auto; } div#header { background: url(top_he…
-
Simple BG question - beginner
try this div#header { background: url(top_head.jpg) no-repeat left top; height:150px; width:768px; margin:0 auto; }
-
Noob bg image question
wrap a div around the paragraph and apply a bg to that div it will work
-
can't figure out how to code this...
still i can see the css code is same like it was before you just apply my property to your css if you go here and check the css file http://siephed.org/47/style.css
-
Internet Explorer doesn`t recognize my CSS !
may be you haven't linked it properly if you have dreamweaver open your html document in dreamweaver and from the property panel style drop down list is there go to that drop down list and select attach stylesheet and browse for your css file …
-
can't figure out how to code this...
change your css to this .featured { text-align: justify; width: 40%; border: 0px solid #000; float:left; } .honour { float: left; text-align: justify; border: 0px solid #000; }
-
Chrome CSS Conundrum? Can you help?
i have fixed the problem in my way try using my css it works for me use my css and let me know if it is works for you use the attached css
-
Widht problem in IE6
not only clear i have add many things u just copy the html code and check it out
-
Internet Explorer doesn`t recognize my CSS !
is your site working properly in local machine
-
Widht problem in IE6
check out this http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml"> MM Masterpage * { margin: 0; padding: 0; } #banner { position: relative; height: 100px; width: 100%; backgroun…
-
Mis-alligned
can you upload the body background image or give the link of the site
-
Chrome CSS Conundrum? Can you help?
may be you can check increasing the width of container from 600 to 700 like that
-
Opacity in Opera 9???
hi Chris check out this it works in all the browser except ie Ramesh
-
Internet Explorer doesn`t recognize my CSS !
may be your css file path is wrong the path should be http://www.utilajconstruct.ro/www/css/css.css
-
Background image won't show up, help, please
give the necessary files
-
I can't get my images to show properly - Drop Down Menu
need html files and images
-
Divison Layout Issues
upload the CSS file and necessary images
-
Input box for search
check out this code it works HTML Code menu items CSS Code #search { float: right; width: 217px; height: 27px; color: #FFFFFF; border:solid 1px #FF0000; }