13,937 Topics

Member Avatar for
Member Avatar for PCBrown

[ATTACH=RIGHT]15718[/ATTACH]After a brief delay, Firefox 4 Beta 1 was officially [URL="http://www.mozilla.com/en-US/firefox/all-beta.html"]released[/URL] to the public for all operating systems this afternoon. Mozilla has deviated from their all too predictable design and created a browser that owes more than a few nods to Google’s Chrome, the fastest growing browser on the market. …

2
190
Member Avatar for Member 785127

I use fire fox and only fire fox I have not run IE in months and this has just started to happen. Here is my HJT log file. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 5:13:53 PM, on 7/6/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer …

Member Avatar for jholland1964
0
151
Member Avatar for nateuni

Guys, I normally don't dabble to much in XHTML, but I have been doing up a website for my business and I have hit a wall with the development. I found some inconsistencies with different browsers. So I carefully went back in Photoshop and made rulers and made sure all …

Member Avatar for nateuni
0
392
Member Avatar for josephmcnelis

Hey All, Im having a bit of bother with the way my page content displays in IE. If the browser window is resized beyond a specific size my page content flys away to the right and the right column comes into replace it!? Im pretty sure its some bad cass …

Member Avatar for drjohn
0
166
Member Avatar for Luckychap

Hi All, I am struggling to get the version of css supported in my browser. Is there any way to get it through javascript. Thanks

Member Avatar for drjohn
0
172
Member Avatar for jindalarpan

how to hide some text of other site in frames i have created a frame where i am calling other website, in that frame i want some of the thing should not appear like footer and some images of the called website. how i can do this in frame. frame …

Member Avatar for jindalarpan
-2
124
Member Avatar for Member 784480

