1,464 Topics

Member Avatar for
Member Avatar for BelgianQueen

[CODE][COLOR="Green"]I have the following rule for a static BG image and other attributes for the entire site: #header{ width: 1014px; margin: 0 auto; height: 274px; background: url(images/imagename.JPG) no-repeat top; } However, this no longer works for me. What I need to do is to include a different background image for …

Member Avatar for MidiMagic
0
143
Member Avatar for yopirates

hey everyone.! i have a n application where i have a color picker (jquery) i will get the value the user choosen color . then i will put that into to session variable. Now i want the contents of the external stylesheet to be modified based on the color which …

Member Avatar for jpietrangelo
0
98
Member Avatar for Hawkeye Python

Hi! I'm starting HTML/CSS and I'm having this problem with positioning of elements... I've used this to position a text: HTML [CODE]<center> (...) <p id="txt_principal">lorem ipsum (...)</p> (...) </center>[/CODE] CSS [CODE]#txt_principal{ font: italic normal 14px Verdana, sans-serif; color: #DDD; text-align:justify; position:absolute; margin-top: 25px; margin-left: 205px; margin-right: 400px; }[/CODE] But whenever …

Member Avatar for Arkinder
0
200
Member Avatar for sirlink99

is there an option where you can opt out a certain color (green, red, blue, etc.) and replace it with a different picture. lets say I had a stick figure with a blue background and I had a mountain as a background image would there be a way to take …

Member Avatar for pbl
0
138
Member Avatar for vishalkhialani

Hi, I am looking to make a div tags background invisible. I don't want the text to be invisible. If I use css opacity to get it done then the whole div tag disappears. I only want the background to go. I searched the net but there aren't any easy …

Member Avatar for Arkinder
0
124
Member Avatar for AycheKay

My images contained inside a tags have blue borders around them. How do I get rid of these borders? Here's what I've been trying and it doesn't work: [CODE]#gallery .a .img { border-style: none; }[/CODE]

Member Avatar for AycheKay
0
95
Member Avatar for Reliable

Happy New Year Everyone! By the time you read this perhaps you have enjoyed a safe fun and fun New years celebration. I have been making the graphics for my deisgn in Photoshop and putting them together in Dreamweaver. While I will still use Dreamweaver I recently fired up Fireworks …

0
119
Member Avatar for simonquasar

hi guys! i've a mapped image and jquery in the following code, works fine with Chrome and Safari, but Firefox doesn't recognize the onclick function and I'm wondering why! [CODE]<img id="menu" src="/imgs/home/menuOK.png" border="0" align="left" usemap="Map_Menu"/> <map name="Map_Menu" id="Map"> <area shape="poly" coords="16,189,103,155,99,149,5,169" href="#" onclick="$('#contenuto').html('<iframe src=bio.php frameborder=no width=100% height=100% scrolling=no id=icontent><p>Your browser …

Member Avatar for simonquasar
0
230
Member Avatar for tcollins412

I am writing aa table with two td's and i need help. here is the html: [CODE]<table> <td style='width: 100px; height: 100px; background-color: green;'></td><td style='width: 100px; height: 100px; background-color: green;'></td>[/CODE] and i want to be able to make the first td's left corners rounded and the second td's right corners …

Member Avatar for shaya4207
1
172
Member Avatar for art_wired

Hello, I'm hoping someone can assist me with a layout problem I'm having in IE8. The HTML for this is: [CODE] <!--[if IE]> <link rel="stylesheet" type="text/css" href="slider.css" /> <![endif]--> <link rel="stylesheet" href="home/home.css" type="text/css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="contact/js/validation/validation.js"></script> </head> <body id="contact"> <?php require_once('header_graphics.php'); ?> <div id="container"> <?php require_once('logo_link.php'); …

0
131
Member Avatar for shafeequeom

when we are loging out we will get a php page.when i save that page i am not getting that box.i need source code of that page to get that box.Or please say me how to make that box Iam attaching the image of the logout page

Member Avatar for Kraai
0
162
Member Avatar for Altairzq

Hello, What i want do do is create a thick border (around 100 pixels) around the content of the web for people with bigger screens. I have tried putting the content of the web inside a DIV whith a 100px padding. This works well. But the problem is that, for …

Member Avatar for Altairzq
0
157
Member Avatar for alazanski

Hello, I'm working this project, where I must first slice and then code a website (with HTML and CSS). The problem is, I don't really know how to code it. [URL="http://picasaweb.google.com/lh/photo/Cy12nwDzbwOrrO2mLDVh7Q?feat=directlink"][I]Click here[/I][/URL], to view the website's layout. If you can help me, then please reply to this post. Thank you,

Member Avatar for scrappedcola
0
125
Member Avatar for sirlink99

