10,643 Topics

Member Avatar for
Member Avatar for davy_yg

style.css [CODE] #AboutNav a:link{ background: url(images/About/AboutNav.png); width: 100px; text-decoration: none; color: black Arial, Helvetica, sans-serif; font-size: 12px; padding: 10px; } #AboutNav a:hover{ background: url(images/About/AboutNavHover.png); width: 100px; text-decoration: none; color: black Arial, Helvetica, sans-serif; font-size: 12px; } [/CODE] page-about.php [CODE] <div id="AboutNav"> <h3>About</h3> <p style="border-bottom: 1px dotted #787878; width: 230px;"></p><br /> …

Member Avatar for davy_yg
0
103
Member Avatar for fredy91

Hy all, I am still newbie in web developing here my problem, I using .htacces to change the url of my website the url have changed but the problem the css file is not loaded here is my .htacces file [CODE] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond …

0
66
Member Avatar for Ismatus3

Hello everybody , I'm just asking for how to have two background images in html , the problem is that i need two different caracteristics in css . the first one is defined as : html : [CODE]<body> <img id="arriere" alt="" src="water.png" /> <h1>Mon super site</h1> <p>Pour le moment, mon …

Member Avatar for Ismatus3
0
135
Member Avatar for Ismatus3
Member Avatar for lps
0
57
Member Avatar for MattWhitehead__

Hello, I'm having trouble with a webpage that has multiple CSS. The issue is the jQuery on the page, which doesn't work. The page I'm trying to get to work; [url]http://www.sahara-online.co.uk/demo/News.htm[/url] So does anybody know what to do? - some help would be much appreciated. Thanks Matt.

Member Avatar for ctaylo21
0
212
Member Avatar for Ismatus3

hello , i just have a problem as show this link : [URL="http://jsfiddle.net/87cem/7/"]http://jsfiddle.net/87cem/7/[/URL] , the images don't have the same limits , how can i have a page without scrollbar plz , with fixed width ? thank you .

Member Avatar for hericles
0
57
Member Avatar for Pankti Desai

I am looking for a way to achieve the layout shown below using CSS or any other method that can accommodate the design and implementation. The "top" portion is a fixed area. The "left" area will be a list of text links that target to the "main" area.To be more …

Member Avatar for Philippe.Lahaie
0
108
Member Avatar for Sam367

How can i create those linear and boxes like for example with this: [url]http://www.neurophys.wisc.edu/comp/docs/ascii/[/url] With the text inside of it properly aligned?

Member Avatar for jorik
0
70
Member Avatar for davy_yg

How to change the search text font ? search.php [CODE] <font color = "#A9A9A9"> <form action="<?php echo home_url('/'); ?>"> <input type="text" class="searchbox" name="s" value="type keywords" onFocus="if (this.value=='type keywords')this.value='';" onBlur="if (this.value=='')this.value='type keywords'" /> <input type="image" src="<?php echo get_stylesheet_directory_uri(); ?>/images/searchbutton.png" class="searchbox_submit" value="" /> </form> </font> [/CODE] This does not work. So how …

Member Avatar for jorik
0
69
Member Avatar for Transcendent

How do you create box with like this with things in inside the boxes? [URL="http://oi43.tinypic.com/18nllk.jpg"]http://oi43.tinypic.com/18nllk.jpg[/URL]

Member Avatar for jorik
0
112
Member Avatar for PF2G

Hi, I'm doing a website, but it's correct when i run it with mozilla if i run it with IE the content goes all to the left. Can someone help me? Thank you, PF2G

Member Avatar for lps
0
72
Member Avatar for PetesDream

Hi, I wasnt sure where to post this question.. I was wondering what is a good website template/system that provides ability for connecting buyers and sellers together? I dont mind spending the money to buy one that provides lots of bells and whistles. I really like wordpress if there are …

Member Avatar for sufyan2011
0
167
Member Avatar for jryans10

Hi, I have a wrapper and 2 divs inside which make use of the float property. When I put content inside one of the sub divs, the wrapper doesn't extend to the same size as the sub divs. Hope you can understand this. Any idea how to resolve this? Many …

Member Avatar for jryans10
0
70
Member Avatar for Cat03612

Hi, I am using Contao, which I am unfamiliar with, to make a website for my boss, and now it is published I can get it to work on every browser except IE 6 and 7. The images are coming out all misshapen... Open [URL="http://www.carolineredmanlusher.com"]www.carolineredmanlusher.com[/URL] in IE6/7 to see what …

Member Avatar for hericles
0
155
Member Avatar for Philippe.Lahaie

hello, i figured this forum was more appropriate for this thread than the javascript forum, here is why : my javascript is functionnal, and does not set/change css rules of the objects i manipulate. But here is my problem, i have 2 dynamic listbox (selects with size 10ish) with 4 …

Member Avatar for Philippe.Lahaie
0
172
Member Avatar for mehgcap