I am building a new page and I'm having problem having this space on top of it. you can take a look at it http://www.mtimexico.com.mx/graficos.php here's the situation. All Divs are inside a Parent Div called Container. This div has the following qualities: body { margin-top: 0; padding-top: 0; background-image: …

Member Avatar for gaurang4
0
118
Member Avatar for rahul8590

I have written a small script in order to check the browser of the user and find that the code isnt working , even if i open the php page in IE its still outputting Mozilla [CODE] <?php $browser = $_SERVER['HTTP_USER_AGENT'] ; echo $browser. "\n\n"; ?> [/CODE] Output in Mozilla: …

Member Avatar for almostbob
0
101
Member Avatar for cloud09

I have a containter div that uses rounded corners. For chrome, FF, and Safari, I simply use the CSS properites. But for IE, which doesn't support those, I have images that are absoutely positioned in each corner. The container div is resized by both js and by its child elements …

Member Avatar for Member 784625
0
93
Member Avatar for diafol

Anybody know of how to use something like an <abbr> tag, but for rollover translation purposes. I'm guessing that the abbr tag is semantically incorrect here. E.g. [CODE]<abbr title="neutron">niwtron</abbr>[/CODE] A rubbish way would be to use a span I suppose: [CODE]<span title="neutron">niwtron</span>[/CODE] I just can't help feeling that there should …

Member Avatar for diafol
0
84
Member Avatar for niths

hi all, i am having a web page.Now what my problem is i need to make the web page fit to any screen size. so i came to know that,it can be done using CSS. so can any one help me please.. Thank u..

Member Avatar for Lusiphur
0
181
Member Avatar for rahul95

hi people im doing my final year B.E with CSE. im very much interested in web designing. hav to start my project now.can i get ur ideas related to design.

Member Avatar for Lusiphur
-1
63
Member Avatar for mariko

I want an image to "get bigger" when a mouse hovers over it. I've looked at some coding that uses CSS and HTML, and I'd need an source image that has both the small image and the large image. I don't understand how to set the CSS so that it …

Member Avatar for mariko
0
82
Member Avatar for Evil_genius82

Hi guys, Im working my way up in webdesign and just needed a guide to what i should learn next. Im quite fine at xhtml, css and photoshop. Im just not to sure if i should go for flash, javascript, or php and what would be the necessity for a …

Member Avatar for Evil_genius82
0
102
Member Avatar for ashishjha54

hello coders, nowa days i see everybody is using DIV and SPAN in there webpage .i have a little idea about this but i wanna know everything about this.can you tell me where can i get complete information about DIV and SPAN.you can also use this forum to clear my …

Member Avatar for craiggles
0
628
Member Avatar for ds2r

Hi all, I am designing a website using div tags, however when I zoom my website the layout distorts. How can I fix this problem?

Member Avatar for macneato
0
61
Member Avatar for bueller555

I'm looking for a hosted solution where we can host an organization of small businesses and have each company setup their own page with their own password so that they can maintain their own content. I've looked at CMS solutions like Joomla and Mambo, but I need something easy that …

Member Avatar for henduo12
0
101
Member Avatar for ppetree

If you go to my site (link below) and click on the consulting tab you'll see where the .css is NOT working! If you scroll down to the bottom right corner of that page and click on the [URL="http://www.philpetree.com/consulting/strategy.html"]Strategy[/URL] you'll see that it works on THAT page. However it doesn't …

Member Avatar for ppetree
0
129
Member Avatar for tiddster

I have been asked to download the index page from the website, anyone know how to do this using a python script, or just how to do this at all?! Google doesn't seem to throw anything relevant up.

Member Avatar for drjohn
1
56
Member Avatar for djnzak

Hi, I am editing the css code of an existing script, Docebo. The problem is all the browsers I have tried do no give me a quick updated view on the css style. That is it still shows me the old css sheet and so I cannot see the changes …

Member Avatar for diafol
0
110
Member Avatar for Beastmanh

Google has just released the beta of its brand new web browser called Chrome. I have used it a little bit now and I really like it. All of the extras it offers are very cool, but the best part as far as I've seen is the AMAZING speed that …

Member Avatar for halfa
0
474
Member Avatar for jrock2004

I am trying to make an expandable div that has a background image. Below is the code I am using. I am just trying to make a quick example of this. Attached is a screenshot. In the bottom right corner of the div you see that white is outside the …

Member Avatar for jrock2004
0
150
Member Avatar for spivey

I have a assembled a background image for an online book club to make a bookshelf. In Firefox, the sides line up properly, but in IE7+8, they don't: Here is the site: [URL="http://www.westlakelibrary.org/emilysbookshelf"]http://www.westlakelibrary.org/emilysbookshelf[/URL] Here is the relevant css: [CODE] div#emilybookclub #galleryblock table.view-grid-emily_gallery { background: transparent url('/sites/www.westlakelibrary.org.emilysbookshelf/files/images/woodgrain.jpg') repeat; margin-left:10px; } div#emilybookclub …

Member Avatar for gaurang4
0
161
Member Avatar for Jo4x4

Hi, I have a form to email working just fine, but I would like to send the form to two different emails. Any help please. Thanks

Member Avatar for Jo4x4
0
68
Member Avatar for Techwriter10

Microsoft got some good news this week when new data showed they had gained market share on rivals Firefox and Chrome last month. It might very well be a temporary data glitch, especially when news came out today that [URL="http://www.networkworld.com/news/2010/070110-ibm-employees-use-firefox.html?source=NWWNLE_nlt_daily_pm_2010-07-01"]IBM was recommending that its 40,000 employees use Firefox[/URL] instead of …

Member Avatar for Techwriter10
0
599
Member Avatar for AkhJ

Hello, I want to create a sitemap for my website. Somehow i've generated sitemap with the help of free tool. But the problem is file in XML & i don't know how to implement it. Will it work just after uploading it on server or something else i've to do …

Member Avatar for MJ Pieterse
0
71
Member Avatar for roryt

This tutorial will teach you how to create a transparent navigation bar for your website, similar to the navigation at the Microsoft Vista [URL="http://www.windowsvista.com/"]website[/URL]. 1) Start by creating a new image in Photoshop with a height and width of 700*70px. 2) Filling the first layer with a dark background makes …

Member Avatar for Lusiphur
4
544
Member Avatar for dongold

Daniweb, Just new in your forum, Kindly assist me we the [B]dhtml with css codes [/B]for uploading pictures, videos, mp3 and mp4, I want to include that in the site that I am designing. Dongold.

Member Avatar for rajarajan2017
0
69
Member Avatar for brinegart

I want to focus back on the main page from an iFrame that is loaded as an element on the page. I am trying to make a toggle focus using CTRL to go between the two. I am using javascript to navigate the iFrame to different pages. Once the iFrame …

Member Avatar for Lusiphur
0
133
Member Avatar for neil_f

I am new to HTML and CSS and am currently having 2 problems with an icon that is displayed when the mouse hovers over a menu item. Problem 1 I want the icon to appear to the left of the menu item, but can only get it to display on …

Member Avatar for Lusiphur
0
91

The End.