I am trying to center a simple navigation menu (horizontal). this is my script so far: [code] <head> <title>Home</title><link rel="menu" href="menu.css" type="text/css" /> <style type="text/css"> body {background-image:url('backg.jpg');} .center body{ text-align:center; /*centers for IE5*/ #menu_box{ text-align:center; /*overrides the centering from above*/ width:675px; /*5 menu items at 135px width (8px padding + …

Member Avatar for bben95
0
205
Member Avatar for sirlink99

my webpage is not displaying correctly in some of the browsers like firefox, chrome, opera and safari; yet it dispays fine in explorer, avant, maxathon. how could I fix this. the only problem is that the second background doesn't go under all of the text. here is the code: [code] …

Member Avatar for Arkinder
0
207
Member Avatar for feoperro

Hi, How do you use the paragraph <p> </p> tag if you want to use it on an entire table? I tried: [CODE] <p> <table> <tr> <td> Content 1 </td> </tr> <tr> <td> Content 2 </td> </tr> <tr> <td> Content 3 </td> </tr> </table> </p> [/CODE] But it did nothing... …

Member Avatar for Kraai
0
148
Member Avatar for sirlink99

I tried putting in a margin (bottom) into the [code] .news { width:800px; height:auto; margin-left:30px; margin-right:30px; margin-bottom:50px; } [/code] but the blue background that I have here [CODE] .newsbg{ width:740px; height:auto; background-color:rgba(142,229,238,0.5); } [/CODE] still goes to the end of tile background. I would like there to be a space …

Member Avatar for Arkinder
0
100
Member Avatar for yopirates

hey! guys i am not able to use the attribute word-wrap:break-word; many ppl say its compatible only in css3 . :( i want to know an equivalent tag for that in css2 ..

0
92
Member Avatar for 3825

Hi, I am working with a friend on a small pilot website and am having difficulty making the footer stay put. Any help is appreciated. Thank you! [URL="https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm"]https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm[/URL] Another problem is in the logo. Apparently, it is not ok to put <H1> tags inside <a> tags. I want the whole …

Member Avatar for 3825
0
388
Member Avatar for saucy6969

Hi there, am working on a new website and was testing it in Chrome and Firefox (looks fine) and when testing it in IE9, the top header image has shifted way off to the right. I can't figure out how to get it to stay put. Any suggestions from the …

Member Avatar for Kraai
0
150
Member Avatar for joshisumitnet

Dear Friends, Please help me out to display a Collage page same link in [url]http://bestuff.com[/url] The images are generated in random size through CSS. I am confused how to display images like in varying size? Please help me out. I am on deadline. I thought lot but could not succeeded. …

Member Avatar for joshisumitnet
0
179
Member Avatar for happygeek

How do you create a mission-critical website providing exceptional performance yet at the same time being flexible, reliable and scalable? That's the question that Kyle Loudon, a software developer and manager of a user interface development group at Yahoo!, sets out to provide the answers to in his book: Developing …

Member Avatar for Devendra_WIPRO
0
487
Member Avatar for 3825

I have yet to write a single line of code. I am just finishing the "pencil and paper" part of the layout design. [URL="https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720"]https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720[/URL] Here is my rant/explanation of what I want to do with the website [URL="https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0"]https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0[/URL] I am only beginning to learn CSS. Do you think the whole …

Member Avatar for 3825
0
196
Member Avatar for george61

I'm working on an entertainment site and there is some design mistake which I made. But everything looks good if zoomed out in 83% on chrome and 75% on mozilla and IE. What is the solution to resize everything or there is another way?

Member Avatar for Kraai
0
101
Member Avatar for RykeTech

Hey everyone! I recently took over this website and am making some revisions, but for some reason the image won't center in the placeholder. The site is [URL="http://www.genevabeachresort.com/test.html"]here.[/URL] The CSS behind it looks like: [CODE].galleria-container { position: relative; overflow: hidden; background: #000; } .galleria-container img { -moz-user-select: none; -webkit-user-select: none; …

Member Avatar for RykeTech
0
203
Member Avatar for dkwired.com

I'm trying to add pages of content to my site however typing all the HTML tags slows me down. What is a recommended program to use to convert styled text with headings bullets to HTML source format?

Member Avatar for Adrian Kiwee
0
136
Member Avatar for Reliable

Hello All, I'm torn between methods for using an image as my website header while still maintaining accessibility and making the site SEO friendly. I initially just used the image as a background image. I also saw how another site used the image as the background image with an actual …

Member Avatar for Kraai
0
99
Member Avatar for ixAndyix

I'm currently working on a new website, but I'm having problems positioning the elements on my page - When I make the browser window smaller or view the page in a low resolution, the "Sign up" box moves and covers the rest of the page. I'd like to know how …

Member Avatar for rajbdilip
0
220
Member Avatar for menchester03

These sites are really amazing for css learners and absolutely free to use. You can download free scripts. Here you can learn css absolutely free: [url]http://www.learn-css-tutorial.com/[/url] Here you can find some more tips and tricks: [url]http://www.smashingmagazine.com/tag/css/[/url]

Member Avatar for mahavir123
0
60
Member Avatar for Agapelove68

Greetings. I just received an e-mail that was dated back in September.:-O:confused: I'm wondering why it took 1 month and three weeks to receive this e-mail. It involved the new rules and the member of the month for September along with other informative insights. I just performed an e-mail test, …

Member Avatar for Agapelove68
1
365

The End.