Hi all, I am relatively new to css. I have volunteered to help a small organization with their website, and I found what they currently had to be very out of date and not at all modular (for instance, their main nav menu was replicated in every site page, instead …

Member Avatar for simplypixie
0
186
Member Avatar for millsy007

Hi I have an excel spreadsheet I want to query online where a use inputs parameters and the relevant data is then shown, what is the best method/tools for going about this? Thanks

Member Avatar for Dandello
0
530
Member Avatar for davy_yg

style.css [CODE] #container { background: url(images/header.png) top repeat-x; color: black; padding: 0 0 31px 0; } #header { width: 961px; margin: 0 auto; position: relative; overflow: hidden; } [/CODE] header.php [CODE] <div id="container"> <div id="header"> <ul id="nav"> <li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></li> </ul> <ul id="topcorner"> <li><a href="#">Career</a> | <a href="#">Mail</a></li> </ul> <div …

Member Avatar for teedoff
0
112
Member Avatar for PF2G

Hi, I have a text that was suppose to be black, but i don't know how the text is white: [code=css]body { background:#FBFAF5 repeat-x top left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #666666; margin:0 auto; } h1 { } h2, h3 { margin-top: 0px; } …

Member Avatar for floatingDivs
0
115
Member Avatar for brynFlew

Hello, I have 3 boxes on my website one 20x20 one 42x42 and the main picture which is 120x120. Images that are over 1mb cause the web site to load very slowly and i don't want to restrict the user to have to make a custom profile picture they should …

Member Avatar for brynFlew
0
132
Member Avatar for riahc3

Why does IE still cache pages even if I tell it not to using "Cache-Control","no-cache" (Im doing this in a servlet so Im sending "no-cache" to "Cache-Control". In order words: Cache-Control=no-cache) "cache", "no-cache" Firefox, Chrome, Safari, my Android browser (Chrome), ALL of them dont cache the page expect IE. Why???

Member Avatar for riahc3
0
88
Member Avatar for davy_yg

style.css [CODE] #header ul#nav { float: left; margin: 0 0 0 24px; background: url(images/navbar.png) top; padding: 2px 0 2px 0 0; width: 1000px; } [/CODE] header.php [CODE] <div id="container"> <div id="header"> <ul id="topcorner"> <li><a href="#">Career</a> | <a href="#">Mail</a></li> </ul> <div id="search"><?php include('search.php'); ?></div> <ul id="nav"> <li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></li> </ul> </div> …

Member Avatar for davy_yg
0
115
Member Avatar for Down2Skills

Hey, i need help with webpages resizing so it fits all browsers/screen sizes, This is my front page of a website, those images are sliced so i get confuzed how to do it all. [CODE]<html> <head> <title>new size</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../site_layout.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFFF" leftmargin="0" …

Member Avatar for Down2Skills
0
112
Member Avatar for jryans10

Hi everyone. I'm trying to create a website with a 2x2 layout: Top-left: logo Top-right: navigation Bottom-left: some pictures Bottom-right: page content Now, I have all these in a wrapper div. The logo I set to float-left and that's fine and the navigation I set to float-right and that is …

Member Avatar for Philippe.Lahaie
0
100
Member Avatar for Ismatus3

Hello every body , I just need to put an horizontal image on the top of my page from the right side to the left side , how could i modify this code to get the result : [CODE]<img style="width: 2000px; height: 80px;" alt="txt" src="images/image2865%20%28copie%29.png">[/CODE] , thank you fro your …

Member Avatar for Ismatus3
0
98
Member Avatar for suavedesign

I coded an html email that I tested in Gmail, YahooMail,Thunderbird and Outlook 2003, as well as IE and Firefox. What other email applications should I test it in, and how can I get these applications on my pc? Thanks.

Member Avatar for suavedesign
0
82
Member Avatar for rakwel10

Hello, I'm migrating a site from Joomla to wordpress. I hope you can help me with my problem.. Check this Image: [url]http://i1235.photobucket.com/albums/ff429/rakwel10/samp1.jpg[/url] Focus on the navigation. I want to copy the navigation of the one on the right-side. sadly, my the current output is the one on the left-side. How …

Member Avatar for rakwel10
0
177
Member Avatar for user899893

I have a problem with css popup. I am hidden some content in span tags and show it when I hover over a text. But there is a overlap and the text in the second line is overlapping the popup. The content is on this <a href="http://delivery3.water-7.com/index.php/restaurants/manufacturers/3/Barcelona-Restaurant-&-Winebar/products"> this link</a>. You …

Member Avatar for user899893
0
247
Member Avatar for davy_yg

style.css [CODE] #footer-container { margin: 700px 0 0 0; background: white url(images/footerline.png) repeat-x; } #footer-nav { width: 921px; margin: 0 auto; padding: 0 0 0 0; overflow: hidden; font: 11px Arial, Helvetica, sans-serif color: #acacac; } [/CODE] footer.php [CODE] <div id="content"> <div id="main"> <h4>Latest News</h4> <p style="border-bottom: 2px dotted #FF0000; …

0
54
Member Avatar for varoluscu_prens

Hi There; I have a web file that consist of HTML & CSS. When user's mouse pointer go through the "Menu Item -1" and "Menu Item -3" (They have submenus also) other menu items slide to the bottom immediately. I do not want to see that items sliding. How can …

0
141

The End.