visitor Posted November 7, 2009 Share Posted November 7, 2009 Hi, I found this great site http://www.cssplay.co.uk/menu/complex_slides#nogo on the net. The css file is mentioned in here... <link rel="stylesheet" media="all" type="text/css" href="../css/default.css" /> So I tried the following... http://www.cssplay.co.uk/css/default.css But still I can't retrieve the proper css file. Can anybody help me, please? Thanks, visitor Quote Link to comment Share on other sites More sharing options...
merylvingien Posted November 8, 2009 Share Posted November 8, 2009 If you use firefox as your browser, you can install a addon called firebug Try it, you will love it LOL Quote Link to comment Share on other sites More sharing options...
Dorky Posted November 8, 2009 Share Posted November 8, 2009 yups, firebug for sure. Quote Link to comment Share on other sites More sharing options...
salathe Posted November 8, 2009 Share Posted November 8, 2009 But still I can't retrieve the proper css file. Can anybody help me, please? If you want the CSS for the slideshow example, it is embedded in the HTML file not in a separate CSS file. Quote Link to comment Share on other sites More sharing options...
visitor Posted November 8, 2009 Author Share Posted November 8, 2009 Hi salathe, But why is the css place as follows... this suggests the code is placed in a separate css file, or am I wrong? I just want to understand it... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <link rel="stylesheet" media="all" type="text/css" href="../css/default.css" /> <style type="text/css"> visitor Quote Link to comment Share on other sites More sharing options...
salathe Posted November 8, 2009 Share Posted November 8, 2009 The stylesheet there is just for the site's default styling: everything else except for the example being shown. Quote Link to comment Share on other sites More sharing options...
visitor Posted November 8, 2009 Author Share Posted November 8, 2009 exactly, I'm looking for the css of the example. But this I can't find... visitor Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 8, 2009 Share Posted November 8, 2009 It's just below the lines you've pasted above: <link rel="stylesheet" media="all" type="text/css" href="../css/default.css" /> <style type="text/css"> /* ================================================================ This copyright notice must be untouched at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menu/complex_slides.html Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements. =================================================================== */ ... ... Quote Link to comment Share on other sites More sharing options...
visitor Posted November 8, 2009 Author Share Posted November 8, 2009 Hi, I know, thanks. But I just put the result on a test site... perfect-solutions.net. Please look for yourself, there are still some things missing. I.e. the border across the picture, the photographic with the description of the photos etc. visitor Quote Link to comment Share on other sites More sharing options...
visitor Posted November 8, 2009 Author Share Posted November 8, 2009 Problem solved... I was too blind to see! Thanks to all for your input Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.