MBM
-
Turned up Right Corner For Header Code?
Like that yes but I have an image in my header so that code doesn't work.
-
[Critique] TrendGFX Design Studios Redesign
I like it. Very slick and modern.
-
Figcaption - Position an image independently from a caption?
Thanks. Valid and aligned perfectly in all browsers (in desktop mode).
-
Figcaption - Position an image independently from a caption?
When I add links to the elements I get the following validation error : Element a not allowed as child of element ul in this context. (Suppressing further errors from this subtree.) e-mail While this validates : e-mail I want the anchor…
-
Figcaption - Position an image independently from a caption?
You are awesome! Thank you very much!
-
Figcaption - Position an image independently from a caption?
Paulie_D, that's the problem, - I can't figure out how to do it. Three of the images and captions are aligned centrally but the last image doesn't align with the text.
-
Figcaption - Position an image independently from a caption?
I want the text has to be positioned under each image.
-
Figcaption - Position an image independently from a caption?
I'm not sure how that would help??!?! I only want to move one caption or one image.
-
Site critique! Need your opinion :)
The colour schemes are better but most websites have black or white fonts for a reason. Stick with a simple palette to begin with before experimenting with colours. If you want to use a kids font style for your logo take a look at these : http://w…
-
Site critique! Need your opinion :)
Go here for some ideas : http://www.colorcombos.com The purple and grey you have used for the menu doesn't work for me but the colours in your drop down (Hoderas = Honduras?) provide a much better contrast. I agree with what the others have …
-
Box Shadow Container Problem - Fluid?
When I added a clearfix to the mainsection div after clicking submit the thank you message was not displayed. When I added it to the footer it removed the background colour and still pushed the contact form down besides I find br style="clear:l…
-
Site critique! Need your opinion :)
The colour scheme is garish. There's too much empty space. The Team section looks nice but you've got too much padding at the bottom. With a bit of work it could look very stylish.
-
Legend Alignment Problem in Firefox
I removed : display: inline-block; And added : position:absolute; legend{ font-family: 'PT Sans Narrow', sans-serif; font-size: 26px; padding:10px 0 10px 220px; background-color:#000000; color:#ffffff; overflow: auto; width:490px; marg…
-
HTML5 to PDF Converter
Same issue. Printing pages to PDF (Firefox plug-in) almost does the job but the alignment of the bales and images is out of whack.
-
HTML5 to PDF Converter
Just tried it now - blank page! I also tried HTML to jpg and that didn't work either. I'll try copying the html (it's mostly tables) into Excel and converting Excel into pdf.
-
Two Column Table Float Problem
It was a display & validation issue but it's sorted now so there's no need to rack your brains!
-
Two Column Table Float Problem
IF the fixtures were read top to bottom that would be the ideal solution but they're read from left to right so you would need to use the left div class for the fixtures for the odd numbered rounds and the right div class for the even which mea…
-
Two Column Table Float Problem
As each div needs a unique ID you would have to name 38 different divs and use an opening and closing div for each table which means more code. This code validates : Whereas this would give duplicate ID validation errors, which was the ori…
-
Two Column Table Float Problem
I have to target each table, alternating between floating left and right. This does the trick and is only 2 lines of code : /*Table Float*/ #tr1, #tr3 , #tr5, #tr7, #tr9, #tr11, #tr13, #tr15, #tr17, #tr19, #tr21, #tr23, #tr25, #tr27, #tr29, #tr31, …
-
Two Column Table Float Problem
There will be 38 tables in total on one page. That's why I don't want to use separate IDs or divs for each table. Admittedly it's only half a line of css for each div but I thought there would be a simpler solution.
-
Hover Effect 'Pushing' Text In Drop Down
I know. I tried it and it didn't work.
-
Hover Effect 'Pushing' Text In Drop Down
That didn't work and i don't want to remove the border width, I want a 3px border on hover.
-
Navigation Menu - Making Drop Down Links Invisible & Visible On Mouseover?
#navwrap created all sorts of problems but I managed to resolve the full width positioning issue via : http://www.css-lab.com/demos/nav/inline-block/x-brwsr-node-fix.html #navigation { display:table;/* Webkit Fix */ width:100%;/* set widt…
-
Navigation Menu - Making Drop Down Links Invisible & Visible On Mouseover?
The problem is I'm using a full width menu. I added margin-left: 25% to position the links in line with the header. If I remove margin-left 25% the links float to the left. When I add a bottom border to the last child element the border bleeds…
-
Navigation Menu - Making Drop Down Links Invisible & Visible On Mouseover?
http://mbmitservices.co.uk/MMA/index.html Home Clubs Events Fighter Profiles Videos BJJ Judo MMA Techniques Contact I had the wrong name in the tag : #menu li:hover ul { Should be : #navigation li:hover ul { It's working now but …
-
Navigation Menu - Making Drop Down Links Invisible & Visible On Mouseover?
Thanks. I initially pasted code from the wrong menu. I've make the changes you suggested but the drop down items are still visible. #navigation { width: 100%; margin-left:-10px; height: 30px; position: relative; padding: 5px; font-family…
-
When designing a site for clients...
I've seen many developers offer free hosting for a year as part of the contract. If you use a host such as godaddy you can host multiple domains at no extra cost.
-
Fixed width highlight on hover?
Perfect! Thank you both for the quick reply. It's funny how you spend 2 hours trying to fix something that it takes someone else only 2 minutes!
-
which is the best shopping cart software ?
I was in the same position last year and played around with all three. I found Zen Cart terribly slow. I'm not sure what issues I had with OS Commerce. Prestashop is the easiest to use out of the gate but if you want to play around with the sty…
-
Website Design / Feedback Please
That black and blue dotted background is horrendous and who thought the cover design for the Feel Good Candy novel was a good idea? I know this has nothing to do with you but just saying! If you're going to have navigation at the bottom of a p…